Refugium Light
Posted: Sat Apr 20, 2013 12:50 pm
So I have a refugium light that I would like to come on for a certain time period that doesn't match up with my regular lighting schedule. I'm using the following line of code to do this:
It works.
Note, all other lighting settings are in memory.
However, if I override the relay, with say, the Android app, it affects my PWM lights. Is there any way around that? I'd like to be able to switch on the relay if I'm working in the sump for extra light.
Is there a timer function that isn't tied into the lights?
Thanks,
--Colin
Code: Select all
ReefAngel.StandardLights( Port8, 21,0,11,0 );Note, all other lighting settings are in memory.
However, if I override the relay, with say, the Android app, it affects my PWM lights. Is there any way around that? I'd like to be able to switch on the relay if I'm working in the sump for extra light.
Is there a timer function that isn't tied into the lights?
Thanks,
--Colin