BRENNYN21,
LOOKING AT MY CODE ABOVE, WHAT ARE MY OPTIONS AS FAR AS CHANGING THE LIGHTING EFFECT FOR THE STORM? I.E. FLASHES, DIMMING ETC ETC WOULD LIKE TO KNOW IF I COULD GET IT TO KIND OF RAMP DOWN THEN GO INTO STORM MODE IF POSSIBLE THEN RAMP BACK TO NORMAL AS IF STORM HAS PASSED.
Search found 47 matches
- Wed Nov 27, 2024 12:47 pm
- Forum: How do I code ...
- Topic: CODE CHECK
- Replies: 9
- Views: 389
- Tue Nov 26, 2024 9:51 pm
- Forum: How do I code ...
- Topic: CODE CHECK
- Replies: 9
- Views: 389
Re: CODE CHECK
For the ATO, is that the code i would use if i have both a low level float and a high level float?
- Tue Nov 26, 2024 11:55 am
- Forum: Uapp
- Topic: Uapp Version 3
- Replies: 16
- Views: 1521
Re: Uapp Version 3
HOW DO I SET THAT UP?
SAYS LOG IN FAILED USER NOT FOUND
SAYS LOG IN FAILED USER NOT FOUND
- Mon Nov 25, 2024 11:50 pm
- Forum: Uapp
- Topic: Uapp Version 3
- Replies: 16
- Views: 1521
Re: Uapp Version 3
Trying the Uapp , but it wont let me log in? is it the same username and password as the forum?
- Mon Nov 25, 2024 7:23 pm
- Forum: How do I code ...
- Topic: CODE CHECK
- Replies: 9
- Views: 389
Re: CODE CHECK
What about the error i mentioned?
- Mon Nov 25, 2024 7:08 pm
- Forum: How do I code ...
- Topic: CODE CHECK
- Replies: 9
- Views: 389
Re: CODE CHECK
This part is in the code above and is what's probably making the display show a change when the floats are moved up or down if (ReefAngel.HighATO.IsActive()) ReefAngel.LCD.FillCircle(57,122,3,COLOR_RED); else ReefAngel.LCD.FillCircle(57,122,3,COLOR_GREEN); if (ReefAngel.LowATO.IsActive()) ReefAngel....
- Mon Nov 25, 2024 6:57 pm
- Forum: How do I code ...
- Topic: CODE CHECK
- Replies: 9
- Views: 389
Re: CODE CHECK
Thanks brennyn21, how could i add the code for ATO ? My screen display shows the ATO high and lo for the float switches and they alternate when the floats move up and down. They were actually in the sump when i had saltwater setup, but now are still connected but no longer in a sump. I am currently ...
- Mon Nov 25, 2024 5:16 pm
- Forum: How do I code ...
- Topic: CODE CHECK
- Replies: 9
- Views: 389
CODE CHECK
Can someone please check this code for me? Im hoping it is the current code i am using but dont want to mess things up. I think this is it, supposed to have the storm effects and ATO function and also am using port 5 & 6 for just a timer to control 2 small pumps for a water change. CODE IS BELOW...
- Sat Oct 12, 2013 4:51 pm
- Forum: Standard
- Topic: Float switches in parallel
- Replies: 37
- Views: 19149
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 ...
- Sat Oct 12, 2013 4:40 pm
- Forum: Standard
- Topic: Float switches in parallel
- Replies: 37
- Views: 19149
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...
- Sat Oct 12, 2013 3:18 pm
- Forum: Standard
- Topic: Float switches in parallel
- Replies: 37
- Views: 19149
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...
- Sat Oct 12, 2013 1:44 pm
- Forum: Standard
- Topic: Float switches in parallel
- Replies: 37
- Views: 19149
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?
- Sat Oct 12, 2013 12:36 pm
- Forum: Standard
- Topic: Float switches in parallel
- Replies: 37
- Views: 19149
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...
- Sat Oct 12, 2013 12:14 pm
- Forum: Standard
- Topic: Float switches in parallel
- Replies: 37
- Views: 19149
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!!!
- Sat Oct 12, 2013 8:20 am
- Forum: Standard
- Topic: Float switches in parallel
- Replies: 37
- Views: 19149
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?
- Sat Oct 12, 2013 8:05 am
- Forum: Standard
- Topic: Float switches in parallel
- Replies: 37
- Views: 19149
Re: Float switches in parallel
Ok, added this in and I get an error when I try to verify.....
- Sat Oct 12, 2013 7:51 am
- Forum: Standard
- Topic: Float switches in parallel
- Replies: 37
- Views: 19149
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;
// 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;
- Fri Oct 11, 2013 10:30 pm
- Forum: Standard
- Topic: Float switches in parallel
- Replies: 37
- Views: 19149
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...
- Thu Oct 10, 2013 5:08 pm
- Forum: Standard
- Topic: Float switches in parallel
- Replies: 37
- Views: 19149
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...
- Sun Jun 16, 2013 8:16 pm
- Forum: How do I code ...
- Topic: Clouds, lighting, and thunder
- Replies: 8
- Views: 4785
Re: Clouds, lighting, and thunder
what driver (PWM) would you recommend Roberto?
- Sun Jun 16, 2013 1:45 pm
- Forum: How do I code ...
- Topic: Clouds, lighting, and thunder
- Replies: 8
- Views: 4785
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?
- Sun Jan 13, 2013 11:59 pm
- Forum: How do I code ...
- Topic: Delay on power up ?
- Replies: 4
- Views: 2795
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...
- Tue Nov 06, 2012 7:55 pm
- Forum: How do I code ...
- Topic: Clouds and display
- Replies: 70
- Views: 34954
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...
- Tue Nov 06, 2012 3:10 pm
- Forum: How do I code ...
- Topic: Clouds and display
- Replies: 70
- Views: 34954
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?
- Tue Nov 06, 2012 2:31 pm
- Forum: How do I code ...
- Topic: Clouds and display
- Replies: 70
- Views: 34954
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...
- Mon Nov 05, 2012 11:51 pm
- Forum: How do I code ...
- Topic: Clouds and display
- Replies: 70
- Views: 34954
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...
- Wed Oct 24, 2012 7:43 pm
- Forum: Standard
- Topic: Light control menu vanished
- Replies: 6
- Views: 3897
Re: Light control menu vanished
No problem!!!!
- Mon Jun 18, 2012 7:48 am
- Forum: Addons
- Topic: Expansion Relay issue
- Replies: 10
- Views: 7659
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...
- Sun Jun 17, 2012 9:44 pm
- Forum: Addons
- Topic: Expansion Relay issue
- Replies: 10
- Views: 7659
Re: Expansion Relay issue
^BUMP^
- Thu Jun 14, 2012 10:03 pm
- Forum: Addons
- Topic: Expansion Relay issue
- Replies: 10
- Views: 7659
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 ...