Search found 173 matches

by kirkwood
Wed Jun 17, 2020 6:15 pm
Forum: Apps
Topic: Universal App
Replies: 236
Views: 266666

Re: Universal App

Thank you. I used the link you provided - entered my IP and port -and it worked.
by kirkwood
Wed Jun 17, 2020 12:05 pm
Forum: Apps
Topic: Universal App
Replies: 236
Views: 266666

Re: Universal App

Yes I have done that and still get no response on the "status" page. If I try to press a function like "clear ATO" I get "unable to process controller data!". I have the android app on an old tablet with the same IP and Port data entered and it works fine.

???
by kirkwood
Wed Jun 17, 2020 11:47 am
Forum: Apps
Topic: Universal App
Replies: 236
Views: 266666

Re: Universal App

RA+.. I see my profile shows I joined in 2013 so that is when I purchased my equipment..
by kirkwood
Wed Jun 17, 2020 11:36 am
Forum: Apps
Topic: Universal App
Replies: 236
Views: 266666

Re: Universal App

I have Uapp on iPhone 10. What do I need to enter in the app settings to make this work? My login works in the portal and I have tested that my port is "open". The Uapp status tab reads "Cloud status: Disconnected" "Current mode: Nominal"
by kirkwood
Thu Sep 26, 2019 6:32 am
Forum: Apps
Topic: Where is the iphone 10 app?
Replies: 3
Views: 3999

Re: Where is the iphone 10 app?

the Uapp is the same thing as the Portal? If not where do i find the Uapp?
by kirkwood
Wed Sep 25, 2019 1:05 pm
Forum: Apps
Topic: Where is the iphone 10 app?
Replies: 3
Views: 3999

Where is the iphone 10 app?

I'm a new iphone user. I cannot locate the RA app in the app store. Please assist.

Thank you
by kirkwood
Sun Feb 10, 2019 6:05 am
Forum: Addons
Topic: Jebao OW dimming issue
Replies: 8
Views: 8550

Re: Jebao OW dimming issue

If anyone knows of this issue being dealt with on a previous post can you please provide a link?? I've searched old threads but can't find anything.
by kirkwood
Fri Feb 08, 2019 6:23 am
Forum: Addons
Topic: Jebao OW dimming issue
Replies: 8
Views: 8550

Re: Jebao OW dimming issue

I had no problem connecting my jebao cable to the new Jebao OW. I don't follow exactly what you mean by the connection issue. I thought maybe the dimming changed from PWM to analog or something? any assistance is appreciated.
by kirkwood
Mon Feb 04, 2019 7:16 pm
Forum: Addons
Topic: Jebao OW dimming issue
Replies: 8
Views: 8550

Jebao OW dimming issue

I have had a jebao wp40 running on the RA jebao cable for years. I purchased a new Jebao OW40 and assumed this would bea simple swap of the pump. Well the OW40 does nothing when connected to the jebao cable. Works fine when not controled by the RA? Anyone know why?
by kirkwood
Thu May 25, 2017 12:52 pm
Forum: Addons
Topic: Kessil a360w
Replies: 1
Views: 3075

Kessil a360w

Is the Kessil wire all the additional hardware needed to control 2 a360we?

Does it use pwm or analog?
by kirkwood
Sun Mar 19, 2017 5:30 pm
Forum: My PDE/INO file
Topic: Kirkwood's Code - Dosing/ATO Pump Timers, Icecap Backup Batt
Replies: 0
Views: 5095

Kirkwood's Code - Dosing/ATO Pump Timers, Icecap Backup Batt

Wanted to share my code with the community. The highlights are the dosing and ATO pump timers. I use the dosing pump timers to ensure the pumps always run correctly. The ATO timer is especially helpful. I know when the pump has run over 100 minutes that it is time to change the 5 gallon top-off rese...
by kirkwood
Sun Mar 19, 2017 5:25 pm
Forum: How do I code ...
Topic: Icecap battery backup feeding mode code
Replies: 16
Views: 13006

Re: Icecap battery backup feeding mode code

I got it to work. Roberto I just had to move your code down to my PWM if/else statements... //Jebao speed 0 on feeding/water change modes to prevent Icecap battery from turning on if (ReefAngel.DisplayedMenu==FEEDING_MODE || ReefAngel.DisplayedMenu==WATERCHANGE_MODE) { ReefAngel.PWM.SetDaylight( 0 )...
by kirkwood
Sun Mar 19, 2017 11:55 am
Forum: How do I code ...
Topic: Icecap battery backup feeding mode code
Replies: 16
Views: 13006

Re: Icecap battery backup feeding mode code

This still did not prevent the icecap backup battery from kicking on and running the jebao on Port5... I also tried removing Port5 from the feeding mode and waterchange mode "Off" list but that didn't work either... #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> ...
by kirkwood
Sat Mar 18, 2017 4:10 pm
Forum: How do I code ...
Topic: Icecap battery backup feeding mode code
Replies: 16
Views: 13006

Re: Icecap battery backup feeding mode code

Can anyone else provide assistance?
by kirkwood
Wed Mar 15, 2017 5:44 pm
Forum: How do I code ...
Topic: Icecap battery backup feeding mode code
Replies: 16
Views: 13006

Re: Icecap battery backup feeding mode code

I tried that but it gave an error for this line feeding = now(); I went back to your original recommendation but added "#include <DCPump.h>" that allowed the code below to pass the verification test the problem is that it does NOT turn the jebao speed on Port 5 to zero. I also tried defini...
by kirkwood
Tue Mar 14, 2017 7:43 pm
Forum: How do I code ...
Topic: Icecap battery backup feeding mode code
Replies: 16
Views: 13006

Re: Icecap battery backup feeding mode code

Anyone else know the code to make port 5 run at speed 0 when i activate feeding or waterchange mode? I need to make this change because i just added an icecap batterybackup and currently when port 5 turns off in feeding mode it triggers the icecap to turn on thinking there has been a poeer outage.
by kirkwood
Tue Mar 14, 2017 7:40 pm
Forum: How do I code ...
Topic: Icecap battery backup feeding mode code
Replies: 16
Views: 13006

Re: Icecap battery backup feeding mode code

GugsJr wrote:how do you have your Jebaos hooked up? On the original switch?
I dont know how to answer that question. I dont write code and honestly havent touched my RA code in almost 2 years. My full code is posted above.
by kirkwood
Tue Mar 14, 2017 5:05 pm
Forum: How do I code ...
Topic: Icecap battery backup feeding mode code
Replies: 16
Views: 13006

Re: Icecap battery backup feeding mode code

GugsJr wrote:// Feeeding and Water Change mode speed
ReefAngel.DCPump.FeedingSpeed=0;
ReefAngel.DCPump.WaterChangeSpeed=0;
Doesn't work. There is nothing specified as "DCPump" anywhere in my code.
by kirkwood
Tue Mar 14, 2017 12:24 pm
Forum: How do I code ...
Topic: Icecap battery backup feeding mode code
Replies: 16
Views: 13006

Re: Icecap battery backup feeding mode code

I tried tweaking my code from other users posts but still need help. I went ahead and removed the Jebao port (Port 5) from turning off on water change or feeding mode. Now I just need an "if" statement that puts the Port 5 speed at 0 whenever feeding mode or water change mode are activated...
by kirkwood
Tue Mar 14, 2017 12:01 pm
Forum: How do I code ...
Topic: Icecap battery backup feeding mode code
Replies: 16
Views: 13006

Re: Icecap battery backup feeding mode 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 <RA_TempSensor.h> #inc...
by kirkwood
Tue Mar 14, 2017 5:48 am
Forum: How do I code ...
Topic: Icecap battery backup feeding mode code
Replies: 16
Views: 13006

Re: Icecap battery backup feeding mode code

It is just the standard Relay off type code for feeding mode and waterr change mode.
by kirkwood
Mon Mar 13, 2017 5:00 pm
Forum: How do I code ...
Topic: Icecap battery backup feeding mode code
Replies: 16
Views: 13006

Icecap battery backup feeding mode code

I just picked up an icecap bsttery backup for a jebao pump and when i enter feeding or water change mode this signals the battery to kick on. Is the fix just as simple as changing the code to speed 0 instead of turning the relay off? Does the PH need to be connected to the controller via the jebao c...
by kirkwood
Fri Apr 29, 2016 11:51 am
Forum: Addons
Topic: Wifi Stopped Connecting to Network
Replies: 1
Views: 3241

Wifi Stopped Connecting to Network

Yesterday evening my Wifi module stopped connecting to my network. My IP address has not changed. When I plug in the wifi module the blue light illuminates very briefly and then the green light flashes slowly. Never had anything like this before. Help please. I haven't messed with my RA in so long t...
by kirkwood
Tue Feb 16, 2016 6:35 am
Forum: Apps
Topic: Android app issue
Replies: 9
Views: 10322

Re: Android app issue

So I entered the IP address of the RA that was listed in the router. That made the app work. However I know this IP addy is static so I could lose connectivity. Another weird thing I noticed is that I don't have a "custom logs" tab like I do on my phone app. ?
by kirkwood
Sat Feb 13, 2016 7:25 pm
Forum: Apps
Topic: Android app issue
Replies: 9
Views: 10322

Re: Android app issue

Any other ideas?
by kirkwood
Thu Feb 11, 2016 8:59 pm
Forum: Apps
Topic: Android app issue
Replies: 9
Views: 10322

Re: Android app issue

My phone updates every 15 min. My internet speed is the fastest Comcast offers in the Atlanta metro area. I am running 2 dual band routers connected in tandem off the same modem. I see no reason for there to be a conflict between the two.
by kirkwood
Tue Feb 09, 2016 9:13 pm
Forum: Apps
Topic: Android app issue
Replies: 9
Views: 10322

Re: Android app issue

Yes they are connected to the same wifi network. I entered the same IP address and home port.
by kirkwood
Fri Feb 05, 2016 7:56 pm
Forum: Apps
Topic: Android app issue
Replies: 9
Views: 10322

Android app issue

This is probably a very simple fix but I so rarely adjust my RA settings that I constantly forget the install stuff. Anyway I got a new ASUS tablet and copied the app settings that work on my droid phone but its not working on the tablet at all. I keep getting error 15 timeout.
by kirkwood
Thu May 29, 2014 6:38 am
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 624770

Re: Android Reef Angel Status

My Android App updated versions yesterday and I can no longer get updates. All I get is the error message "Error 22: XMLI/O". The last time my phone updated was at 8:35pm. I need help. I noticed yesterday that my phone wasn't getting updates on any apps so it wasn't just an RA issue. Turn...
by kirkwood
Wed May 28, 2014 7:43 am
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 624770

Re: Android Reef Angel Status

My Android App updated versions yesterday and I can no longer get updates. All I get is the error message "Error 22: XMLI/O".

The last time my phone updated was at 8:35pm. I need help.