I've written an addon for my TEMP-1s that adds an alarm delay, alarm states, and an acknowledgement function to silence alarms for a set time.
Alarm states:
| State |
Description |
| Normal |
probe within Min/Max Probe Temp |
| Pending |
out of range for less than "Alarm Delay"; silent |
| Alarming |
out of range for longer than "Alarm Delay"; the buzzer plays the siren on every probe reading, LED solid red |
| Acknowledged |
"Acknowledge Alarm" was pressed; silent for "Alarm Acknowledge Duration", LED solid purple. When that expires and the probe is still out of range, back to Alarming |
I'm using Home Assistant automation to allow me to acknowledge from a push notification.
Would you be interested in a PR?
I've written an addon for my TEMP-1s that adds an alarm delay, alarm states, and an acknowledgement function to silence alarms for a set time.
Alarm states:
I'm using Home Assistant automation to allow me to acknowledge from a push notification.
Would you be interested in a PR?