- Joined
- May 12, 2019
- Messages
- 412
- Reaction score
- 106
I've been dosing Kalk for probably over 8 months now and have been manipulating the pH for about 6 months now using an ERV, C02 scrubber, refugium, etc. It's easier than I thought and I was recently actually having high pH problems (verified with two different calibrated pH meters). Hence moving to the ATI method to tighten the range and lower the pH.I cannot answer the first part of the question as I don't have a DOS
However, I would definitely have a Fallback OFF set for any dosing pump connected to my tank, especially one with a large volume of alkaline solution that can overflow your tank or send the pH through the roof.
As for the ACI's method, I wouldn't do it personally. Kalkwasser dosed at night works really well and if you want to be hardcore about "maximum growth," sodium hydroxide does the trick.
I've been doing ATI's method for about a month now, but using a Ecotech Versa instead. The ATI system actually works great, but the Neptune's DOS seems like a better. I have my pH at an average of 8.33 now. with a range of 8.28 and 8.38. I may bring it down just a tick more.
I did put a "Fallback Off" on the power outlet for the doser as a precaution. Since this is pH based, I don't want it running wild if the Apex can't take an actual pH reading.
As far as the doser head itself, I put the following code in. I've got a few good failsafe's in there, plus the FallBack Off on the doser's outlet.
If FeedD 000 Then OFF This is my maintenance mode
If SP_LVL > 8.0 Then OFF Prevent overfills in the sump
If Time 09:00 to 18:00 Then OFF Put this in for grins, there would typically never be a need to dose Kalk during these times
Defer 002:00 Then ON Just in case the probe is fluctuating a bit, I don't want the doser to be going on and off instantly
If pH > 8.29 Then OFF Targeting an average of 8.3 so this makes sense