Search found 57 matches

by GugsJr
Mon Mar 13, 2017 7:36 pm
Forum: How do I code ...
Topic: Off set my Daylight and Actinics?
Replies: 7
Views: 5408

Re: Off set my Daylight and Actinics?

Didn't work. I got this sketch_mar13a.cpp: In function 'void loop()': sketch_mar13a:80: error: 'class InternalEEPROMClass' has no member named 'ActinicLights_read' sketch_mar13a:81: error: 'class InternalEEPROMClass' has no member named 'ActinicLights_read' sketch_mar13a:82: error: 'class InternalEE...
by GugsJr
Mon Mar 13, 2017 5:14 pm
Forum: How do I code ...
Topic: Off set my Daylight and Actinics?
Replies: 7
Views: 5408

Re: Off set my Daylight and Actinics?

Does this look right? ReefAngel.ActinicLights( Port1, InternalMemory.ActinicLights_read(-10,70) ); // Off set 10 minutes before start time but an hour and 10 minutes after end time ReefAngel.ActinicLights( Port2, InternalMemory.ActinicLights_read(0,240) ); // Offset 4 hours after end time ReefAngel....
by GugsJr
Mon Mar 13, 2017 5:06 pm
Forum: How do I code ...
Topic: Icecap battery backup feeding mode code
Replies: 16
Views: 13041

Re: Icecap battery backup feeding mode code

Could you post your code?
by GugsJr
Mon Mar 13, 2017 12:02 pm
Forum: Apps
Topic: Universal App and Web Cam
Replies: 1
Views: 3650

Universal App and Web Cam

Could you integrate a web cam section in the uApp?

So it would look like this
Screenshot_2017-03-13-13-43-03.jpg
Screenshot_2017-03-13-13-43-03.jpg (268.09 KiB) Viewed 3650 times
by GugsJr
Mon Mar 13, 2017 8:50 am
Forum: How do I code ...
Topic: Off set my Daylight and Actinics?
Replies: 7
Views: 5408

Off set my Daylight and Actinics?

So I have my code in the memory but I want to offset my Actinics and Daylights. ***I want to Offset my LED fixtures by an hour of each other. ***I don't want my moonlights to be opposite of my daylights. ***Also I want my refugium to lights to stay on for 30 minutes after my Daylights come on and Go...
by GugsJr
Mon Mar 13, 2017 7:05 am
Forum: Addons
Topic: Bus Lock from new dimming expansion
Replies: 6
Views: 5797

Re: Bus Lock from new dimming expansion

That worked
by GugsJr
Sun Mar 12, 2017 5:03 pm
Forum: Addons
Topic: Bus Lock from new dimming expansion
Replies: 6
Views: 5797

Re: Bus Lock from new dimming expansion

I switched both the Dimming Expansion and the Relay expansion into different ports and so far so good
by GugsJr
Sat Mar 11, 2017 8:11 am
Forum: Addons
Topic: Bus Lock from new dimming expansion
Replies: 6
Views: 5797

Bus Lock from new dimming expansion

I just purchased the dimming expansion module and I keep getting Bus Locks but not til after a few hours. This morning I woke up and had a bus lock. I unplugged the dimming module and the RA started working again. What would cause this? Is it the cable or the module itself? Also I can hear my relays...
by GugsJr
Fri Mar 10, 2017 3:46 pm
Forum: Apps
Topic: Universal App
Replies: 236
Views: 268464

Re: Universal App

I wasn't sure if I should add the request here or into it's own thread. Figured why add an extra thread.

For the Android App could you make it that when you get a flag (lets use ATO), and you go to the flag section it will clear if you tap it instead of going into the menu?
by GugsJr
Thu Mar 09, 2017 3:18 pm
Forum: Addons
Topic: Dimming Expansion question.
Replies: 8
Views: 6459

Re: Dimming Expansion question.

There you go. That will work Sounds good. If I Put the two Jeabos on the Relay Dimming ports and the third Jebao on the Dimming expansion, will that affect the LEDs? The other option is to put 2 Jeabos on the Relay Dimming ports, The LEDs on the Dimming Expansion. The third Jebao on constant using ...
by GugsJr
Thu Mar 09, 2017 1:11 pm
Forum: Addons
Topic: Dimming Expansion question.
Replies: 8
Views: 6459

Re: Dimming Expansion question.

When I purchased I had the RA+ I had the ELN drivers. I just switched to the LDD drivers. So my plan was to put 2 Jebaos on the dimming ports on the relay, I think they are 0-10V PWM since they worked with the ELN drivers. They will work on those ports correct? The LDD Drivers I'm going to connect t...
by GugsJr
Thu Mar 09, 2017 8:58 am
Forum: Addons
Topic: Dimming Expansion question.
Replies: 8
Views: 6459

Re: Dimming Expansion question.

cosmith71 wrote:Should be fine. Set the ports for the LDD's to 5v PWM and the one for the Jebao to 10v analog.

--Colin
Thank you. When I ordered my RA+ I ordered the PWM signal on it. Will the Jebaos work with the dimming ports on the relay box?
by GugsJr
Wed Mar 08, 2017 10:30 am
Forum: Apps
Topic: RA Web Wizard and Traditional Wizard ino coding
Replies: 2
Views: 4274

RA Web Wizard and Traditional Wizard ino coding

So I've been toying around with the RA Web Wizard and I noticed a few possible errors, also there was a line of code that didn't work with the traditional coding and I was wondering what it could be. Web Wizard error? - When I set it to internal memory for the lighting portion it still generates the...
by GugsJr
Wed Mar 08, 2017 10:19 am
Forum: Addons
Topic: Dimming Expansion question.
Replies: 8
Views: 6459

Dimming Expansion question.

I had 2 bad drivers on my current Rapid LED DIY fixtures. So I ordered new ones and I have a few questions. This is the list of my equipment new equipment. 2 Rapid LED DIY fixture. 4 LDD Drivers 3 Jebao PP-8 I'm going to have the the LED fixtures over lap on time. So Front Blue LEDs on from 2-11, Wh...
by GugsJr
Fri Mar 03, 2017 9:06 pm
Forum: How do I code ...
Topic: Jebao Custom programming help
Replies: 9
Views: 6280

Re: Jebao Custom programming help

So the longer version I came up with didn't work the way I thought. Then I tried the one below and it didn't work either. All the pumps went off, the one I wanted to wouldn't stay on. I hate to bother you with this. Is there a tutorial for programming? #include <ReefAngel_Features.h> #include <Globa...
by GugsJr
Fri Mar 03, 2017 7:57 pm
Forum: How do I code ...
Topic: Jebao Custom programming help
Replies: 9
Views: 6280

Re: Jebao Custom programming help

That's what I thought. I need to weed through it some more.
by GugsJr
Fri Mar 03, 2017 12:42 pm
Forum: How do I code ...
Topic: Jebao Custom programming help
Replies: 9
Views: 6280

Re: Jebao Custom programming help

This is what I came up with not sure if it will work. #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...
by GugsJr
Fri Mar 03, 2017 12:23 pm
Forum: How do I code ...
Topic: Jebao Custom programming help
Replies: 9
Views: 6280

Re: Jebao Custom programming help

Thank you for that can you explain this line please. I'm trying to learn how to code in here. I know if and then statements for general coding but trying to learn the language in reef angel.

else if (hour()>=22 || hour()<=7)
by GugsJr
Thu Mar 02, 2017 11:35 am
Forum: How do I code ...
Topic: Jebao Custom programming help
Replies: 9
Views: 6280

Re: Jebao Custom programming help

Rimai, They do. But I want one of them to stay on. The one on dimming port 1 to go into nutrient transport mode.

I'm also trying to get each to do a different mode every hour for a certain time. With brief periods of turning off.
by GugsJr
Thu Mar 02, 2017 9:28 am
Forum: How do I code ...
Topic: Jebao Custom programming help
Replies: 9
Views: 6280

Re: Jebao Custom programming help

Is what I'm trying to do possible?
by GugsJr
Tue Feb 28, 2017 11:54 am
Forum: How do I code ...
Topic: Jebao Custom programming help
Replies: 9
Views: 6280

Jebao Custom programming help

I need help programming my Jebaos. I have 3 and currently I have them on reefcrest mode. I need help adding the following: 1. Turning off the Jeabos on Dimming Channel 0 and Channel 2 during feed mode 2. Jeabo on Dimming channel 1 to go into nutrient transport mode 3. I want each Jeabo to randomly s...
by GugsJr
Fri Feb 24, 2017 9:39 pm
Forum: Addons
Topic: recommend powerhead for Reef Angel
Replies: 5
Views: 4957

Re: recommend powerhead for Reef Angel

Thank you, I went with 3 PP 8 thinking I could have done the pp 4 but I'm happy with the setup now. Now to wait for the cables and dimming ports to arrive so I can hook it up to the RA
by GugsJr
Thu Feb 23, 2017 7:13 am
Forum: Addons
Topic: recommend powerhead for Reef Angel
Replies: 5
Views: 4957

recommend powerhead for Reef Angel

I currently have 3 Hydor on the reef angel and they just go on and off. Well they aren't 100% reliable right now about every few days I have to clean them just so they click on. I'm looking at new powerheads now and want to know which would be recommended. I'd like to get one where I could control t...
by GugsJr
Sat Jan 14, 2017 10:03 am
Forum: How do I code ...
Topic: Turning off/on a ports when ATO turns on/off
Replies: 2
Views: 2920

Re: Turning off/on a ports when ATO turns on/off

Thank you, I'll try this and let you know.
by GugsJr
Fri Jan 13, 2017 5:29 pm
Forum: You and your tank
Topic: Relay boxes and sump room?
Replies: 5
Views: 7416

Re: Relay boxes and sump room?

Sacohen wrote:You could also go with the RANet and the wireless RANet Relay.
I missed this post, I can't seem to find these items on the product pahe
by GugsJr
Fri Jan 13, 2017 11:59 am
Forum: How do I code ...
Topic: Turning off/on a ports when ATO turns on/off
Replies: 2
Views: 2920

Turning off/on a ports when ATO turns on/off

My top off container is connected to a conical tank and when I turn on my ATO pump it over flows the conical tank. So here is what I'd like to program. When the low ATO sensor trips I'd like it to turn off the main pump, then 2 minutes later turn on the ATO pump. When the high ATO sensor trips turn ...
by GugsJr
Fri Jun 20, 2014 6:43 am
Forum: Addons
Topic: Relay Expansion, Wavemaker programming,web banner
Replies: 17
Views: 11009

Re: Relay Expansion, Wavemaker programming,web banner

I think it is related to the space in your username or the portal key. Try using this: ReefAngel.Portal("Gugs%20Jr"); And make sure to disable the portal key. If it works, then you can go ahead and change the code to use the key again. Still nothing I even tried making a new user name wit...