Hello Folks,
finally from some days i've nodemcu sensors working....but something strange appear in graphics :
Scale seems to be strange, in temp there's 200 ....and then drop to 20 ???
That's ok that sometimes goes to 0 because in my lab sometimes wifi signal is not good or i reset sensors after some hang....
here is graphics :
and in particular in pressure if i click "week" in pressure:
cdj wrote: Ok, to fix it i must drop db ? And for other graphs problems ? Some way to debug db, like phpmyadmin for mysql? Just to see values...
Thanks
use sqlitebrowser, DB file is EasyIoTDatabase.sqlite
Ok values in db are strange, probably due to my automation script. In temp for example i have 205 and then 20.5. But also high value only as 206 and 207 (and then no 20.6 value)...
I do the /10 here in atuomation script because i've seen that make operation in LUA file give instability
Exactely when is created database record? i suppose in setevent ?