Yes getting data is super easy.... all data is save in SQLITE file in the root directory, the file is called EasyIoTDatabase.sqlite,
I use a free tool called sqlitebrowser (
sqlitebrowser.org/
)....
Just look at the address is your node in the address table and then all data is in raw values.
daviesrv wrote: Just managed to get your ds18b20 temperature logger to work.
Which is fairly amazing as I'm just skimping through your Easyiot Cloud interface.
I'd like to extract the db logged data, for further processing.
Is that possible?
Roger
If you are talking about EasyIoT Cloud and not server. Next week we will add powerful REST API to access your data with more than 25 new API functions.
Noticed that there is a download .csv file below my temp graphical display. the .csv file gives the temp, with an idex, which I can't work out. (I presume it should be time). I also can't work out why only a limited amount of data is download.... when I have loads....
Hope you can provide a bit of advice.
Should I be using the REST API somehow.
THanks for doing the work and providing the service. Excellent.
I could be wrong...but at the top of the graph there are buttons that say Day, Week, Month, All..... If I click All and then click download to csv I get all my data.... but then again I dont have a lot of data yet.