I just setup my ATO on my Apex today. I followed Ken's template and everything seemed to be ok. A few hours later, I get an email saying that my SumpHigh alarm was triggered. When I got home, sure enough my high sump switch was completely submerged. Here is my code:
Fallback OFF
If Outlet NeedWater = ON Then ON
If Outlet NeedWater = OFF Then OFF
If Outlet Ret_Pump = OFF Then OFF
If Outlet SumpHigh = ON Then OFF
If Outlet ATOWaterLow = ON Then OFF
Min Time 015:00 Then On
I am pretty sure it is my Min Time that got me. Looking at the outlet log, the ATO outlet appeared to run for 15 minutes. My intention was that the outlet can only run once every 15 minutes, but it appears that I have that backwards. I am still not clear about the code, but once the SumpHigh switch triggered on, shouldn't that have turned the pump off? Or did my Min time statement keep that from happening as well?
Fallback OFF
If Outlet NeedWater = ON Then ON
If Outlet NeedWater = OFF Then OFF
If Outlet Ret_Pump = OFF Then OFF
If Outlet SumpHigh = ON Then OFF
If Outlet ATOWaterLow = ON Then OFF
Min Time 015:00 Then On
I am pretty sure it is my Min Time that got me. Looking at the outlet log, the ATO outlet appeared to run for 15 minutes. My intention was that the outlet can only run once every 15 minutes, but it appears that I have that backwards. I am still not clear about the code, but once the SumpHigh switch triggered on, shouldn't that have turned the pump off? Or did my Min time statement keep that from happening as well?