Search found 39 matches

by CASPAR
Sat Oct 12, 2013 4:51 pm
Forum: Standard
Topic: Float switches in parallel
Replies: 37
Views: 18157

Re: Float switches in parallel

ok got it working here is what I did........ // Water Exchange Routine int Box1_Port5_Offset=3600; int Box1_Port5_Runtime=129600; int Box1_Port6_Offset=120; int Box1_Port6_Runtime=129600; // Box1_Port5 comes on first ReefAngel.Relay.Set(Box1_Port5,(now()-3600)%129600<120); // Runs for 120s every 36 ...
by CASPAR
Sat Oct 12, 2013 4:40 pm
Forum: Standard
Topic: Float switches in parallel
Replies: 37
Views: 18157

Re: Float switches in parallel

Ok changed this part of code and port 6 is still not coming on...... ////// Place your custom code below here // Water Exchange Routine int Box1_Port5_Offset=3600; int Box1_Port5_Runtime=129600; int Box1_Port6_Offset=120; int Box1_Port6_Runtime=120; // Box1_Port5 comes on first ReefAngel.Relay.Set(B...
by CASPAR
Sat Oct 12, 2013 3:18 pm
Forum: Standard
Topic: Float switches in parallel
Replies: 37
Views: 18157

Re: Float switches in parallel

// Box1_Port5 comes on first ReefAngel.Relay.Set(Box1_Port5,(now()-3600)%129600<120); // Runs for 120s every 36 Hours // Box1_Port6 comes on second ReefAngel.Relay.Set(Box1_Port6,((now()-3600)-120)%121900<120); // Runs for 120s every 36 Hours with 120s offset Also check my attached .ino would like t...
by CASPAR
Sat Oct 12, 2013 1:44 pm
Forum: Standard
Topic: Float switches in parallel
Replies: 37
Views: 18157

Re: Float switches in parallel

Ok just tried code, changed time on controller to tomorrow at 12:59 pm box1_port5 came on at exactly 1pm ran for 2 minutes and box1_port6 has yet to come on......any ideas?
by CASPAR
Sat Oct 12, 2013 12:36 pm
Forum: Standard
Topic: Float switches in parallel
Replies: 37
Views: 18157

Re: Float switches in parallel

It I believe is the code I posted earlier, just have to go back and look at my % for my leds, as well as colors I used for my ATO. My current ATO is set to only run for a maximum of 90sec per hr. Is there away I can disable the ATO while controller is calling for the WaterExchange function for say 1...
by CASPAR
Sat Oct 12, 2013 12:14 pm
Forum: Standard
Topic: Float switches in parallel
Replies: 37
Views: 18157

Re: Float switches in parallel

1pm will be fine. Is there anyway that the current code I am running can be pulled from the controller back to the computer where it can be edited.....lol I have done so many codes I currently dont remember wich code i am running....lmao!!!
by CASPAR
Sat Oct 12, 2013 8:20 am
Forum: Standard
Topic: Float switches in parallel
Replies: 37
Views: 18157

Re: Float switches in parallel

Ok think I may have it, going to try to attach my code in this post for someone to check. How could I load this code and test run it, if I dont know exactly what time Box1_Port5 & Box1_Port6 is set to start?
by CASPAR
Sat Oct 12, 2013 8:05 am
Forum: Standard
Topic: Float switches in parallel
Replies: 37
Views: 18157

Re: Float switches in parallel

Ok, added this in and I get an error when I try to verify.....
by CASPAR
Sat Oct 12, 2013 7:51 am
Forum: Standard
Topic: Float switches in parallel
Replies: 37
Views: 18157

Re: Float switches in parallel

Do I need this line in the code as well in the code?

// DeNitrate Routine
int DeNit_Offset=3600;
int DeNit_Repeat=21600;
int DeNit_Doser_Offset=1200;
int DeNit_Doser_Runtime=1200;
int DeNit_Pump_Runtime=1200;
int DeNit_ATO_Offtime=1500;
by CASPAR
Fri Oct 11, 2013 10:30 pm
Forum: Standard
Topic: Float switches in parallel
Replies: 37
Views: 18157

Re: Float switches in parallel

Well lnevo, I need help deciphering my brain that was trying to decipher all that code.......lol It makes a lil sense to me, but seems like alot for just wanting an outlet to come on say for 2 minutes and immediatley when that outlet shuts off a second out comes on for 2 minutes, only happening once...
by CASPAR
Thu Oct 10, 2013 5:08 pm
Forum: Standard
Topic: Float switches in parallel
Replies: 37
Views: 18157

Re: Float switches in parallel

Was wandering if it were possible to make 2 of my expansion plugs act like a timer to come on say every other day for say 1 minute at a set time and the second plug come on for 1 minute as soon as the other plug goes off? Thinking of an almost every other day small water change if possible using 2 p...
by CASPAR
Sun Jun 16, 2013 8:16 pm
Forum: How do I code ...
Topic: Clouds, lighting, and thunder
Replies: 8
Views: 4608

Re: Clouds, lighting, and thunder

what driver (PWM) would you recommend Roberto?
by CASPAR
Sun Jun 16, 2013 1:45 pm
Forum: How do I code ...
Topic: Clouds, lighting, and thunder
Replies: 8
Views: 4608

Re: Clouds, lighting, and thunder

I currently have the cloud and lightning effect in my code, was wandering is there a way to change part of the code where the lightning is a lil more dramatic? Kind of like the Ai sol lights and controllers does?
by CASPAR
Sun Jan 13, 2013 11:59 pm
Forum: How do I code ...
Topic: Delay on power up ?
Replies: 4
Views: 2702

Delay on power up ?

I am trying to set a 10min delay on a resume from power outage on my topoff port 3 on main relay box . Meaning would like for port 3 to wait 10 minutes before resuming normal operation after a power outage. This is the part of code I am talking about: if (ReefAngel.HighATO.IsActive()) ReefAngel.Sing...
by CASPAR
Tue Nov 06, 2012 7:55 pm
Forum: How do I code ...
Topic: Clouds and display
Replies: 70
Views: 33300

Re: Clouds and display

Think I have it now, it is working, here is the part of code i been playing with and a picture of screen LastNumMins=NumMins(hour(),minute()); ReefAngel.LCD.Clear(255,0,120,132,132); ReefAngel.LCD.DrawText(COLOR_BLUE,255,4,16,"CL"); ReefAngel.LCD.DrawText(0,255,20,16,"00:00"); Re...
by CASPAR
Tue Nov 06, 2012 3:10 pm
Forum: How do I code ...
Topic: Clouds and display
Replies: 70
Views: 33300

Re: Clouds and display

i am using lightning and ya could put next cloud where Durat is on my screen then Dur between Cabinet and Room. what is CL in top left corner for then?
by CASPAR
Tue Nov 06, 2012 2:31 pm
Forum: How do I code ...
Topic: Clouds and display
Replies: 70
Views: 33300

Re: Clouds and display

Man if ya only knew how many hrs i have done tried with them darn x's and y's.....lol ya would understand why ive been tempted to throw the whole dang thing out the window....lol Seriously I just cant seem to get it lined up to get it to work properly...........this is the only part i should be fool...
by CASPAR
Mon Nov 05, 2012 11:51 pm
Forum: How do I code ...
Topic: Clouds and display
Replies: 70
Views: 33300

Re: Clouds and display

Ok been working on my code and to save my life I cant get it to work as far as the x and y values for cloud and lightning. Any help appreciated here is my code and a pic of my screen......code first: //The following features are enabled for this File: #define VersionMenu #define DisplayLEDPWM #defin...
by CASPAR
Wed Oct 24, 2012 7:43 pm
Forum: Standard
Topic: Light control menu vanished
Replies: 6
Views: 3782

Re: Light control menu vanished

No problem!!!!
by CASPAR
Mon Jun 18, 2012 7:48 am
Forum: Addons
Topic: Expansion Relay issue
Replies: 10
Views: 7397

Re: Expansion Relay issue

Ok as long as the analog box is put inline first, everything works correctly via portal and phone app. In that order though I can not use the PWM dimming, I need that part for the moonphase. Everytime the PWM box is inline first is when the problems occur. Sorry Roberto, just realized I didnt post b...
by CASPAR
Sun Jun 17, 2012 9:44 pm
Forum: Addons
Topic: Expansion Relay issue
Replies: 10
Views: 7397

Re: Expansion Relay issue

^BUMP^
by CASPAR
Thu Jun 14, 2012 10:03 pm
Forum: Addons
Topic: Expansion Relay issue
Replies: 10
Views: 7397

Re: Expansion Relay issue

Ok after taking everything down and unhooked, switched relay box order and with the analog controller inline first then pwm second everything seemed to work perfect. But dont if I am using pwm dimming doesnt it need to be the first one inline? Also switched back with pwm relay as first one and this ...
by CASPAR
Thu Jun 14, 2012 3:44 pm
Forum: Addons
Topic: Expansion Relay issue
Replies: 10
Views: 7397

Re: Expansion Relay issue

just switched relay boxes, seems to work that way but seems as though about every 3rd try in cycling with time in between they still will not come back on. Let me do a lil more experimenting and will let ya know my findings......
by CASPAR
Thu Jun 14, 2012 3:28 pm
Forum: Addons
Topic: Expansion Relay issue
Replies: 10
Views: 7397

Re: Expansion Relay issue

No but i will but i need the PWM relay box to be the one inline first, but I will try that just for testing purposes.
by CASPAR
Thu Jun 14, 2012 12:21 pm
Forum: Addons
Topic: Expansion Relay issue
Replies: 10
Views: 7397

Re: Expansion Relay issue

Port 1 on expansion relay does not come back on at all is set to always on but if manually turn it off via portal or phone app it does not turn back on when it shows it should be. 7 is same and think a few other ones as well, will continue testing.
by CASPAR
Sun Jun 10, 2012 11:04 pm
Forum: Addons
Topic: Expansion Relay issue
Replies: 10
Views: 7397

Expansion Relay issue

Ok after a lil testing after updating to 1.04 now it seems to be doin same thing i:e port 1 & 7 set to always on does not always come back on through portal or phone app even though shows it should be on. They seem like their is a time delay before they come back on and I didnt set one while usi...
by CASPAR
Fri Jun 08, 2012 11:37 pm
Forum: Apps
Topic: Reef Angel Wizard
Replies: 57
Views: 71648

Re: Reef Angel Wizard

Updated to v1.04 and everything seems to be working fine now, will keep ya posted. Thanks Roberto!
by CASPAR
Wed Jun 06, 2012 2:32 pm
Forum: Addons
Topic: Relay Not Responding
Replies: 48
Views: 27030

Re: Relay Not Responding

Thanks Roberto your are tha man!!!!
by CASPAR
Wed Jun 06, 2012 12:59 pm
Forum: Addons
Topic: Relay Not Responding
Replies: 48
Views: 27030

Re: Relay Not Responding

Any ideas yet roberto? I am using 0.9.6 lib file do i need to change it, really need to get this working
by CASPAR
Tue Jun 05, 2012 4:10 pm
Forum: Addons
Topic: Relay Not Responding
Replies: 48
Views: 27030

Re: Relay Not Responding

Mine is 0.9.6