Search found 54 matches
- Thu Jan 30, 2025 7:54 pm
- Forum: How do I code ...
- Topic: EDIT COLOR FILE?
- Replies: 4
- Views: 1765
Re: EDIT COLOR FILE?
PM SENT......
- Thu Jan 30, 2025 5:02 pm
- Forum: How do I code ...
- Topic: EDIT COLOR FILE?
- Replies: 4
- Views: 1765
Re: EDIT COLOR FILE?
OK I TRIED AND I GET THE BELOW ERROR..... Compilation failed for CASPAR.ino: Details: CASPAR.ino: In function 'void DrawCustomMain()': CASPAR.ino:117:1: error: 'DrawCustomOutletBox' was not declared in this scope CASPAR.ino:117:1: note: suggested alternative: 'DrawCustomGraph' CASPAR.ino: In functio...
- Wed Jan 29, 2025 8:16 am
- Forum: How do I code ...
- Topic: EDIT COLOR FILE?
- Replies: 4
- Views: 1765
EDIT COLOR FILE?
HOW WOULD I GO ABOUT EDITING THE.....
ReefAngel_CustomColors.h file
AM WANTING TO CHANGE THE OUTLET BOX COLORS TO SOMETHING OTHER THAN THE DEFAULT OFF = RED AND ON = GREEN
ReefAngel_CustomColors.h file
AM WANTING TO CHANGE THE OUTLET BOX COLORS TO SOMETHING OTHER THAN THE DEFAULT OFF = RED AND ON = GREEN
- Sun Jan 26, 2025 9:48 am
- Forum: How do I code ...
- Topic: CODE WITH TEMP PROBE PROBLEMS
- Replies: 3
- Views: 594
Re: CODE WITH TEMP PROBE PROBLEMS
THAT FIXED THE GREEN BACK GROUND, BUT I DONT THINK I HAVE A BAD PROBE. I CAN LOAD ANOTHER CODE THAT USES ALL 3 PROBES AND IT DOESNT HAPPEN, ITS JUST THIS PARTICULAR CODE THAT IT DOES IT WITH.
- Thu Jan 23, 2025 10:07 pm
- Forum: How do I code ...
- Topic: CODE WITH TEMP PROBE PROBLEMS
- Replies: 3
- Views: 594
CODE WITH TEMP PROBE PROBLEMS
THINK I MAY HAVE CREATED THE PERFECT CODE FOR ME, BUT PROBLEM WITH IT IS MY SUMP TEMP ON DISPLAY KEEPS FLUCTUATING FROM SAY 78.5 TO 0.00 ABOUT EVERY MINUTE OR SO??? THEN MY ROOM TEMP PROBE TEMP DISPLAY HAS A GREEN BACKROUND TO IT, AND NOT SUPPOSED TO. THE SUMP FLUCTUATIONS ACCUR REGARDLESS OF WHAT P...
- Wed Jan 08, 2025 10:40 am
- Forum: How do I code ...
- Topic: COMPILE ERRORS
- Replies: 3
- Views: 799
Re: COMPILE ERRORS
BELOW IS THE CODE, IS THE OLD ARDUINO APP NO LONGER WORKING? IT WILL NOT COMPILE IN IT, OR WEBWIZARD #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_Noki...
- Tue Jan 07, 2025 9:48 pm
- Forum: How do I code ...
- Topic: COMPILE ERRORS
- Replies: 3
- Views: 799
COMPILE ERRORS
HOW DO I GET OLD ARDUINO INO FILES TO COMPILE IN WEBWIZARD WITHOUT ERRORS? THINK I MIGHT HAVE FOUND MY OLD FILES THAT I REALLY LIKED BUT NOW THEY WILL NOT COMPILE IN WEBWIZARD?? EXAMPLE OF WHAT HAPPENS IN OLD ARDUINO I GET 'REEFANGEL' WAS NOT DECLARED IN THIS SCOPE ANY IDEAS WOULD LOVE TO TRY SOME O...
- Wed Nov 27, 2024 12:47 pm
- Forum: How do I code ...
- Topic: CODE CHECK
- Replies: 9
- Views: 1831
Re: CODE CHECK
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.
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.
- Tue Nov 26, 2024 9:51 pm
- Forum: How do I code ...
- Topic: CODE CHECK
- Replies: 9
- Views: 1831
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: 43673
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: 43673
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: 1831
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: 1831
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: 1831
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: 1831
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: 33004
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: 33004
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: 33004
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: 33004
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: 33004
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: 33004
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: 33004
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: 33004
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: 33004
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: 33004
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: 33004
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: 5088
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: 5088
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: 3416
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: 35834
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...