For some time I’ve had a time-limited failsafe on my ATK/ATO. Under the ATO pump I’m using “When On > 004:00 Then OFF”. My ATO under normal conditions would never run for 4 minutes straight. Additionally, it usually runs every hour FYI.
The problem is that the When command permanently turns the pump off, but there’s no alarm to notify me of this event so it can go unnoticed, and has.
So recently I had the idea to make a virtual output as follows:
ATO_Fail
“
Fallback OFF
Set OFF
If Output ATOPump = OFF Then ON
Defer 999:00 Then ON
Min Time 999:00 Then ON
“
My idea was this: if the ATO pump is off for 16.65 hours consecutively then something is probably wrong. Thus if ATO_Fail turns on then Email Alarm.
The weird thing is that this usually works. But every now and then I get some false alarms out of the blue for no reason. I change ATO_Fail to OFF then Auto to reset it and it works for a while before getting some false alarms again randomly. Am I missing something, or is there a better way to accomplish my goals @SuncrestReef ?
The problem is that the When command permanently turns the pump off, but there’s no alarm to notify me of this event so it can go unnoticed, and has.
So recently I had the idea to make a virtual output as follows:
ATO_Fail
“
Fallback OFF
Set OFF
If Output ATOPump = OFF Then ON
Defer 999:00 Then ON
Min Time 999:00 Then ON
“
My idea was this: if the ATO pump is off for 16.65 hours consecutively then something is probably wrong. Thus if ATO_Fail turns on then Email Alarm.
The weird thing is that this usually works. But every now and then I get some false alarms out of the blue for no reason. I change ATO_Fail to OFF then Auto to reset it and it works for a while before getting some false alarms again randomly. Am I missing something, or is there a better way to accomplish my goals @SuncrestReef ?
Last edited: