Thanks for the reply. This seems to be overkill but likely the easiest most failsafe way to go. I was actually reading a post you had in regards to a remote ato earlier. How has this been working for you so far? What does programming look like? Is it just a simple, if low then off then on type statement?
This is how I did it originally.... and it worked very well.
I used the wizard to set the ato to put in a certain number of gallons over a 24 hour period. For me.... I needed about 3 gallons a day for evaporation, so I set it for a few gallons bigger. It could even be less that that obviously.
So this gave me the tdata under the advanced tab. I left it alone and added the rest of the programming underneath.
I used two optical sensors, and put them at the same level in my sump. I don't have a high and low sensor. I just have two sensors at the same level for a failsafe in case one goes bad.
Not sure what sensors came with your ATO kit but I'm sure you could do something similar.
My coding then looks like this:
Fallback OFF
tdata 00:00:00,1,19,6,2,2,148,130,6,62,2,28,11,0
If ATO_1 CLOSED Then OFF
If ATO_2 CLOSED Then OFF
When On > 360:00 Then OFF
Defer 001:00 Then OFF
Min Time 030:00 Then OFF
Basically doses 5 gallons of RODI a day.... but stops when either optical sensor is wet.
If it runs more then 6 hours without stopping it should turn off.
I had to play with the When statement a bit to find a time that works well.
Five gallons over 24 hours is a pretty slow rate. At first I had it set to 30 minutes, but it would run for that long and cut off early.
This worked without a hitch and I was really pleased with it. Pumped through my attic from my laundry room to my living room without a problem.... something that neither the Red Sea ATO or the Tunze 3 could do.
Since I use my DOS for AWC as well, I ended up changing my programing to how
@subodhs does it.
He has a general example in the thread
https://www.reef2reef.com/threads/why-do-people-buy-expensive-ato.1090871/
This has been the best ever.... combines ATO and AWC and salinity always perfect.
The Achilles heel to this setup though is that everything depends on the Apex salinity probe.... which I concede could be a disaster waiting to happen. But it has gone smoothly for me for months.