Search found 26 matches

by g6gang
Thu Jun 11, 2015 10:50 am
Forum: Standard
Topic: ATO Switch with RODI Unit
Replies: 1
Views: 3460

ATO Switch with RODI Unit

Right now I have the standard Reef Angel unit using two float switches. When lo it turns relay on that turns pump on in my RODI resovior. What I would like to do is somehow hook it up to be used inconjunction directly with the RODI unit, so that it just enabled RODI unit to be 'on' and auto top off ...
by g6gang
Tue Nov 11, 2014 4:20 pm
Forum: How do I code ...
Topic: List of memory locations and meanings
Replies: 2
Views: 3575

List of memory locations and meanings

Where do I find a list of memory location #s and the meaning behind them? Is this documented somewhere? I can't find it.
by g6gang
Tue Nov 11, 2014 12:59 pm
Forum: How do I code ...
Topic: Why did my feed mode stop working after water change
Replies: 2
Views: 3334

Re: Why did my feed mode stop working after water change

So i did a reboot and it seemed like it was back to normal. The question is why did this happen to begin with?
by g6gang
Tue Nov 11, 2014 12:45 pm
Forum: How do I code ...
Topic: Why did my feed mode stop working after water change
Replies: 2
Views: 3334

Why did my feed mode stop working after water change

#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> #in...
by g6gang
Fri Nov 07, 2014 10:18 am
Forum: How do I code ...
Topic: Speedwave return as Dimming Port
Replies: 5
Views: 4599

Re: Speedwave return as Dimming Port

Thanks - Is there an upper limit as well? On my Speedwave controller there were 6 stops. I would normally run at the full 6 lights and then click down to 3 lights when I feed. I was hesistant to try setting Daylight to 100%. Will 100% ~ 6 lights 30% ~ 1 light or 3 lights? BTW I tried 30 and that als...
by g6gang
Fri Nov 07, 2014 9:36 am
Forum: How do I code ...
Topic: Speedwave return as Dimming Port
Replies: 5
Views: 4599

Speedwave return as Dimming Port

So I finally hooked up my Jabeo cable to my Speedwave Return pump and the RA Plus. I have the power plugged in on Relay 8 and the Dimmer hooked up to Daylight. From the web page I change the value to 20 and click set override. The pump then just shuts off. Putting it back to 90 and the pump works ok...
by g6gang
Wed Nov 05, 2014 12:44 pm
Forum: How do I code ...
Topic: Change Length of time when Feedmode
Replies: 5
Views: 6076

Re: Change Length of time when Feedmode

Thanks - I was looking for a way to do it with code. But will try this. Will this new timer be used even after a power loss?
by g6gang
Wed Nov 05, 2014 12:06 pm
Forum: How do I code ...
Topic: Change Length of time when Feedmode
Replies: 5
Views: 6076

Change Length of time when Feedmode

1) Change you change the behavior to something else besides 15 minutes?

2) How to detect if when in and out of feed mode in
void loop()
{

// How to detect when enter feed mode

// How to detect when exit feed mode


}
by g6gang
Thu Oct 23, 2014 8:29 am
Forum: Addons
Topic: Jabeo WP-25 Wavemaker
Replies: 22
Views: 21997

Re: Jabeo WP-25 Wavemaker

ok I think lnevo answered my question. I was looking at the wrong class for my return pump. I will use DCPump for my WP-25 and the PWM for my return pump. I have not tried any of this yet so maybe it will be more clear when I start playing with it. One last thing I am not clear on - when the wizard ...
by g6gang
Thu Oct 23, 2014 7:10 am
Forum: Addons
Topic: Jabeo WP-25 Wavemaker
Replies: 22
Views: 21997

Re: Jabeo WP-25 Wavemaker

Thanks Lnevo That is what I thought and won't work in my situation: DC Pump1 - Pulse mode (it is my wavemaker in tank) DC Pump 2 - Constant mode (it is return pump) Still not clear on what is Sync/AntiSync. Where is this explained?? So looks like sadly you cannot control two DC pumps to behave diffe...
by g6gang
Thu Oct 23, 2014 6:39 am
Forum: Addons
Topic: Jabeo WP-25 Wavemaker
Replies: 22
Views: 21997

Re: Jabeo WP-25 Wavemaker

Sacochen - I think you are correct, I only see a way to make one instance of the DCPump class

Roberto - can you please provide instructions for how to control and use two DC pumps seperately?
by g6gang
Thu Oct 23, 2014 4:35 am
Forum: Addons
Topic: Jabeo WP-25 Wavemaker
Replies: 22
Views: 21997

Re: Jabeo WP-25 Wavemaker

Ok now you just through me for a loop. Are you saying I can't do this: WP-25 (in display tank and power head/wave maker) - relay 5 - Dimmer 1 -Want to put in short or long pulse - On power up - want to turn on and set mode to short/long pulse with set speed - On feed mode want to turn off and return...
by g6gang
Wed Oct 22, 2014 6:32 pm
Forum: Addons
Topic: Jabeo WP-25 Wavemaker
Replies: 22
Views: 21997

Re: Jabeo WP-25 Wavemaker

ok now it is making more sense. Still not sure what syn/ant-sync is but i think here is the mapping of Jabeo to RA: H1/H2/H3 = Constant W1/W2/W3/ = Short / Long Pulse Else = Reef Speed S1/S2/S3 = Not sure - on WP-25 this is a seperate feature then the Dial. Dial = RA Speed setting?? I think. On WP-2...
by g6gang
Wed Oct 22, 2014 6:17 pm
Forum: Addons
Topic: Jabeo WP-25 Wavemaker
Replies: 22
Views: 21997

Re: Jabeo WP-25 Wavemaker

Thanks but everytime I try to browse the API docs, it is hit or miss and usually I get a timeout. Is there anyway I can run these docs locally. Can roberto zip them up and provide it for download - seems like it is Javadoc like with relative HTML files. When I do get lucky and hit the docs, they are...
by g6gang
Wed Oct 22, 2014 5:23 pm
Forum: Addons
Topic: Jabeo WP-25 Wavemaker
Replies: 22
Views: 21997

Re: Jabeo WP-25 Wavemaker

Where do I find the corresponding commands for each mode of the WP-25 - Sorry just can't find anything this specific /basic: WP-25 H1/H2/H3 W1/W2/W3/Else Speed S1/S2/S3 Knob to control intensity Also since I have speedwave and WP-25 - how do I tell which one to operate on - they are both DC Pumps. O...
by g6gang
Wed Oct 22, 2014 1:18 pm
Forum: For New Members
Topic: Mounting of Probe and Float Switches
Replies: 4
Views: 4644

Re: Mounting of Probe and Float Switches

for PH Probe - can it be fully submersed in the water?
by g6gang
Wed Oct 22, 2014 1:13 pm
Forum: For New Members
Topic: WiFi Utility App Not Connecting (Mac)
Replies: 4
Views: 4690

Re: WiFi Utility App Not Connecting (Mac)

yes it looks like it must be connected because I see the Web Chart on the portal has some PH and temp readings. What is port forwarding needed for? Ability to control the controller from the web? If I just want to have the data log and not control from the web then I don;t have to setup port forward...
by g6gang
Wed Oct 22, 2014 1:06 pm
Forum: For New Members
Topic: Mounting of Probe and Float Switches
Replies: 4
Views: 4644

Mounting of Probe and Float Switches

Other noob questions that I wish were answered in the user manual. 1) How to properly mount the PH probe? How far does it have to be in the water? is it ok if it is fully sumbersible? I know there are brackets for other PH Probes I have seen on BRS, but what does everyone use to hold it in position?...
by g6gang
Wed Oct 22, 2014 12:20 pm
Forum: For New Members
Topic: WiFi Utility App Not Connecting (Mac)
Replies: 4
Views: 4690

Re: WiFi Utility App Not Connecting (Mac)

Ok I used an older version of the wifi app and it was able to get past the issue before, but it says the IP address is 0.0.0.0. Green light is only light blinking. Sorry don;t know how to add a screen shot here Opening Serial Port... Verifying speed at 9600 baud Connected to serial port /dev/tty.usb...
by g6gang
Wed Oct 22, 2014 12:09 pm
Forum: For New Members
Topic: WiFi Utility App Not Connecting (Mac)
Replies: 4
Views: 4690

WiFi Utility App Not Connecting (Mac)

I have downloaded and installed all of the components in the 1.1.0.dmg (FTDUSBDriver, Arduino, Wifi_utility) but the wifi app does not want to connect to the wifi adapter. I am using the same cable and USB port I am using to talking to the RA Controller (Was able to upload from Arduino fine using sa...
by g6gang
Fri Oct 17, 2014 9:33 am
Forum: Addons
Topic: Jabeo WP-25 Wavemaker
Replies: 22
Views: 21997

Re: Jabeo WP-25 Wavemaker

Yes glad to see it is easy to expand into other things..more reasons to spend $$$ on my "hobby"/Addiction..I am thinking there is a business to start called "Reef Addicts Anonymous"

Thanks for your help. Just ordered.
by g6gang
Fri Oct 17, 2014 9:08 am
Forum: Addons
Topic: Jabeo WP-25 Wavemaker
Replies: 22
Views: 21997

Re: Jabeo WP-25 Wavemaker

Thanks Sacohen - I have yet to purchase so all of this information gets a bit confusing at first. This forum and Roberto have been very quick to respond to my newbie questions, so that means good things for the future. Looks like I will just start with the Digital model two jabeo cables and WiFi Mod...
by g6gang
Fri Oct 17, 2014 8:37 am
Forum: Addons
Topic: Jabeo WP-25 Wavemaker
Replies: 22
Views: 21997

Jabeo WP-25 Wavemaker

trying to understand how I would control the WP-25 from RA. The WP-25 has it's own controller with different modes : H1/H2/H3 W1/W2/W3/Else Speed S1/S2/S3 Knob to control intensity So I think I need RA (not sure PWM or Analog) plus a Jabeo cable and then remove the Jebao controller from the picture?...
by g6gang
Thu Oct 16, 2014 2:48 pm
Forum: How do I code ...
Topic: Trying to understand how to without a device
Replies: 3
Views: 4304

Re: Trying to understand how to without a device

Awesome

Besides sample code I see here, where do I find a general programmers guide to describe syntax, apis , etc?
by g6gang
Thu Oct 16, 2014 2:03 pm
Forum: Standard
Topic: Noisy pH
Replies: 8
Views: 5552

Re: Noisy pH

My pH has been very buggy recently. I even replaced my pH probe since it was over 1 year old. I recieved a new probe from Roberto, calibrated it with some calibration fluids that I bought off Amazon and they put the probe in the tank on Saturday. See the attached, I think my heaters are having some...
by g6gang
Thu Oct 16, 2014 1:45 pm
Forum: How do I code ...
Topic: Trying to understand how to without a device
Replies: 3
Views: 4304

Trying to understand how to without a device

I am in the 'what controller' do I buy mode and really interested in the Reef Angel. But it is not clear how to do certain things and if I need any extras modules. So keeping in mind basic package (ph probe, temp probe) Can I write some code to show on the head unit: - Todays Hi / Lo / Avg Temp - To...