Re: Detecting Expansion Relays
Posted: Thu Dec 27, 2012 10:40 am
Are you using the last code I posted above without modifications?
It seems to be working for me.
It seems to be working for me.
Community discussion about Reef Angel Controllers and reefing related subjects
https://forum.reefangel.com/
Code: Select all
if (PowerOutage && ReefAngel.Relay.IsRelayPresent(EXP1_RELAY))
{
PowerOutage=false;
DelayedPowerOutage=false;
LastStart=now();
}