Manual HighATO Port

Do you have a question on how to do something.
Ask in here.
Post Reply
tyson_mitchell_88
Posts: 80
Joined: Thu Nov 05, 2015 2:45 pm
Location: Australia

Manual HighATO Port

Post by tyson_mitchell_88 »

Wondering if I'm able to set up a port so when its activated, via portal or app, it I will run to a float switch?
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Manual HighATO Port

Post by rimai »

I think this would do it:

Code: Select all

if (ReefAngel.Relay.isMaskOn(Port1) && ReefAngel.HighATO.IsActive()) ReefAngel.Relay.Override(Port1,0);
Roberto.
tyson_mitchell_88
Posts: 80
Joined: Thu Nov 05, 2015 2:45 pm
Location: Australia

Re: Manual HighATO Port

Post by tyson_mitchell_88 »

Thanks Roberto, this will make water changes as close to automatic as we can atm :)
Image
Post Reply