Idea possible?

Community contributed apps
Post Reply
reefcycle
Posts: 118
Joined: Wed Apr 04, 2012 6:49 pm
Location: Philadelphia

Idea possible?

Post by reefcycle »

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

Re: Idea possible?

Post by rimai »

You can easily hard code like this:

Code: Select all

ReefAngel.StandardLights(Port5,10,0,17,0);
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:

Code: Select all

ReefAngel.MHLights(Port5);
And then change the on/off time for MH Light schedule in the Android app. Portal doesn't offer those memory locations.
Roberto.
Post Reply