Search found 15 matches

by WIReefer83
Sun Oct 22, 2017 12:27 pm
Forum: Standard
Topic: Cloud Server - Not Connecting
Replies: 6
Views: 6105

Re: Cloud Server - Not Connecting

Just figured it out. I accidentally entered my forum credentials in the cloud server section yesterday. I cleared them out right away, but I needed to delete and start over. Working like normal now. Thanks!
by WIReefer83
Sun Oct 22, 2017 12:19 pm
Forum: Standard
Topic: Cloud Server - Not Connecting
Replies: 6
Views: 6105

Re: Cloud Server - Not Connecting

I have the RA+. I think it’s the regular WiFi attachment. This has all been working fine until yesterday. Has something changed?

Was I not using the cloud server before?

Sorry, I’m not familiar with this part of the RA.
by WIReefer83
Sun Oct 22, 2017 5:22 am
Forum: Standard
Topic: Cloud Server - Not Connecting
Replies: 6
Views: 6105

Re: Cloud Server - Not Connecting

Thanks for pointing out the web app. That has the opposite problem...the cloud server connects right away, but nothing else updates. Seems like the web app isn’t connecting to the reef angel itself. I’ve rebooted the RA. Could it be the WiFi attachment malfunctioning?

The WAN IP is correct.
by WIReefer83
Sat Oct 21, 2017 11:37 am
Forum: Standard
Topic: Cloud Server - Not Connecting
Replies: 6
Views: 6105

Cloud Server - Not Connecting

Are there issues with the cloud server? My iPhone app won’t connect to the Cloud Server. The credentials are correct. When I use my Pc to log into my account, everything is fine. Just the phone app. The phone app can download labels from the portal. Thanks for any help.
by WIReefer83
Sun Jul 03, 2016 1:15 pm
Forum: How do I code ...
Topic: Float Switch Connected To Expansion Relay
Replies: 6
Views: 6523

Re: Float Switch Connected To Expansion Relay

Thanks everyone. Extending the wires and the code above worked perfectly.
by WIReefer83
Sun Jul 03, 2016 6:46 am
Forum: How do I code ...
Topic: Float Switch Connected To Expansion Relay
Replies: 6
Views: 6523

Re: Float Switch Connected To Expansion Relay

Ah! That would explain it. Can I extend the float switch wires? I need it to run about 15'-20' from the head unit.

Thanks!
by WIReefer83
Sat Jul 02, 2016 1:44 pm
Forum: How do I code ...
Topic: Float Switch Connected To Expansion Relay
Replies: 6
Views: 6523

Float Switch Connected To Expansion Relay

Hello - I would like to incorporate a float switch into my setup, but it's needed close by the expansion relay. When I hook it up to the expansion relay, it's not recognized by RA (not showing on RA screen, iOS app, portal, code below not working). I only see the 2 ATO ports that are on the RA unit....
by WIReefer83
Mon Apr 04, 2016 8:15 am
Forum: Addons
Topic: multi water level channel 2 issues
Replies: 3
Views: 4776

Re: multi water level channel 2 issues

I have a similar issue, but it leaks air over a few weeks. How are people fixing this? Silicone around the tube where it enters the orange cap? Hose clamp around the tube where it connects to the multi-level RA expansion?
by WIReefer83
Tue Feb 02, 2016 9:44 pm
Forum: How do I code ...
Topic: Auto Water Change Code
Replies: 10
Views: 13200

Re: Auto Water Change Code

I don't have the wifi module yet, but plan to get it soon. Sounds like I will need to wait since the button press will exit out of the water change mode. I will post my current code once I get the wifi module (code above is out of date). Thx
by WIReefer83
Tue Feb 02, 2016 6:50 pm
Forum: How do I code ...
Topic: Auto Water Change Code
Replies: 10
Views: 13200

Re: Auto Water Change Code

I'd like to add a feature in my auto water change code that I haven't come across yet in the forum posts. After the step where I drain my sump, I'd like the process to pause, so I can manually clean my sump while there is no water. Then, once I'm finished, I'd like to click the button on the RA to r...
by WIReefer83
Tue Jan 05, 2016 9:21 pm
Forum: How do I code ...
Topic: Auto Water Change Code
Replies: 10
Views: 13200

Re: Auto Water Change Code

Keeping my RA connected to my PC was causing my issues. Working as expected now! Thx
by WIReefer83
Tue Jan 05, 2016 9:17 pm
Forum: How do I code ...
Topic: Exit water change mode programmatically?
Replies: 5
Views: 5755

Re: Exit water change mode programmatically?

I figured this out. I was leaving the RA connected to my PC, which was causing random reboots. I disconnected the USB and the button press code worked as expected. Thx
by WIReefer83
Mon Jan 04, 2016 6:54 pm
Forum: How do I code ...
Topic: Exit water change mode programmatically?
Replies: 5
Views: 5755

Re: Exit water change mode programmatically?

How does the RA react to the ButtonPress++? I have this at the end of my water change code and it does return to the main screen, but it almost seems like a reboot. The screen goes blank while the red light is blinking quickly. Then the Reef Angel logo comes up and the RA returns to normal. Is this ...
by WIReefer83
Fri Jan 01, 2016 4:33 pm
Forum: How do I code ...
Topic: Auto Water Change Code
Replies: 10
Views: 13200

Re: Auto Water Change Code

Part of the problem is that byte values cannot be negative. Fixed that, then the water change process initiated, but after step 1, it exited water change mode. #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include ...
by WIReefer83
Fri Jan 01, 2016 3:02 pm
Forum: How do I code ...
Topic: Auto Water Change Code
Replies: 10
Views: 13200

Auto Water Change Code

Hello - I'm trying to code an auto water change for my reef tank and my fish qt tank. I have all the code written based on what I've read here in the forum. For some reason, when I manually select Water Change Mode on the RA, nothing happens. Any ideas? #include <ReefAngel_Features.h> #include <Glob...