Page 1 of 1

Rebooting RA * - All relays temporarily on

Posted: Mon Feb 19, 2018 6:11 am
by rrodriguess
Every Time my RA* reboots, all my relays are set to On for a second, making my lights to blink, turning my fans on.. and so on. I dont know if it is some kind of self test...

The problem is that my water solenoid is also turned on, allowing some (not desired) water to enter in the system.

How can we avoid that?

Rafa

Re: Rebooting RA * - All relays temporarily on

Posted: Tue Feb 20, 2018 9:02 am
by Loose
I was having a similar problem with my ATO pump. My ports would cycle, with some off and some on based upon their state when the RA* rebooted.

I added the following code for my ATO pump port (it's on my Relay Expansion Box 1 on Port 4) in the 'void setup()' section and, unless something else I changed fixed it, this seemed to work.

Code: Select all


    // Ports that are always off
    ReefAngel.Relay.Off( Box1_Port4 );