Page 1 of 1

values in device tab not changing?

Posted: 14 Sep 2018, 00:45
by kenkoknz
Hi
hw:nodemcu v3
fw: GIT version: mega-20180903

Setup: simple mqtt topic to turn on blue led in nodemcu. Works good, I can send a mqtt topic to turn the led on or off, but on the GUI config under device tab, the value(green field) stay at "1" and does not change, yet every thing seems to work.:
log
93348972: EVENT: temp#Humidity=42.30
93350536: SW : GPIO 2 Set to 1
93356535: SW : GPIO 2 Set to 0

device config is just switch, normal with pull up.

Have also refresh the browser, still same, is the status show in the device tab real time?

Thanks,
Ken

Re: values in device tab not changing?

Posted: 14 Sep 2018, 11:50
by grovkillen
The device page is in deed "real time" but the browser only knows when to update reoccurring events (sensors etc) values. A valve or a switch for example is no periodically devices and this it do not know when to check for a update.

BUT if you have a sensor that is updating its value lets say once per second the device list will of course update the valve or switch value.

Re: values in device tab not changing?

Posted: 14 Sep 2018, 12:36
by wim16