Programming alarm question

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)

Sabina

Active Member
View Badges
Joined
Jun 3, 2013
Messages
143
Reaction score
72
Rating - 0%
0   0   0
I sometimes turn the lights on my work tank but forget to turn them back to auto from manual. Is there a way to set an alarm to text me if they are on when the shouldn’t be 6pm to 6am? The lights are called “lights” on the EB8.
 

rkpetersen

walked the sand with the crustaceans
View Badges
Joined
Sep 14, 2017
Messages
4,528
Reaction score
8,865
Location
Near Seattle
Rating - 0%
0   0   0
Yes.
Make a virtual outlet.

[LightStillOn]
Set OFF
If Output Lights = ON Then ON
If Time 0600 to 1800 Then OFF

Then in your alarm output, add:

If Output LightStillOn = ON Then ON
 
Back
Top