Search found 288 matches

by Paulturner911
Mon Oct 31, 2022 12:06 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

I created this with the cloud wizard. I'm having an issue where my skimmer is overflowing because the return pump is off. I made a if/then to turn off the skimmer and filter roller off if the return pump is ever off. This doesn't seem to work. Any help would be great. #include <ReefAngel_Features.h>...
by Paulturner911
Wed Oct 26, 2022 4:14 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166646

Re: Reef Angel Web Wizard

Im getting somewhere. I was able to get COM5 and push an update to the controller. When I view the webpage for the controller it says disconnected. Ill start with resetting the password.

What else should I be looking at?
by Paulturner911
Wed Oct 26, 2022 3:41 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166646

Re: Reef Angel Web Wizard

rimai wrote:Are you using chrome?
I switched to edge and that fixed the plugin. Still no com ports.

Wouldn't this allow me to remote upload with out using the usb?
by Paulturner911
Wed Oct 26, 2022 3:37 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166646

Re: Reef Angel Web Wizard

Brave browser
by Paulturner911
Wed Oct 26, 2022 3:30 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166646

Re: Reef Angel Web Wizard

Roberto had me buy the Cloud Wifi Attachment to combat an intermittent connectivity issue with the old wifi attachment and I cannot upload. I have a solid cyan light in the cloud module. I have run the wizard and wrote a new code. I downloaded and installed the plug-in, but the wizard says "Plu...
by Paulturner911
Thu Oct 20, 2022 3:26 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

I want to be able to turn them on and off from the actual controller joystick. I also want a fail safe that if the PORT 1 is OFF, it turns off PORT 2 and PORT 5. Long story short, my app doesn't work reliably, and I don't want to have to sign in to the portal to turn something off or on. I can see t...
by Paulturner911
Thu Oct 13, 2022 7:00 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

Does anyone have a display menu that is capable of togging the main relay board ports? New streamlined code #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 <...
by Paulturner911
Tue Nov 03, 2020 7:49 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

Thanks for the reply Roberto. Im not sure that will do what I want. Pump 1 is my return pump, I would like my skimmer to run for 24hr on and 24hr off, but still turn off when I use the feed mode.
by Paulturner911
Mon Nov 02, 2020 6:36 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

Hi guys! Its been ages since Ive messed with the tank and/or this program. My skimmer is returning very light product. I think I want it to run every other day.

Skimmer is Port 2. How could I code that?

Thank you in advance!
by Paulturner911
Sat Mar 21, 2020 6:28 am
Forum: Standard
Topic: Portal down?
Replies: 1
Views: 3303

Portal down?

My fire tablet works, but the portal shows a different wifi address and read unsuccessful. Today I noticed nothing was on except my return pump. I rebooted the controller and signed on with the tablet, works fine, portal doesnt. I have ports 4 and 6 that should be on are off. Any help would be great.
by Paulturner911
Sun Jun 14, 2015 11:16 am
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

Any idea what kind of run time I should get with two pumps on the Jeabo battery backup kit...??
by Paulturner911
Sat Mar 07, 2015 2:46 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

Thank You!!
by Paulturner911
Sat Mar 07, 2015 10:47 am
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

#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_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #include <RA_TempSensor.h> #in...
by Paulturner911
Mon Dec 15, 2014 6:08 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

Lee!! You've walked me through EVERYTHING! You're the man!!
by Paulturner911
Mon Dec 15, 2014 5:21 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

You rock!!
by Paulturner911
Mon Dec 15, 2014 3:31 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

T1 IS the probe in the sump, T2 is in the stand basically ambient temp.... I can switch them, but why?
by Paulturner911
Mon Dec 15, 2014 1:25 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

I found my temp probe was out of the water in the sump, but it still should have activated anytime under 75, which it didnt. This also "fixed" the calibration "issues" between the RA and the chiller, since the probe was in and out of the water level. Dumb mistake, but still doesn...
by Paulturner911
Mon Dec 15, 2014 12:55 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

Ok, Ill remove it from the void setup section.

I would really like to have this functioning properly in the near future? What can I do to help troubleshoot? Can i confirm the file on the RA? Like I said, it should give an error if the RA was not taking the code, its uploading fine all around.
by Paulturner911
Sun Dec 14, 2014 7:43 am
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

I have the code in both viod setup and viod loop, i was not sure where to put it, it compiles fine in both locations within the code. This whats on there, uploaded it once with 74 as the activation, then 75. My chiller and RA are pretty far off on calibration. Ill throw a third on there to try to ge...
by Paulturner911
Sun Dec 14, 2014 6:42 am
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

I checked the relay activity, it didnt activate port 2. I woke up and took it off the RA and plugged it in to a power strip and cranked the house heater.

Please help
by Paulturner911
Sat Dec 13, 2014 10:58 am
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

I put it below void loop, it didnt activate after upload. Should I have it below void setup? I also changed it to 75 :) **Put it in both and it still hadnt turned the heater on. I lost one of my codes and modified the second most recent but also update the libs. I could use a set of eyes on my curre...
by Paulturner911
Sat Dec 13, 2014 9:53 am
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

I would like it to turn on at 74 and off at 76. I never though I would need a heater here. My last tank had halides and would keep it just under 80. Now I have a chiller, that I run stand alone at 78, and the heater i want on the RA at 75. I want the heater on the RA for failure protection in case i...
by Paulturner911
Fri Dec 12, 2014 6:19 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

Its been getting cold here and I decided to get a heater. I would like to have it on relay port 2 and only come on if the tank is below 74. Could someone please help code this? // This must be the first line ReefAngel.Init(); //Initialize controller // Ports toggled in Feeding Mode ReefAngel.Feeding...
by Paulturner911
Sun Nov 16, 2014 5:37 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

i havent done anything with the dev libs.

My custom wave mode called "Else" today but stayed at 30% all day. Portal showed else, 70% duration 20...

what wouldnt ti be like reef crest or lagoon mode?
by Paulturner911
Mon Nov 10, 2014 9:49 am
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

THANK YOU! I HAVE NOTICED THAT THERE ARE NEW MODES ON THE PORTAL FOR THE JAEBO. HOW WOULD I ADD THESE TO THE RANDOM FUNCTION? DO I ADD THE NAMES IN HERE- // These are the modes we can cycle through. You can add more and even repeat... byte modes[] = { Else, Lagoon, Else, ReefCrest, ShortPulse, LongP...
by Paulturner911
Sat Nov 08, 2014 5:59 am
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

Thanks! here is my current code // This must be the first line ReefAngel.Init(); //Initialize controller // Ports toggled in Feeding Mode ReefAngel.FeedingModePorts = Port1Bit | Port2Bit | Port6Bit | Port7Bit ; // Ports toggled in Water Change Mode ReefAngel.WaterChangePorts = Port1Bit | Port2Bit | ...
by Paulturner911
Thu Nov 06, 2014 5:55 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

Code: Select all

// Ports that are always on
ReefAngel.Relay.DelayedOn( Port6 );120;
will this work?
by Paulturner911
Thu Nov 06, 2014 10:16 am
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

Port 6 definatly does not run 24/7
It does shut off for WC and feed mode correct.
I would like it to stay off for 2 hours after either.
What should it read? It's currently shitting down with the "daylight" LEDs.


Thank you
by Paulturner911
Thu Nov 06, 2014 8:33 am
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

I've noticed that the skimmer (port6) is functioning like the old mh ports 7/8 as far as off and on schedule.


Is like this to run 24/7 unless water change or feed mode has been activated.

Thanks
by Paulturner911
Wed Nov 05, 2014 6:56 pm
Forum: My PDE/INO file
Topic: PaulTurner911 Code
Replies: 263
Views: 257280

Re: PaulTurner911 Code

// This must be the first line ReefAngel.Init(); //Initialize controller // Ports toggled in Feeding Mode ReefAngel.FeedingModePorts = Port1Bit | Port2Bit | Port6Bit | Port7Bit ; // Ports toggled in Water Change Mode ReefAngel.WaterChangePorts = Port1Bit | Port2Bit | Port6Bit | Port7Bit ; // Ports ...