I could use some help setting up a program for my ATO. I have a single float switch in the sump. I have the following basic program set up and functioning for it.
if switch1 closed then on
if switch1 open then off
if ph > 8.45 then off
I would like to add a failsafe to turn the ATO pump off after 2 or 3 minutes just in case some mishap should occur such as the hose coming disconected from the ato pump, or the freshwater tank runs dry. everthing I have tried has failed, I completely suck at programing this thing, lol. help please!
if switch1 closed then on
if switch1 open then off
if ph > 8.45 then off
I would like to add a failsafe to turn the ATO pump off after 2 or 3 minutes just in case some mishap should occur such as the hose coming disconected from the ato pump, or the freshwater tank runs dry. everthing I have tried has failed, I completely suck at programing this thing, lol. help please!