Water Level Exp. Question
Water Level Exp. Question
Is there anyway to set this up so it only turns on the ATO during a 12 hour period (night)? I dose kalkwasser in my ATO and would like to do this at night bto better maintain PH consistency.
Re: Water Level Exp. Question
yes, you can use something like this:
I'm assuming that you have applied this patch:
http://forum.reefangel.com/viewtopic.php?p=15603#p15603
Code: Select all
if (hour()>22 || hour()<10)
ReefAngel.WaterLevelATO(Port1,30,61,63);
else
ReefAngel.Relay.Off(Port1);
http://forum.reefangel.com/viewtopic.php?p=15603#p15603
Roberto.
Re: Water Level Exp. Question
Thanks, no actually I bought it 2 months ago and still haven't taken it out of the box (should have waited for the thanksgiving sale!) Just asking questions I think of before my new 65g build is complete.
Congrats on 5000 posts! The positive feedback from users saying how responsive and helpful you are was a huge part in deciding to go with the ReefAngel over the other "popular" controllers.
Congrats on 5000 posts! The positive feedback from users saying how responsive and helpful you are was a huge part in deciding to go with the ReefAngel over the other "popular" controllers.