Search found 88 matches

by davaraj
Tue May 24, 2016 3:36 pm
Forum: Standard
Topic: Port 4 on relay not working
Replies: 3
Views: 4007

Re: Port 4 on relay not working

The relay is only an on/off device. I don't think it would interfere with the controller, but you can replace the relays if you need it. You are right Roberto. The problem is with th gyre pump. I think it is failing. I dismantled it , cleaned it and it runs for a while and then stops. Time to repla...
by davaraj
Sun May 22, 2016 3:49 pm
Forum: Standard
Topic: Port 4 on relay not working
Replies: 3
Views: 4007

Port 4 on relay not working

I have a Maxspect Gyre attached to Port 4 on the relay box. It is on all the time. Recently the Gyre controller was not working properly. The red light flashes on the controller and the pump does not turn. If I switch off port 4 and then switch on again, the controller works for a few hours, then it...
by davaraj
Fri Mar 18, 2016 6:09 pm
Forum: You and your tank
Topic: RA Organization
Replies: 5
Views: 6660

Re: RA Organization

In a separate compartment below display tank.
by davaraj
Sat May 02, 2015 11:19 pm
Forum: For New Members
Topic: Newbie questionnaire
Replies: 23
Views: 18826

Re: Newbie questionnaire

Only the dimming ports on the first relay will work. The dimming ports on the 2nd relay will not work. You need a dimming module if you want to use any equipment to make use of the dimming functions.
by davaraj
Sun Apr 26, 2015 7:48 pm
Forum: Addons
Topic: Bus lock
Replies: 2
Views: 2847

Re: Bus lock

rimai wrote:Try removing the RANet receiver and see if it makes any difference.
Yes the RANet receiver is still installed in the wireless relay box. Will remove it and let you know how it goes.

Dr Davaraj
by davaraj
Sat Apr 25, 2015 4:12 pm
Forum: Addons
Topic: Bus lock
Replies: 2
Views: 2847

Bus lock

I am getting bus locks quite frequently. The status light on the main unit flashes and the date and time settings are also off. I started having this problem after I connected the RA wireless relay box to the expnsion hub using a usb cable. My RANet wireless transmitter is faulty and I cant use the ...
by davaraj
Sun Mar 29, 2015 4:06 pm
Forum: Addons
Topic: RANet Add-On
Replies: 75
Views: 66384

Re: RANet Add-On

rimai wrote:The relay box can be connected to the hub just fine with a regular usb cable.
You just need to power it off and back on with the cable connected.
The dimming may work the same depending on how the module was built. Send me a photo of the dimming module or check if U1 is populated.
by davaraj
Sun Mar 29, 2015 12:18 am
Forum: Addons
Topic: RANet Add-On
Replies: 75
Views: 66384

Re: RANet Add-On

I have a RANet wireless relay box and wireless dimming module. Both are not working now. I have a few items connected to the wireless relay box. Since the box does not communicate and sync with the main head unit, can it be connected to the main unit through an expansion hub, which is in turn connec...
by davaraj
Mon Mar 16, 2015 5:43 am
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 38848

Re: RA Net with Relay doesn't seem to be working correctly.

The blue led on RSSI lights up when connecting the cable but in Arduino studio I get error uploading (w/ optiboot). See below for full output. avrdude: Version 6.0, compiled on Apr 6 2012 at 19:29:19 Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ Copyright (c) 2007-2009 Joerg Wunsch Sy...
by davaraj
Sat Mar 14, 2015 4:43 pm
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 38848

Re: RA Net with Relay doesn't seem to be working correctly.

I have a RANet wireless dimming module. For the past 2 days the lunar module connected to the wireless dimming module is not working. I think the dimming module is not syncing with the head unit. Can I reprogram the receiver in the wireless dimming module? I had done this to the receiver in the wire...
by davaraj
Sun Feb 08, 2015 3:30 pm
Forum: How do I code ...
Topic: New DCPump Modes - How to code???
Replies: 42
Views: 34768

Re: New DCPump Modes - How to code???

rimai wrote:Are you using memory settings set to true or false?
ReefAngel.DCPump.UseMemory=false;
by davaraj
Sun Feb 08, 2015 8:23 am
Forum: How do I code ...
Topic: New DCPump Modes - How to code???
Replies: 42
Views: 34768

Re: New DCPump Modes - How to code???

I have this code set for Else mode.

ReefAngel.DCPump.SetMode(Else,50,20);

So the pump should ramp up and down from 30% to 70%, randomly. However, mine goes from 30% to 90% . Is there something wrong with the code or is that how the pump will work?

Dr Davaraj
by davaraj
Wed Feb 04, 2015 4:47 am
Forum: How do I code ...
Topic: New DCPump Modes - How to code???
Replies: 42
Views: 34768

Re: New DCPump Modes - How to code???

ReefAngel.DCPump.SetMode(TidalSwell 55); and ReefAngel.DCPump.SetMode(millis();1200>750?50:0); You need 3 arguments to SetMode separated by a comma. Mode Speed and Duration. The first only has 2 and no comma and the second, that code block represents one argument and it represents a speed. Try this...
by davaraj
Wed Feb 04, 2015 4:21 am
Forum: How do I code ...
Topic: New DCPump Modes - How to code???
Replies: 42
Views: 34768

Re: New DCPump Modes - How to code???

ReefAngel.DCPump.SetMode(TidalSwell 55); and ReefAngel.DCPump.SetMode(millis();1200>750?50:0); You need 3 arguments to SetMode separated by a comma. Mode Speed and Duration. The first only has 2 and no comma and the second, that code block represents one argument and it represents a speed. Try this...
by davaraj
Tue Feb 03, 2015 10:47 pm
Forum: How do I code ...
Topic: New DCPump Modes - How to code???
Replies: 42
Views: 34768

Re: New DCPump Modes - How to code???

You will have lines like this in the setup section of your code ReefAngel.DCPump.ActinicChannel = Sync; ReefAngel.DCPump.DaylightChannel = AntiSync; If you want to disable one channel you can set it to None. If you want both pumps to do the same thing then set them both to Sync. I have recoded like...
by davaraj
Tue Feb 03, 2015 9:45 am
Forum: How do I code ...
Topic: New DCPump Modes - How to code???
Replies: 42
Views: 34768

Re: New DCPump Modes - How to code???

They're easy if you're using the DCPump libraries already. ReefAngel.DCPump.SetMode(Else,midpoint,offset); Generates a random flow from midpoint-offset to midpoint+offset. For example, if you use: ReefAngel.DCPump.SetMode(Else,50,20); You'll get a random flow that ranges between 30 and 70. ReefAnge...
by davaraj
Sun Feb 01, 2015 7:53 pm
Forum: Addons
Topic: Jebao battery backup and feeding mode
Replies: 9
Views: 6322

Re: Jebao battery backup and feeding mode

If you want to keep them on the relay box, make sure to not turn them off when on feeding or the battery is going to kick in. So if I take this off from the code: ReefAngel.FeedingModePorts = Port5Bit | Port6Bit; and keep this on: ReefAngel.DCPump.FeedingSpeed=0; it should work. Dr Davaraj
by davaraj
Sun Feb 01, 2015 7:24 pm
Forum: Addons
Topic: Jebao battery backup and feeding mode
Replies: 9
Views: 6322

Re: Jebao battery backup and feeding mode

rimai wrote:Sorry, I meant the Jebao power supplies.
The Jebao power supplies are on port 5 and port 6 of the relay box (not wireless).
by davaraj
Sun Feb 01, 2015 3:34 pm
Forum: Addons
Topic: Jebao battery backup and feeding mode
Replies: 9
Views: 6322

Re: Jebao battery backup and feeding mode

The battery backup is connected to batteries which are in turn connected to a sloar panel. Not connected to wall outlet.
by davaraj
Sun Feb 01, 2015 7:34 am
Forum: Addons
Topic: Jebao battery backup and feeding mode
Replies: 9
Views: 6322

Re: Jebao battery backup and feeding mode

I think instead of shutting down the relay ports, you should add this to setup(): ReefAngel.DCPump.FeedingSpeed=0; ReefAngel.DCPump.WaterChangeSpeed=0; I added the above code for feeding mode, but the jebao wavemakers are still running with battery backup. I am not using the DCPump class in the cod...
by davaraj
Wed Jan 28, 2015 5:17 pm
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 38848

Re: RA Net with Relay doesn't seem to be working correctly.

Sacohen wrote:davaraj your videos are in private mode.
I just changed the settings to public. Hope the vides are visible now
by davaraj
Wed Jan 28, 2015 4:58 pm
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 38848

Re: RA Net with Relay doesn't seem to be working correctly.

LED on relay unit when Head unit is off.

http://m.youtube.com/watch?v=_B5bL2K3giop

LED on relay unit when Head unit is on but not in sync.

http://m.youtube.com/watch?v=067azYoRu74
by davaraj
Mon Jan 26, 2015 9:25 am
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 38848

Re: RA Net with Relay doesn't seem to be working correctly.

I have been using the wireless relay for quite some time now. What happens is , it loses connectivity with the head unit on and off. I have sent a PM to Roberto about this. I hope he has some solution for this.
by davaraj
Mon Nov 24, 2014 10:12 pm
Forum: Standard
Topic: Temperature probes
Replies: 1
Views: 2038

Temperature probes

I have 3 temp probes attached to the controller. All the probes were working well and the temperature was displayed on the controller. Recently the controller displays 0 for all the three probes. I tried switching the probe attachments to the controller. It seems to work for a while and then display...
by davaraj
Tue Nov 18, 2014 5:49 am
Forum: Addons
Topic: RANet Ready Relay Box
Replies: 18
Views: 14475

Re: RANet Ready Relay Box

lnevo wrote:

Code: Select all

  ReefAngel.Relay.RANetFallBackE[0]=Port1Bit | Port5Bit;
Thanks Lee. I'll add that into my code.
by davaraj
Tue Nov 18, 2014 5:35 am
Forum: Addons
Topic: RANet Ready Relay Box
Replies: 18
Views: 14475

Re: RANet Ready Relay Box

That is awesome. How is the fallbacks set on the ports? Is it through software or jumpers? As simple as this: ReefAngel.Relay.RANetFallBackE[0]=Port7Bit; This line will turn port 7 on and all other ports off. I have the return pump on port 5 and skimmer on port 1 on the wireless relay box. Recently...
by davaraj
Sun Nov 09, 2014 10:46 pm
Forum: For New Members
Topic: Heater will not turn on
Replies: 5
Views: 6490

Re: Heater will not turn on

I think you should replace this:
ReefAngel.StandardHeater( Port3,79,80 );
With this:
ReefAngel.StandardHeater( Port3,790,800);
by davaraj
Sun Nov 09, 2014 8:01 pm
Forum: Standard
Topic: pH probe
Replies: 1
Views: 2074

pH probe

Is there a life span for pH probes? Mine is hardly 2years old and does not register the correct pH values. I have tried to calibrate the probe with pH 7 and pH 10 buffer solutions (Milwaukee). During calibration the number keeps going up and down and does not stabilize at all. I have rinsed the prob...
by davaraj
Tue Nov 04, 2014 8:29 am
Forum: Standard
Topic: Gyre Mode??
Replies: 17
Views: 10262

Re: Gyre Mode??

Smotz wrote:The globals.h file say we need to specify a min % a max...?

'byte GyreMode(byte, byte, int, boolean)'
I think you are right. My second code gave errors, but the first code gave no errors and is working.

Dr Davaraj
by davaraj
Mon Nov 03, 2014 10:05 pm
Forum: Standard
Topic: Gyre Mode??
Replies: 17
Views: 10262

Re: Gyre Mode??

lnevo wrote:The second one
Thanks Lee.

Dr Davaraj