You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've suspected this for a while but only got confirmation today: The gateway shows old data from a WebThing (Arduino) which is reconnected via this adapter.
What I mean is, the data which is shown in the Gateway dashboard is not the current data shown in the WebThing's JSON when that device is reconnected after being disconnected for a while.
For example, I had a temperature monitoring WebThing which ran out battery. It took me a few hours to change it and when I did the temperature had changed a lot. When I replaced the battery the Gateway dashboard showed 38 degrees and the WebThing's JSON (via it's URL) showed 24.74 degrees. The value on the Gateway dashboard was the value when the battery went flat and when the WebThing reconnected with a new battery the Gateway didn't update the value on the dashboard to match what the WebThing was presenting via its URL.
I had originally suspected that the Gateway was always showing the previous update from the WebThing rather than the current one (that WebThing updates every 10 minutes) but that doesn't seem to be the case, it only seems to be when the WebThing is reconnected.
Please let me know if you need more info.
Cheers 🙂
The text was updated successfully, but these errors were encountered:
Hello there,
I've suspected this for a while but only got confirmation today: The gateway shows old data from a WebThing (Arduino) which is reconnected via this adapter.
What I mean is, the data which is shown in the Gateway dashboard is not the current data shown in the WebThing's JSON when that device is reconnected after being disconnected for a while.
For example, I had a temperature monitoring WebThing which ran out battery. It took me a few hours to change it and when I did the temperature had changed a lot. When I replaced the battery the Gateway dashboard showed 38 degrees and the WebThing's JSON (via it's URL) showed 24.74 degrees. The value on the Gateway dashboard was the value when the battery went flat and when the WebThing reconnected with a new battery the Gateway didn't update the value on the dashboard to match what the WebThing was presenting via its URL.
For info here is the code the WebThing is running: https://github.com/madb1lly/ESP8266-BME280-WebThing.
I had originally suspected that the Gateway was always showing the previous update from the WebThing rather than the current one (that WebThing updates every 10 minutes) but that doesn't seem to be the case, it only seems to be when the WebThing is reconnected.
Please let me know if you need more info.
Cheers 🙂
The text was updated successfully, but these errors were encountered: