Idea possible?
Idea possible?
Would it be possible to have options in reef angel portal or android/iPhone app to control or set up on off commands for individual relay outlet. Ex. I added another light and I don't nesc want to split STD lights into 18 and I have one free plug so plug in extra light to 5 and instead of manually turning on and off it can be set like simple timer?. Like we have chiller on temp chiller off temp. Why not plug 5 off Temp plug 5 on temp.
Re: Idea possible?
You can easily hard code like this:
Or do you mean you want to use port5 in a different light schedule and still be able to change the on/off time through the app or portal?
You can also use a second light schedule like this:
And then change the on/off time for MH Light schedule in the Android app. Portal doesn't offer those memory locations.
Code: Select all
ReefAngel.StandardLights(Port5,10,0,17,0);
You can also use a second light schedule like this:
Code: Select all
ReefAngel.MHLights(Port5);
Roberto.