I have decided to add kalk to my ato reservoir. Looking at the output on Apex my ATO is running about 6 times a day for 10 minutes each time. So ~50ml a minute at 60 minutes is 3000ml a day. I am being generous at 3000ml, its likely more along the lines of 2500ml
My current code is
Fallback OFF
Set OFF
If SumpLo CLOSED Then ON
Defer 005:00 Then ON
If SumpLo OPEN Then OFF
If SumpHi OPEN Then OFF
If AtoLow OPEN Then OFF
If Sw2 CLOSED Then OFF
I was thinking of adding an oscillating command to make the pump run shorter times throughout the entire 24 hours. Would I just add the command like this
Fallback OFF
Set OFF
If SumpLo CLOSED Then ON
Defer 005:00 Then ON
OSC 000:00/002:30/057:30 Then ON
If pH > 8.40 Then OFF
If SumpLo OPEN Then OFF
If SumpHi OPEN Then OFF
If AtoLow OPEN Then OFF
If Sw2 CLOSED Then OFF
I really want to keep the defer command in there but can drop it if you think that's going to be an issue. I am also fine with small amounts of kalkwasser being added through the day, my PH runs a bit on the low side even during the middle of the day.
Disregard SW2 code at the end, that is a tank service switch i setup to kill several outlets during sump cleanings and big water changes.
My current code is
Fallback OFF
Set OFF
If SumpLo CLOSED Then ON
Defer 005:00 Then ON
If SumpLo OPEN Then OFF
If SumpHi OPEN Then OFF
If AtoLow OPEN Then OFF
If Sw2 CLOSED Then OFF
I was thinking of adding an oscillating command to make the pump run shorter times throughout the entire 24 hours. Would I just add the command like this
Fallback OFF
Set OFF
If SumpLo CLOSED Then ON
Defer 005:00 Then ON
OSC 000:00/002:30/057:30 Then ON
If pH > 8.40 Then OFF
If SumpLo OPEN Then OFF
If SumpHi OPEN Then OFF
If AtoLow OPEN Then OFF
If Sw2 CLOSED Then OFF
I really want to keep the defer command in there but can drop it if you think that's going to be an issue. I am also fine with small amounts of kalkwasser being added through the day, my PH runs a bit on the low side even during the middle of the day.
Disregard SW2 code at the end, that is a tank service switch i setup to kill several outlets during sump cleanings and big water changes.

