Occasionally the Venstar Explorer Mini stops responding to HTTP. I can ping it, but web API calls fail. I tried to create a watchdog automation, triggered when the thermostat entity goes to Unavailable for 5 minutes. But when the situation happened, the automation did not run. It should have triggered earlier today, but didn't. I didn't notice since there were no notifications. Then I took the HA update to 2025.10.3. I just happened to poke around in the devices and noticed the thermostat was unavailable. Looked at the log and saw the failure to connect which is usually logged when the Venstar goes off in the weeds like this. The automation probably should have triggered again when HA was up for 5 minutes - although the state technically didn't change, it was unavailable from the time HA started running, so maybe not. Power cycled it and it came back. But I'm annoyed that the watchdog automation didn't work. Any recommendations?
trigger: state
entity_id:
- sensor.thermostat_thermostat_temperature
to: unavailable
for:
hours: 0
minutes: 5
seconds: 0