What is the best way to debug a state change while not actively watching it?
For example, I have an energy monitor on my dryer where the state changes from false to true when it’s done running. I have an event change node that monitors this entity for event changes. I have a function that reviews the state change. 98% of the time node red picks up the state change and follows the flow and sends a notification that I have defined. However, last night. The dryer finished at 7:20 and no notification was sent. I checked the history in Home Assistant and I can clearly see the state changing when the dryer finished. However, as far as I can tell node red either did not receive the state change from home assistant or ignored it…
I’m using Hass.io in docker running on Ubuntu 18.4.3 LTS. I’m using the node red addon version 4.07 (yes out of date it seems) on Hassio 97.2. I haven’t had time to upgrade yet, but this seems to occasionally happen every once in awhile but I haven’t really kept track.
Any assistance would be greatly appreciated.