View Single Post
Unread 04/11/2012, 09:44 AM   #16
ISeaReef
Registered Member
 
Join Date: Nov 2010
Location: Sacramento, CA
Posts: 8
Here's my program to help deal with stuck float switch but it should help in your situation too. My ato pump comes on after every 4hrs and allow to run up to 20sec only (my pump needs less than 20sec to topoff but your pump speed might vary). If the pump runs for more than 20sec, I will get a text message telling me it exceeded the time limit which probably means I have a stuck float switch or in your case a loose hose. Hope this helps.

[ATOSUMP]
Set OFF
If Outlet SumpATO_SW = ON Then ON
If Outlet ATOTimer_sw = ON Then OFF
If Outlet ATOLow_SW = ON Then OFF
Min Time 240:00 Then OFF

[ATOTimer_sw]
Set OFF
If Outlet ATOSump = ON Then ON
Defer 000:20 Then ON



Last edited by ISeaReef; 04/11/2012 at 09:55 AM.
ISeaReef is offline   Reply With Quote