Search found 83 matches

by DavidinGA
Sat Apr 23, 2016 8:53 am
Forum: Standard
Topic: pH probe won't come off RA head unit... Help?
Replies: 3
Views: 4327

Re: pH probe won't come off RA head unit... Help?

I don't think the plug was damaged by water. Why would that keep it from coming off either way though?

Sent from my Nexus 6P using Tapatalk
by DavidinGA
Sat Apr 23, 2016 6:14 am
Forum: Standard
Topic: pH probe won't come off RA head unit... Help?
Replies: 3
Views: 4327

Re: pH probe won't come off RA head unit... Help?

???

Sent from my Nexus 6P using Tapatalk
by DavidinGA
Sat Apr 16, 2016 9:25 am
Forum: Standard
Topic: pH probe won't come off RA head unit... Help?
Replies: 3
Views: 4327

pH probe won't come off RA head unit... Help?

My pH probe died and when I tried to replace it I found the plug won't come off the head unit. It seems to be turning the entire plug that goes down inside the unit and won't pop off... Open up the whole unit? Thoughts?

Thanks

Sent from my Nexus 6P using Tapatalk
by DavidinGA
Mon May 11, 2015 8:33 pm
Forum: Addons
Topic: Dosing pump died...tips to try to fix it???
Replies: 3
Views: 4942

Re: Dosing pump died...tips to try to fix it???

Tore it apart and it was gummed up with something black inside. Cleaned it all up and works again now. :)
by DavidinGA
Mon May 11, 2015 11:57 am
Forum: Addons
Topic: Dosing pump died...tips to try to fix it???
Replies: 3
Views: 4942

Re: Dosing pump died...tips to try to fix it???

It seems completely dead.

I'll try a different power supply tonight.

Does the pump head just pull off or what?
by DavidinGA
Mon May 11, 2015 9:15 am
Forum: Addons
Topic: Dosing pump died...tips to try to fix it???
Replies: 3
Views: 4942

Dosing pump died...tips to try to fix it???

I've bought 3 dosing pumps from RA now and the last one I bought (so its the newest one I have) just completely died.

Any tips to try to fix it?

Thanks
by DavidinGA
Tue Jan 20, 2015 12:34 pm
Forum: For New Members
Topic: Probably a dumb question....how does the physical ra+ contro
Replies: 3
Views: 4026

Re: Probably a dumb question....how does the physical ra+ co

No WiFi.

Does it show history for pH or what?
by DavidinGA
Tue Jan 20, 2015 1:28 am
Forum: For New Members
Topic: Probably a dumb question....how does the physical ra+ contro
Replies: 3
Views: 4026

Probably a dumb question....how does the physical ra+ contro

I received a replacement ra+ controller and before I uploaded anything to it I saw it was displaying a graph when I first plugged it in. After uploading my code the graph disappeared. Can I bring it back? What does the graph display or record? I would love to be able to see a graph on say my past pH...
by DavidinGA
Sun Nov 23, 2014 2:21 pm
Forum: Apps
Topic: Don't have wifi module...can I see history from RA unit???
Replies: 14
Views: 23207

Re: Don't have wifi module...can I see history from RA unit?

Any new way to export data without WiFi to see history log yet?
by DavidinGA
Sat Oct 25, 2014 9:20 am
Forum: How do I code ...
Topic: DosingPumpRepeat and actually time dosing pumps run...???
Replies: 5
Views: 4652

Re: DosingPumpRepeat and actually time dosing pumps run...??

Sorry, my bad. You are correct. It does dose at midnight.... So you are getting 5 doses. So... ReefAngel.DosingPumpRepeat( Port6,0,660,10 ); /////mag 720min = 11hrs 15ml day This will actually dose 3 times per 24 hour cycle? ReefAngel.DosingPumpRepeat( Port7,0,360,25 ); /////alk 360min = 6hrs 75ml ...
by DavidinGA
Sat Oct 25, 2014 9:10 am
Forum: How do I code ...
Topic: DosingPumpRepeat and actually time dosing pumps run...???
Replies: 5
Views: 4652

DosingPumpRepeat and actually time dosing pumps run...???

I'm curious as to how much 2 part I'm actually dosing using the RA DosingPumpRepeat command as it's set to run every so many hours each day. I think it's running an additional time each day at midnight; could someone confirm that? For example here is my calcium dosing: ReefAngel.DosingPumpRepeat( Po...
by DavidinGA
Sun Oct 19, 2014 2:05 pm
Forum: How do I code ...
Topic: Can I have a port turn on & then back on & off again later?
Replies: 7
Views: 6293

Re: Can I have a port turn on & then back on & off again lat

It didn't work. It turned on at 2pm like it should but it was supposed to turn off at 5pm (run 2pm-5pm) but it stayed on...



***Edit...the "else" addition made it work.

Thanks
by DavidinGA
Sat Oct 18, 2014 4:49 pm
Forum: How do I code ...
Topic: Can I have a port turn on & then back on & off again later?
Replies: 7
Views: 6293

Can I have a port turn on & then back on & off again later?

I have mh as my main lights and want to have my supplemental T5's run before the MH for a while and then come back on again an hour after the mh turn off; how would I do that? Would this code work? I simply listed Port2 twice, does that work? { ReefAngel.StandardHeater( Port1,795,800 ); ////2 Heater...
by DavidinGA
Sat Oct 18, 2014 4:41 pm
Forum: How do I code ...
Topic: Fan to kick on at set temperature?
Replies: 13
Views: 9394

Re: Fan to kick on at set temperature?

Thanks I got it working.

:D
by DavidinGA
Sat Oct 18, 2014 2:34 pm
Forum: How do I code ...
Topic: Fan to kick on at set temperature?
Replies: 13
Views: 9394

Re: Fan to kick on at set temperature?

K. I was wondering why I had 3 temperature digits on my heater lines and only 2 down here...
by DavidinGA
Sat Oct 18, 2014 1:20 pm
Forum: How do I code ...
Topic: Fan to kick on at set temperature?
Replies: 13
Views: 9394

Re: Fan to kick on at set temperature?

The code is not working. #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> #inclu...
by DavidinGA
Thu Oct 16, 2014 12:57 pm
Forum: How do I code ...
Topic: Fan to kick on at set temperature?
Replies: 13
Views: 9394

Re: Fan to kick on at set temperature?

Does my code look correct? #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> #inc...
by DavidinGA
Wed Oct 15, 2014 9:33 pm
Forum: How do I code ...
Topic: Fan to kick on at set temperature?
Replies: 13
Views: 9394

Re: Fan to kick on at set temperature?

How about this instead of a time window? (this is easier to code/read) if (ReefAngel.Relay.Status(Port5)) ReefAngel.StandardFan(Port4,81,82)) else ReefAngel.Relay.Off(Port4); This nice thing about that is that if you change your MH schedule or change it to use memory, it won't matter here. If your ...
by DavidinGA
Wed Oct 15, 2014 2:02 pm
Forum: How do I code ...
Topic: Fan to kick on at set temperature?
Replies: 13
Views: 9394

Re: Fan to kick on at set temperature?

Didn't know their was a fan code. Lol

So...

ReefAngel.StandardFan(Port4,81,82);

Kicks the fans on at 82f and off at 81f?

Am I able to code in a window of time where that applies too?
by DavidinGA
Wed Oct 15, 2014 1:04 pm
Forum: How do I code ...
Topic: Fan to kick on at set temperature?
Replies: 13
Views: 9394

Fan to kick on at set temperature?

I want to be able to turn a fan on in my canopy at a set temperature and then have it turn off either when the water temp drops or at a set time; how do I do that? Say I want the fan to kick on when the water hits 82F and then kick off if it hits 81F or at a set time (the end of the mh light cycle)....
by DavidinGA
Thu May 15, 2014 7:29 am
Forum: Standard
Topic: Running two wp40's off RA+ can I add a third one?
Replies: 10
Views: 8990

Re: Running two wp40's off RA+ can I add a third one?

If I hook up a wavemaker with the different jebao cable to the ATOhigh port are there any limitations to coding the wave maker to run through random modes like my two wavemakers are set up for now? if (hour()<8) { ReefAngel.PWM.SetActinic(0); ReefAngel.PWM.SetDaylight(0); } else if (hour()>=8 &&...
by DavidinGA
Sat May 10, 2014 1:28 pm
Forum: Standard
Topic: Running two wp40's off RA+ can I add a third one?
Replies: 10
Views: 8990

Re: Running two wp40's off RA+ can I add a third one?

Oh nice so I don't need anything more than another modified cable then?
by DavidinGA
Fri May 09, 2014 12:37 pm
Forum: Standard
Topic: Running two wp40's off RA+ can I add a third one?
Replies: 10
Views: 8990

Re: Running two wp40's off RA+ can I add a third one?

So I would have to buy a dimming module expansion then....right? That wouldn't be worth $109 to me...
by DavidinGA
Fri May 09, 2014 10:11 am
Forum: Standard
Topic: Running two wp40's off RA+ can I add a third one?
Replies: 10
Views: 8990

Running two wp40's off RA+ can I add a third one?

I am looking to buy a wp60 to add to the two wp40's I already have running off my RA+; how would I run a 3rd wavemaker?

Thanks
David
by DavidinGA
Wed Nov 27, 2013 3:21 pm
Forum: Apps
Topic: Don't have wifi module...can I see history from RA unit???
Replies: 14
Views: 23207

Re: Don't have wifi module...can I see history from RA unit?

On a slightly different note why when I have the ra connected via usb does the ra unit flash red a few times every couple of minutes like it's being accessed even though I don't load anything on the pc? While the red light is flashing my two WP40'S change back to full 100% too (like they are no long...
by DavidinGA
Wed Nov 27, 2013 3:07 pm
Forum: Apps
Topic: Don't have wifi module...can I see history from RA unit???
Replies: 14
Views: 23207

Re: Don't have wifi module...can I see history from RA unit?

Huh, can't believe the ra unit can't simply keep a log/history of parameters on its own that you can access whenever over a usb cable

Sent from my SCH-I605 using Tapatalk 4
by DavidinGA
Wed Nov 27, 2013 3:04 pm
Forum: Apps
Topic: Don't have wifi module...can I see history from RA unit???
Replies: 14
Views: 23207

Re: Don't have wifi module...can I see history from RA unit?

But you still have to leave a pc connected to the ra unit the whole time, right?

Sent from my SCH-I605 using Tapatalk 4
by DavidinGA
Wed Nov 27, 2013 3:01 pm
Forum: Apps
Topic: Don't have wifi module...can I see history from RA unit???
Replies: 14
Views: 23207

Re: Don't have wifi module...can I see history from RA unit?

rimai wrote:
DavidinGA wrote: I mean this seems like a common feature that would be on here right???
It is :)
That's why we have the Portal :)
*only with wifi though right?

Sent from my SCH-I605 using Tapatalk 4