I’ve a sensor connected to an ESP8266 with MQTT and it works with a dashboard widget getting updated with sensor readings. But if I use deepsleep on the ESP8266 (so MQTT will disconnect and reconnect on wakeup) then the dashboard widget stops updating and just shows the last value from before going to sleep. The dashboard seems to know its getting later data as down the bottom it says correctly “Last data packet sent: April 19, 2017 11:50:23 AM” but the widgets don’t update.
Any suggestions on how to fix that?