Any idea on how often the probe needs to be replaced? What does that cost?
Does anyone use this in conjunction with a saltwater topoff system to keep the levels spot on?
Search found 26 matches
- Mon Apr 28, 2014 10:34 am
- Forum: Addons
- Topic: Salinity Expansion Module
- Replies: 29
- Views: 36049
- Fri Mar 07, 2014 1:46 pm
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Re: Need a quick check of my code plz
I figured it out, had expansion selected at the beginning of setup, sorry I'm a doofus
- Fri Mar 07, 2014 1:45 pm
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Re: Need a quick check of my code plz
The wizard doesn't have a way to select that I'm not using an expansion relay box. I only have the main relay box that came with the reefangel.
- Fri Mar 07, 2014 1:40 pm
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Re: Need a quick check of my code plz
I've just got the main relay box with the 8 outlets actually
- Fri Mar 07, 2014 1:24 pm
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Re: Need a quick check of my code plz
Hi Roberto, I'm redoing a bunch of stuff and started over with the wizard. When I went to compile it, this error message popped up #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <Inter...
- Tue Jan 21, 2014 7:36 am
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Re: Need a quick check of my code plz
Roberto, can you add a bit of code to this please. I need port 8 on my relay box to come on once every hour for 25 seconds. Otherwise it should be off. Thanks #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <...
- Mon Apr 22, 2013 7:45 am
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Re: Need a quick check of my code plz
thanks, another question, i was just going through the sunrise/sunset tutorial does this need to be part of my code? Expansion Code Header // This is just how we are going to reference the PWM expansion ports within the code. // You can change the labels if you would like, just as long as they are c...
- Mon Apr 22, 2013 5:54 am
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Re: Need a quick check of my code plz
I would like for my tunze pumps to turn off for 10 mins at 10:28am, 11:58pm, 1:28pm, 258pm. How is that coded? Thanks #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> ...
- Wed Feb 27, 2013 6:32 am
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Re: Need a quick check of my code plz
Got the error message "TunzeLongPulse not declared in scope"
- Tue Feb 26, 2013 11:00 am
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Re: Need a quick check of my code plz
Thanks again and just to be sure its in the right place #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_Joys...
- Tue Feb 26, 2013 10:30 am
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Re: Need a quick check of my code plz
Roberto, thanks so much for your help. I tried the above code on the tunzes and don't think it is going to work for my system. How would I code this? I would like my tunzes to go from 30-60 percent in 3 seconds and back down to 30 in 4 seconds and just keep repeating that during hours 9-14 and 18-20...
- Mon Feb 18, 2013 8:26 am
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Re: Need a quick check of my code plz
Roberto, does my wiring look ok? My lights don't seem to be dimming, they just turn on and off. I'm using the above code. My whites are on channel 0 on the pwm dimming module. My royal blues are on channel 1. They are hooked up to meanwell drivers, I tried switching the dimming wires around to no av...
- Wed Feb 13, 2013 12:42 pm
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Re: Need a quick check of my code plz
thanks again, just to be sure, I added that last snippet here #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 <R...
- Wed Feb 13, 2013 9:38 am
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Re: Need a quick check of my code plz
Thanks Roberto,
I'd like to add one more snippet of code.
I'd like to use one of the float switches on my display tank to turn off the return pump (port 6) if the overflow is blocked. I won't need to use the 2nd float switch as of now.
Thanks
I'd like to add one more snippet of code.
I'd like to use one of the float switches on my display tank to turn off the return pump (port 6) if the overflow is blocked. I won't need to use the 2nd float switch as of now.
Thanks
- Wed Feb 13, 2013 7:52 am
- Forum: For New Members
- Topic: Need a quick check of my code plz
- Replies: 27
- Views: 18391
Need a quick check of my code plz
I've copy/pasted several snippets of code from here and just want to make sure it is all in the right place and not missing anything #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <Int...
- Mon Feb 11, 2013 10:10 am
- Forum: Standard
- Topic: Tunze Control
- Replies: 15
- Views: 17020
Re: Tunze Control
Discocarp, how are you liking this code so far? I have 2 6095's that I'd like to control with this same code, I'm still green to putting code together with my RA, can you put it in the right places for me? Thanks Here's my code so far: #include <ReefAngel_Features.h> #include <Globals.h> #include <R...
- Wed Jan 23, 2013 10:19 am
- Forum: For New Members
- Topic: Error Uploading
- Replies: 35
- Views: 27197
Re: Error Uploading
Got it working, didn't know I had to upload the memory file.
- Fri Jan 18, 2013 12:57 pm
- Forum: For New Members
- Topic: Error Uploading
- Replies: 35
- Views: 27197
Re: Error Uploading
I've got the same problem. How do I get a new cable?
- Sun Jan 06, 2013 8:37 pm
- Forum: For New Members
- Topic: How to setup your wifi attachment
- Replies: 216
- Views: 538476
Re: How to setup your wifi attachment
How do I upload the wifi test code to the reef angel?
I have a 6 pin usb/ttl cable but the input on the reef angel is 8 pin?
I also have a ttl cable that is 6 pin female on one side and 8 pin female on the other?
thanks
I have a 6 pin usb/ttl cable but the input on the reef angel is 8 pin?
I also have a ttl cable that is 6 pin female on one side and 8 pin female on the other?
thanks
- Fri Nov 09, 2012 6:46 am
- Forum: Standard
- Topic: Water-on-floor sensor - email alert?
- Replies: 0
- Views: 3276
Water-on-floor sensor - email alert?
Is it possible to have a water-on-floor sensor from home depot hook up to the reef angel and alert me with an email/text when there is water on the floor?
- Thu Jul 26, 2012 7:03 am
- Forum: Standard
- Topic: LPF series LED drivers can be controlled with pwm expansion?
- Replies: 4
- Views: 3446
Re: LPF series LED drivers can be controlled with pwm expans
Drew answered the question, thanks fellas.
- Wed Jul 25, 2012 11:06 am
- Forum: Standard
- Topic: LPF series LED drivers can be controlled with pwm expansion?
- Replies: 4
- Views: 3446
LPF series LED drivers can be controlled with pwm expansion?
Just to be sure, the Meanwell LPF series LED drivers can be controlled with the reef angel pwm expansion module and NOT have to be plugged into the reef angel relay box?
- Tue May 15, 2012 11:41 am
- Forum: Standard
- Topic: Will the reef angel control the koralia pumps?
- Replies: 17
- Views: 10777
Re: Will the reef angel control the koralia pumps?
One more question:
If my LEDS took both dimmable sockets, is there an add-on for more dimmable sockets for the tunze pumps?
If my LEDS took both dimmable sockets, is there an add-on for more dimmable sockets for the tunze pumps?
- Mon May 14, 2012 1:09 pm
- Forum: Standard
- Topic: Will the reef angel control the koralia pumps?
- Replies: 17
- Views: 10777
Re: Will the reef angel control the koralia pumps?
Awesome! I will post back here when I 've got everything setup....hopefully this June/July
- Mon May 14, 2012 10:56 am
- Forum: Standard
- Topic: Will the reef angel control the koralia pumps?
- Replies: 17
- Views: 10777
Re: Will the reef angel control the koralia pumps?
Thanks rimai
Is their code out there to control the tunze pumps in a similar way to vortech's settings(lagoonal, nutrient, etc)?
Is their code out there to control the tunze pumps in a similar way to vortech's settings(lagoonal, nutrient, etc)?
- Mon May 14, 2012 10:24 am
- Forum: Standard
- Topic: Will the reef angel control the koralia pumps?
- Replies: 17
- Views: 10777
Will the reef angel control the koralia pumps?
If not, does it control any brand pump besides vortech?