Search found 46 matches
- Tue Oct 23, 2018 10:49 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
I uploaded the following to the RA*: void setup() { // This must be the first line ReefAngel.Init(); //Initialize controller ReefAngel.Star(); } void loop() { ReefAngel.Network.Cloud(); // This should always be the last line ReefAngel.ShowTouchInterface(); } After leaving it on the monitor for nearl...
- Tue Oct 09, 2018 8:06 am
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
Let me know if you want me to test something
- Mon Oct 08, 2018 4:44 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
The unit says connected and I can do things like turn on/off ports and clear alerts through my phone. The problem is that for some reason it stops connecting to the Portal after some time which prohibits me from sending remote uploads and receiving any email alerts or updates to the Portal. There is...
- Sun Oct 07, 2018 5:07 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
Any further thoughts on this?
- Mon Oct 01, 2018 4:38 am
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
- Fri Sep 28, 2018 12:07 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
Any thoughts on the 400 error?
- Sun Sep 23, 2018 7:33 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
When you were watching the monitor, what did you get when it was not communicating? I ran the monitor for 24 hours and did capture a 400 error at the time the Portal stopped being updated. Data: 0 Header: 0 Disconnected Portal Call Data Sent HTTP/1.1 200 OK Cache-Control: private Content-Type: text...
- Sat Sep 22, 2018 10:41 am
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
When you were watching the monitor, what did you get when it was not communicating? I had it connected to a monitor for a couple hours and did not see issues, but when I plugged it back in to the power supply it stopped updating shortly after. I'll run a monitor on it for 24hrs to see what happens....
- Thu Sep 20, 2018 4:13 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
Any thoughts on what is going on? The unit will connect for short periods of time and all of a sudden stop updating to the portal (still shows connected on the unit). I've tried swapping out power cables, ethernet cables, connecting to different routers, observing traffic through a serial monitor. J...
- Tue Sep 18, 2018 2:41 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
Thought I'd close the loop on this. I had my connection running through a patch panel that was connected to a AT&T U-verse router. I did some troubleshooting to determine where the problem was as when I connected the RA* directly to a Netgear router, everything seemed to work. Patch panel and a...
- Sun Sep 16, 2018 5:50 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
Thought I'd close the loop on this. I had my connection running through a patch panel that was connected to a AT&T U-verse router. I did some troubleshooting to determine where the problem was as when I connected the RA* directly to a Netgear router, everything seemed to work. Patch panel and al...
- Tue Sep 11, 2018 5:51 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
More came through on the monitor: Portal Call Data Sent HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/8.5 X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Date: Wed, 12 Sep 2018 00:19:33 GMT Connection: close Content-Length: 4 DoneDisconnected C...
- Tue Sep 11, 2018 5:49 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
<RA> <ID>ReefingHavoc</ID> <T1>0</T1> <T2>0</T2> <T3>0</T3> <PH>852</PH> <R>0</R> <RON>0</RON> <ROFF>255</ROFF> <R1>144</R1> <RON1>0</RON1> <ROFF1>255</ROFF1> <R2>0</R2> <RON2>0</RON2> <ROFF2>255</ROFF2> <R3>0</R3> <RON3>0</RON3> <ROFF3>255</ROFF3> <R4>0</R4> <RON4>0</RON4> <ROFF4>255</ROFF4> <R5>0<...
- Tue Sep 11, 2018 5:15 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
Here is what I get: 10.0.0.23 Portal Call MQTT Connecting... MQTT failed Disconnected Connecting... 10.0.0.23 Connected HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 Server: Microsoft-IIS/8.5 X-Powered-By: PHP/5.6.24 Date: Wed, 12 Sep 2018 00:14:32 GMT Connection: close Content-Length: 0 Da...
- Tue Sep 11, 2018 9:40 am
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
Any other thought out there? It’s not only frustrating that I can’t remote upload, but can’t receive alerts either
Is there anything with my router that I should be looking at?
Is there anything with my router that I should be looking at?
- Mon Sep 10, 2018 5:36 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
Checking back in to see if anyone has ideas on this. I'm still unable to upload remotely. Not sure if something is going on with the unit as I see what looks like a download message periodically (see image below). It is not there all the time, but when it is, always says 1%. https://farm2.staticflic...
- Mon Jul 23, 2018 4:58 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
Re: RA* Unable to Update via Remote Upload
I didn’t paste the commented out code that includes the encrypted password. Is that what you meant?
- Fri Jul 20, 2018 12:39 pm
- Forum: How do I code ...
- Topic: RA* Unable to Update via Remote Upload
- Replies: 30
- Views: 33866
RA* Unable to Update via Remote Upload
I've got my RA* up and running with the exception of being able to update the code via Remote Upload through the wizard. The unit is showing connected to the cloud I'm able to check the status and turn ports on/off through uapp If I connect via a com port on my PC I can upload code Any thoughts? Her...
- Fri Sep 08, 2017 9:44 am
- Forum: Standard
- Topic: Reef Angel Star Controller
- Replies: 116
- Views: 114610
Re: Reef Angel Star Controller
Are you talking about the main relay box of the RA+? If so, it does not. RA* only accepts expansion modules. In order to use your main relay box as expansion, you need one of the old relay expansion modules, which we are in the process of getting them built to sell in the web store. They cost $50. ...
- Thu Aug 31, 2017 7:46 am
- Forum: Standard
- Topic: Reef Angel Star Controller
- Replies: 116
- Views: 114610
Re: Reef Angel Star Controller
I have the old relay expansion; would this just connect to the RA* USB and then the normal 25pin cable from the expansion to the old relay or would this require the Expansion Hub as well? No, you need one of the old Relay expansion modules. I don't have them in the webstore anymore as I'm in the pr...
- Tue Aug 08, 2017 9:54 am
- Forum: Standard
- Topic: Reef Angel Star Controller
- Replies: 116
- Views: 114610
Re: Reef Angel Star Controller
Are you talking about the main relay box of the RA+? If so, it does not. RA* only accepts expansion modules. In order to use your main relay box as expansion, you need one of the old relay expansion modules, which we are in the process of getting them built to sell in the web store. They cost $50. ...
- Mon Aug 07, 2017 6:31 pm
- Forum: Standard
- Topic: Reef Angel Star Controller
- Replies: 116
- Views: 114610
Re: Reef Angel Star Controller
I was considering purchasing a relay expansion box as I'm out of outlets. If I went with the new controller, would I be able to pair up my existing expansion with what comes with the Reef Angel Star to give me 16 outlets?
- Mon Aug 07, 2017 6:26 pm
- Forum: Standard
- Topic: Reef Angel Star Controller
- Replies: 116
- Views: 114610
Re: Reef Angel Star Controller
+1tngo wrote:Sweet.
What would be the price after the promo ends?
- Tue Dec 30, 2014 7:44 pm
- Forum: Development Libraries
- Topic: Web server basic authentication
- Replies: 53
- Views: 62083
Re: Web server basic authentication
Trying to follow along as had to update my IP address and the IOS App is working fine after the address change but when I updated the Portal IP address I get "unreachable address". If I click on the IP address above the status a new tab opens up with "Reef Angel Controller Web Server&...
- Mon Dec 15, 2014 7:40 pm
- Forum: Development Libraries
- Topic: Jebao Not Functioning with New Library
- Replies: 12
- Views: 18618
Re: Jebao Not Functioning with New Library
That seemed to work. Thanks for all the help.
- Mon Dec 15, 2014 7:20 pm
- Forum: Development Libraries
- Topic: Jebao Not Functioning with New Library
- Replies: 12
- Views: 18618
Re: Jebao Not Functioning with New Library
So I made the change over to DCPump.SetMode as I'm going to be adding a second Jebao after Christmas. Everything seems to be working correctly with the exception of what I see in the Portal. The logic in my code says Lagoon, but the Portal changes between NutrientTransport and Lagoon when I refresh....
- Mon Dec 15, 2014 3:25 pm
- Forum: Development Libraries
- Topic: Jebao Not Functioning with New Library
- Replies: 12
- Views: 18618
Re: Jebao Not Functioning with New Library
This may be a dumb question, but which is better to use - DCPump or PWM.SetDaylight?
- Mon Dec 15, 2014 1:16 pm
- Forum: Development Libraries
- Topic: Jebao Not Functioning with New Library
- Replies: 12
- Views: 18618
Re: Jebao Not Functioning with New Library
Colin - that worked. I'm assuming that something changed with the new library that caused the issue. I'm interested in trying out DCPump.Mode for "Else" mode. Does this simply require switching out ReefAngel.PWM.SetDaylight( ShortPulseMode(0,80,900,true)); for ReefAngel.DCPump.Mode=Else;
- Mon Dec 15, 2014 6:21 am
- Forum: Development Libraries
- Topic: Jebao Not Functioning with New Library
- Replies: 12
- Views: 18618
- Sun Dec 14, 2014 9:13 pm
- Forum: Development Libraries
- Topic: Jebao Not Functioning with New Library
- Replies: 12
- Views: 18618
Jebao Not Functioning with New Library
I've been running the same code for nearly a year to control my Jebao powerhead. I had to replace the powerhead with another Jebao and in doing so wanted to change some of the max speed values in Short and Long PulseMode. I updated the libraries just prior to uploading the changes and now the new Je...