Page 1 of 1

Water Level Exp. Question

Posted: Thu Dec 27, 2012 3:46 am
by jtomasi
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

Posted: Thu Dec 27, 2012 9:41 am
by rimai
yes, you can use something like this:

Code: Select all

if (hour()>22 || hour()<10)
  ReefAngel.WaterLevelATO(Port1,30,61,63);
else
  ReefAngel.Relay.Off(Port1);
I'm assuming that you have applied this patch:
http://forum.reefangel.com/viewtopic.php?p=15603#p15603

Re: Water Level Exp. Question

Posted: Sun Dec 30, 2012 12:35 am
by jtomasi
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.