Have this:
relay expansion module+relay box as Box1
So two boxes
Search found 102 matches
- Thu Aug 15, 2019 10:23 am
- Forum: How do I code ...
- Topic: Restore RA+
- Replies: 7
- Views: 7129
- Tue Aug 13, 2019 12:13 pm
- Forum: How do I code ...
- Topic: Restore RA+
- Replies: 7
- Views: 7129
Re: Restore RA+
Any suggestions on a fix? Or did I blow another board up?
- Tue Aug 13, 2019 7:46 am
- Forum: How do I code ...
- Topic: Restore RA+
- Replies: 7
- Views: 7129
Re: Restore RA+
Well that did not work? Board is not lighting up. Think something shorted out. Is there are replaceable fuse somewhere on the board? Or Relay Modules?
When I plug in the Relay module to the controller I get a clicking but no power to the RA+
When I plug in the Relay module to the controller I get a clicking but no power to the RA+
- Mon Aug 12, 2019 6:40 am
- Forum: How do I code ...
- Topic: Restore RA+
- Replies: 7
- Views: 7129
Restore RA+
So my RA+ took a dump, got a new board.
Is there anything I need to know before I reload everything from a backup?
Also, if I decide a new cloud controller is in the works do I have to recode everything when switching from an RA+?
Is there anything I need to know before I reload everything from a backup?
Also, if I decide a new cloud controller is in the works do I have to recode everything when switching from an RA+?
- Tue May 31, 2016 8:50 am
- Forum: Addons
- Topic: Verdict on Controlling Radion Gen 3
- Replies: 3
- Views: 4391
Re: Verdict on Controlling Radion Gen 3
Yes have RF module controlling two Vortech Pumps.
Wanting to pull trigger on upgrading to 3X Radion Gen3s and controlled with my Reef Angel.
Wanting to pull trigger on upgrading to 3X Radion Gen3s and controlled with my Reef Angel.
- Thu May 26, 2016 9:01 am
- Forum: Addons
- Topic: Verdict on Controlling Radion Gen 3
- Replies: 3
- Views: 4391
Re: Verdict on Controlling Radion Gen 3
Will it control 3X at once? Getting ready to pull trigger on purchase.
- Mon May 23, 2016 10:58 am
- Forum: Addons
- Topic: Verdict on Controlling Radion Gen 3
- Replies: 3
- Views: 4391
Verdict on Controlling Radion Gen 3
Thinking to upgrade lights to Radion Gen 3. Is there an issue using the RF module with these lights? Have the issues been resolved?
- Tue May 10, 2016 5:44 am
- Forum: How do I code ...
- Topic: ATO and Multi-Level Water Sensor
- Replies: 8
- Views: 6959
Re: ATO and Multi-Level Water Sensor
Just to help other out this worked: if (ReefAngel.WaterLevel.GetLevel(4)<=25 && ReefAngel.WaterLevel.GetLevel(4)>0)ReefAngel.Relay.On(Box1_Port7); if (ReefAngel.WaterLevel.GetLevel(4)>30)ReefAngel.Relay.Off(Box1_Port7); Had to add the last piece >0 for it to fire at <=25. Confirmed working a...
- Mon May 09, 2016 6:28 pm
- Forum: How do I code ...
- Topic: ATO and Multi-Level Water Sensor
- Replies: 8
- Views: 6959
Re: ATO and Multi-Level Water Sensor
I don't see anything wrong. Just in case, try changing this: if (ReefAngel.WaterLevel.GetLevel(4)<=25) To this: if (ReefAngel.WaterLevel.GetLevel(4)<=25 && ReefAngel.WaterLevel.GetLevel(4)>0) I see you had that at some point, because there is a commented line similar in your code. Hey Rober...
- Mon May 09, 2016 5:41 pm
- Forum: How do I code ...
- Topic: ATO and Multi-Level Water Sensor
- Replies: 8
- Views: 6959
Re: ATO and Multi-Level Water Sensor
Just remembered something. This started happening when I updated the library? Been running code for a year and it worked. The only thing I took out was the check on the ATO tank >0
- Mon May 09, 2016 5:40 pm
- Forum: How do I code ...
- Topic: ATO and Multi-Level Water Sensor
- Replies: 8
- Views: 6959
Re: ATO and Multi-Level Water Sensor
Trying now Roberto. I assume you meant to say 30 not 0 on the code
- Mon May 09, 2016 9:06 am
- Forum: How do I code ...
- Topic: ATO and Multi-Level Water Sensor
- Replies: 8
- Views: 6959
Re: ATO and Multi-Level Water Sensor
Thanks Roberto. This has been killing me this weekend #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_Joysti...
- Mon May 09, 2016 5:54 am
- Forum: How do I code ...
- Topic: ATO and Multi-Level Water Sensor
- Replies: 8
- Views: 6959
Re: ATO and Multi-Level Water Sensor
Tried to lower the threshold to < 22% and it still fired at 28%. This is why I think it may not be a mechanical problem.
- Mon May 09, 2016 5:51 am
- Forum: How do I code ...
- Topic: ATO and Multi-Level Water Sensor
- Replies: 8
- Views: 6959
ATO and Multi-Level Water Sensor
Was messing around with ATO code as I noticed something funny. It is not firing like I expected. The ATO fires between 28%- 30%. Not sure if it is mechanical or in the code. Any ideas? if (ReefAngel.WaterLevel.GetLevel(4)<=25) { ReefAngel.Relay.On(Box1_Port7); }else if (ReefAngel.WaterLevel.GetLevel...
- Mon Feb 15, 2016 11:54 am
- Forum: How do I code ...
- Topic: Dosing Code Check
- Replies: 7
- Views: 5869
Re: Dosing Code Check
DUH!!! Good call lnevo. I am always in my 'little box' and start things when my lights come on.lnevo wrote:If you want to avoid just midnight you could start at 1am or 5am.
- Mon Feb 15, 2016 9:39 am
- Forum: How do I code ...
- Topic: Dosing Code Check
- Replies: 7
- Views: 5869
Re: Dosing Code Check
What happens after midnight? Does it skip a dose?
- Mon Feb 15, 2016 9:21 am
- Forum: How do I code ...
- Topic: Dosing Code Check
- Replies: 7
- Views: 5869
Dosing Code Check
Will this work? Two dosers: Doser 1 = Turn on at 9:00AM and dose for 2 minutes. Repeat every 4 hours Doser 2 = Turn on at 9:15AM and dose for 2 minutes. Repeat every 4 hours Want to make sure I am not overdosing as this will be Amino Acid and do not want to pollute the tank. ///Code to make Vinegar ...
- Mon Feb 15, 2016 9:20 am
- Forum: How do I code ...
- Topic: Dosing Code Check
- Replies: 1
- Views: 2801
Dosing Code Check
Will this work? Two dosers: Doser 1 = Turn on at 9:00AM and dose for 2 minutes. Repeat every 4 hours Doser 1 = Turn on at 9:15AM and dose for 2 minutes. Repeat every 4 hours Want to make sure I am not overdosing as this will be Amino Acid and do not want to pollute the tank. ///Code to make Vinegar ...
- Thu Oct 08, 2015 10:51 am
- Forum: Addons
- Topic: Freakin WiFi
- Replies: 31
- Views: 24176
Re: Freakin WiFi
Yes! Can not run Client Suite and Portal at same time?
- Thu Oct 08, 2015 6:40 am
- Forum: Addons
- Topic: Freakin WiFi
- Replies: 31
- Views: 24176
Re: Freakin WiFi
Roberto Thanks for the help!! I almost gave up last night.
Still not sure about the errors. My error logs are filling up.
Still not sure about the errors. My error logs are filling up.
- Wed Oct 07, 2015 4:54 pm
- Forum: Addons
- Topic: Freakin WiFi
- Replies: 31
- Views: 24176
Re: Freakin WiFi
Huh go figure it started working even with those errors?
The WebChart is not updating automatically but I can live with that.
The WebChart is not updating automatically but I can live with that.
- Wed Oct 07, 2015 4:04 pm
- Forum: Addons
- Topic: Freakin WiFi
- Replies: 31
- Views: 24176
Re: Freakin WiFi
Please help now it does not connect to anythin: CMD factory RESET Set Factory Defaults <4.00> reboot *Reboot*CMD set ftp address 198.175.253.161 AOK <4.00> save Storing in config <4.00> set wlan ssid NETGEAR42 AOK <4.00> set wlan pass fearlessapple006 AOK <4.00> set option deviceid ReefAngelWifi AOK...
- Wed Oct 07, 2015 3:54 pm
- Forum: Addons
- Topic: Freakin WiFi
- Replies: 31
- Views: 24176
Re: Freakin WiFi
This is the tera term return (xxx is to keep my info private) CMD factory RESET Set Factory Defaults <4.00> reboot *Reboot*CMD set ftp address 198.175.253.161 AOK <4.00> save Storing in config <4.00> set wlan ssid xxxxxx AOK <4.00> set wlan pass xxxxxx AOK <4.00> set option deviceid ReefAngelWifi AO...
- Wed Oct 07, 2015 3:48 pm
- Forum: Addons
- Topic: Freakin WiFi
- Replies: 31
- Views: 24176
Re: Freakin WiFi
<<<sendln>>> 'set c r 0'
Got this
What am I doing wrong?
Set Port to 57600
Set Serial Port in Tera Term to 57600
Change SSID
Change PW
Run Macro?
Got this
What am I doing wrong?
Set Port to 57600
Set Serial Port in Tera Term to 57600
Change SSID
Change PW
Run Macro?
- Wed Oct 07, 2015 3:42 pm
- Forum: Addons
- Topic: Freakin WiFi
- Replies: 31
- Views: 24176
Re: Freakin WiFi
here you go: h1>Bad Request (Invalid Verb)</h1>HTTP/1.1 400 Bad Request Content-Type: text/html Date: Wed, 07 Oct 2015 22:40:19 GMT Connection: close Content-Length: 35 <h1>Bad Request (Invalid Verb)</h1>HTTP/1.1 400 Bad Request Content-Type: text/html Date: Wed, 07 Oct 2015 22:40:19 GMT Connection:...
- Wed Oct 07, 2015 12:49 pm
- Forum: Addons
- Topic: Freakin WiFi
- Replies: 31
- Views: 24176
Re: Freakin WiFi
ok will try
What is the correct baud rate for the port?
What is the correct baud rate for the port?
- Wed Oct 07, 2015 11:42 am
- Forum: Addons
- Topic: Freakin WiFi
- Replies: 31
- Views: 24176
Re: Freakin WiFi
If i Browse this: (external IP):2006/r66 With this message: This XML file does not appear to have any style information associated with it. The document tree is shown below. <RA><ID>Paul_Velasco</ID><T1>834</T1><T2>820</T2><T3>822</T3><PH>803</PH><R>191</R><RON>0</RON><ROFF>255</ROFF><R1>17</R1><RON...
- Wed Oct 07, 2015 11:39 am
- Forum: Addons
- Topic: Freakin WiFi
- Replies: 31
- Views: 24176
Re: Freakin WiFi
Not at home right now. At work
- Wed Oct 07, 2015 11:30 am
- Forum: Addons
- Topic: Freakin WiFi
- Replies: 31
- Views: 24176
Re: Freakin WiFi
Yes port forward and everything works:
192.168.1.3:(Forwarded Port) 2006
192.168.1.3:(Forwarded Port) 2006
- Wed Oct 07, 2015 9:10 am
- Forum: Addons
- Topic: Freakin WiFi
- Replies: 31
- Views: 24176
Re: Freakin WiFi
Now Portal is really Fubar?? All my modules are not showing in dashboard and everything is OFF or 0.