Water Level Exp. Question

Expansion modules and attachments
Post Reply
jtomasi
Posts: 22
Joined: Thu Oct 25, 2012 11:35 am

Water Level Exp. Question

Post 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.
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: Water Level Exp. Question

Post 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
Roberto.
jtomasi
Posts: 22
Joined: Thu Oct 25, 2012 11:35 am

Re: Water Level Exp. Question

Post 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.
Post Reply