Jump to content

Kids bedroom timer


danncas

Recommended Posts

Posted

I dont have a sensor in the room. But I would like for the lights to shut off after a set time ( or is the switch is double press the the time is never set. And if the switch is pressed will timing the timer will restart.

ANY IDEA PLEASE ADVISE??????

Posted

If control switch is set on

Or control switch is set fast on

Then

Wait set time

Set lights off

Else

 

Yes, a running timer will reset if the switch is turned on again.

Posted

Try this:

 

If 
  Control BedroomSwitch is switched On
  and Control BedroomSwitch is NOT switched FastOn

Then
  Wait 30 minutes
  Set BedroomSwitch Off

Else

 

This way, the timer will run if the light is switched on normally and will reset if switched on again. If you FastOn, the timer will be avoided or aborted if already running.

 

-Xathros

Posted

This is mine. I have it beep to warn that it is going to shut off. Of course you need a newer switch that has the beep function. You could change the "is switched fast on" to "is not" if you wanted that particular function to prevent the timer. The "status not off" is if you shut the light off it will kill the timer so you don't get the beeping.

 

If
       Control 'Alexis Room / Alexis BR-Overhead L' is switched On
    Or Control 'Alexis Room / Alexis BR-Overhead L' is switched Fast On
    Or Control 'Alexis Room / Alexis BR-Overhead L' is switched Fade Up
    Or Status  'Alexis Room / Alexis BR-Overhead L' is not Off

Then
       Wait  29 minutes 
       Repeat 60 times
          Wait  1 second
          Set 'Alexis Room / Alexis BR-Overhead L' 14 (Beep Duration)
       Repeat 1 times
          Set 'Alexis Room / Alexis BR-Overhead L' Off

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


Guest
This topic is now closed to further replies.

×
×
  • Create New...