Search found 67 matches
- Mon Apr 10, 2017 4:09 pm
- Forum: How do I code ...
- Topic: Internal Mem Coding on and off help
- Replies: 2
- Views: 3550
Re: Internal Mem Coding on and off help
Have you tried using the wizard? Also, don't use a space on your DDNS. It will mess up the communication with the portal. Spaces are not part of the HTTP protocol. I have not used the wizard, I was already running this and was wondering if there was a way to add in a line or whatever of code. Yeah,...
- Mon Apr 10, 2017 2:18 pm
- Forum: How do I code ...
- Topic: Internal Mem Coding on and off help
- Replies: 2
- Views: 3550
Internal Mem Coding on and off help
Hi all....first off, here's my code #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 <LE...
- Fri Mar 31, 2017 1:09 pm
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Re: Litany of strange goings on...
That appears to have done it. Thanks!
- Thu Mar 30, 2017 2:40 pm
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Re: Litany of strange goings on...
Gotcha. Thanks I will try when I get back in town.rimai wrote:Yes, the space on your ddns line.Use fishtank without a space.Code: Select all
ReefAngel.DDNS( "fish tank" );
HTTP protocol doesn't understand spaces.
- Thu Mar 30, 2017 11:26 am
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Re: Litany of strange goings on...
Can you show me where you're talking about? I assume it's at the end, but I'm not sure what space you're talking about.rimai wrote:I think it is because of the space on the ddns.
Try removing that space.
Also, this was generated via the wizard and was not altered in any way.
- Thu Mar 30, 2017 8:58 am
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Re: Litany of strange goings on...
Yes I switched to internal memory coding. The code should be listed above. Also noticing that my graphs will not allow me to go beyond 1 or 12 hour time periodsrimai wrote:Did you change code around that time?
- Wed Mar 29, 2017 12:18 am
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Re: Litany of strange goings on...
That's strange seeing as how I posted the screenshot on the 24th. What would cause that to happen? Port forwarding is working on my U-Apprimai wrote:It says the last time you sent data to the portal was 3/23/2017, 12:33:07 PM
- Mon Mar 27, 2017 4:02 pm
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Re: Litany of strange goings on...
And honestly, I don't care too much as I use the U-App exclusively but just wanting things to work either way just in case
- Mon Mar 27, 2017 3:59 pm
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Litany of strange goings on...
The labels? Or you mean you can't access the relays from the portal. If it's the labels you have to change the names in the portal and download them to the app. If you can't access the relays from the portals. Probably means your port forwarding isn't set up correctly. if you compare the two pictur...
- Mon Mar 27, 2017 12:50 pm
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Re: Litany of strange goings on...
Why are my relays on the portal not reflecting the relays on the app?
- Sat Mar 25, 2017 7:05 pm
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Re: Litany of strange goings on...
What is? Lol....am I missing something?GugsJr wrote:That's good to see.
- Sat Mar 25, 2017 12:15 pm
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Re: Litany of strange goings on...
And never mind on the controllers int memory working on the heater.
- Fri Mar 24, 2017 7:02 pm
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Re: Litany of strange goings on...
here's the code #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> #include ...
- Fri Mar 24, 2017 7:00 pm
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Litany of strange goings on...
Can you copy and post your code so we can make sure it's ok? Can you access the portal on the web? Are you trying to use the App from your phone/table? Will post the code as mentioned previously but no, the portal will not allow me to change my relays. https://uploads.tapatalk-cdn.com/20170325/0097...
- Fri Mar 24, 2017 6:56 pm
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Re: Litany of strange goings on...
Did you also change internet provider. I have comcast and cannot access my outside ip when I'm in my own wifi network. They use a router that doesn't allow loopback. I created two profiles on Android app. One for when I'm home and one for when I'm outside. I did not change providers no. Also, I wen...
- Fri Mar 24, 2017 5:30 pm
- Forum: Standard
- Topic: Litany of strange goings on...
- Replies: 24
- Views: 16536
Litany of strange goings on...
I have a variety of things currently happening and would love some assistance. Switched router and modem and suddenly I could only access app from OUTSIDE my home wifi network. To make things stranger I finally broke down and updated my wifi module and I can collect graph data and get them displayed...
- Thu Mar 23, 2017 8:11 pm
- Forum: Standard
- Topic: Tried to upload code from web wizard
- Replies: 3
- Views: 3394
Re: Tried to upload code from web wizard
It would compile fine, but wouldn't upload to the controller for whatever reason
- Thu Mar 23, 2017 8:11 pm
- Forum: Standard
- Topic: Tried to upload code from web wizard
- Replies: 3
- Views: 3394
Re: Tried to upload code from web wizard
Yes. I ended up running the wizard and uploading my VERY basic code that route.
- Thu Mar 23, 2017 12:26 pm
- Forum: Standard
- Topic: Tried to upload code from web wizard
- Replies: 3
- Views: 3394
Tried to upload code from web wizard
And this is the message I keep getting... am I doing something wrong, or should I just use the standard code generator instead?
Thanks!
Thanks!
- Sat Jan 07, 2017 12:43 pm
- Forum: Addons
- Topic: Would it be an upgrade?
- Replies: 1
- Views: 2623
Would it be an upgrade?
Hi all! I'm just curious - if you have a fully functioning wifi module, would upgrading to the cloud wifi module be considered an upgrade in usability and/or performance? If so, how?
Thanks so much!
Thanks so much!
- Wed Nov 30, 2016 8:31 pm
- Forum: Addons
- Topic: Asking for an interested customer....
- Replies: 6
- Views: 4441
Asking for an interested customer....
Can the neptune WAV pumps be configured to be ran on the RA by chance? I'd think that'd be a "no", but the optimist in me is reaching to you folks first...
- Sat Sep 17, 2016 4:19 pm
- Forum: Standard
- Topic: Weird temp probe issues
- Replies: 7
- Views: 5898
Re: Weird temp probe issues
Here's some screenshots from my uapp http://uploads.tapatalk-cdn.com/20160917/999cca3d38ad6f6cf66efb8a1c8c6999.jpg http://uploads.tapatalk-cdn.com/20160917/93f6ab6ad3d58f66e77325109e81cfd3.jpg http://uploads.tapatalk-cdn.com/20160917/bf7942527f397b0d49123752dbe33aba.jpg Background: Started getting ...
- Sat Sep 17, 2016 8:10 am
- Forum: Standard
- Topic: Weird temp probe issues
- Replies: 7
- Views: 5898
Re: Weird temp probe issues
Thanks for clearing that up! I was getting freaked there for a bit.rimai wrote:You won't see dosing pump activity on the relay chart.
The controller only sends data every 5 minutes.
Unless your pump stays on for that long, chances of seeing it on the relay activity are slim.
- Fri Sep 16, 2016 10:43 pm
- Forum: Standard
- Topic: Weird temp probe issues
- Replies: 7
- Views: 5898
Re: Weird temp probe issues
Ok...I'm a genius. Fixed the probe but what about the relay not turning on when it's supposed to?
- Fri Sep 16, 2016 10:21 pm
- Forum: Standard
- Topic: Weird temp probe issues
- Replies: 7
- Views: 5898
Re: Weird temp probe issues
And now, looking around at my relay activity, it seems my dosing pump hasn't been coming on. What's going on here? This code and controller hasn't been touched since early 2015. I'm pretty disappointed.
- Fri Sep 16, 2016 10:04 pm
- Forum: Standard
- Topic: Weird temp probe issues
- Replies: 7
- Views: 5898
Weird temp probe issues
Here's some screenshots from my uapp http://uploads.tapatalk-cdn.com/20160917/999cca3d38ad6f6cf66efb8a1c8c6999.jpg http://uploads.tapatalk-cdn.com/20160917/93f6ab6ad3d58f66e77325109e81cfd3.jpg http://uploads.tapatalk-cdn.com/20160917/bf7942527f397b0d49123752dbe33aba.jpg Background: Started getting l...
Re: iOS 10
No problems on my end either
- Thu Dec 10, 2015 4:08 pm
- Forum: Standard
- Topic: Have to reset WIFI every Night
- Replies: 47
- Views: 40526
Re: Have to reset WIFI every Night
Mine doesn't do that every night, but every once in a while I have to unplug the wifi module from the head unit and plug it back in. Don't get me wrong, I'm glad it's an easy fix but it is frustrating!
- Sun Oct 11, 2015 3:46 pm
- Forum: For New Members
- Topic: Selling everything
- Replies: 4
- Views: 7699
Re: Selling everything
If you have any interest in parting out, let me know b
- Wed Oct 07, 2015 9:58 am
- Forum: Apps
- Topic: IOs 9 - Dimming Override -> Stuck
- Replies: 14
- Views: 18248
Re: IOs 9 - Dimming Override -> Stuck
I don't use the uapp for dimming, but it won't let me into the setting on my controller anymore. It just defaults back to the home screen