Jump to content

Automatic shut off


Dodger

Recommended Posts

Hello Dodger,

 

Here is one approach which turns off a lamp at 12:00:01AM if the status of the lamp is anything other than off.

 

Make a new program using the 'If' and 'Then' part of the program. Once you have finished, save the program and then make sure you enable it by ticking the 'enabled' box, There seems to be a bug in beta version 2.7.12 at the moment that requires you to deselect that box, save and reselect it and save again. If you don't see a little red symbol against the name of the program then you know the program is enabled.

 

If

Status 'Living Rm LL - Taliesin Lamp' is not off

And Time is 12:00:01AM

 

Then

Set 'Living Rm LL - Taliesin Lamp' Off

 

Else

- No Actions - (To add one, press 'Action')

 

 

Regards,

Wayne

 

ps. you can also use scenes to do this by turning off the scene at the required time.

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...