Page 1 of 1

Re: skimmer on time schedule

Posted: Tue Nov 29, 2016 2:55 pm
by rimai
You are using standard lights. That is the one.

Re: skimmer on time schedule

Posted: Tue Nov 29, 2016 3:05 pm
by Reefology
I need that for my lights. what if I want to have a schedule for my skimmer? would the code in my first post work?

Re: skimmer on time schedule

Posted: Tue Nov 29, 2016 3:08 pm
by rimai
Are you using internal memory code for your lights too?
Can you post your entire code?
The code in the first post works, but you won't be able to change on the portal.

Re: skimmer on time schedule

Posted: Tue Nov 29, 2016 3:19 pm
by Reefology
so like this in port 4 and 5?

Code: Select all

void loop()
{
    ReefAngel.ActinicLights( Port1 );
    ReefAngel.DayLights( Port2 );
    ReefAngel.StandardHeater( Port3 );
    ReefAngel.StandardLights( Port4,23,0,13,0 );//Protein skimmer on 11pm, off 1pm
    ReefAngel.StandardLights( Port5,2,0,19,0 );//Moomlights 2am-7pm
    ReefAngel.DosingPumpRepeat1( Port6 );
    ReefAngel.DosingPumpRepeat2( Port7 );
    ReefAngel.DosingPumpRepeat3( Port8 );
    ReefAngel.PWM.DaylightPWMParabola();
    ReefAngel.DCPump.UseMemory = true;
    ReefAngel.DCPump.DaylightChannel = None;//no pump=None, pump=AntiSync
    ReefAngel.DCPump.ActinicChannel = Sync; 

Re: skimmer on time schedule

Posted: Tue Nov 29, 2016 3:22 pm
by rimai
Ahh. now it makes sense.
So, there is no way to use the portal to adjust a second schedule.
You can do it with the android app or issuing web commands though.
For web commands, check here:
http://forum.reefangel.com/viewtopic.php?f=7&t=1541