Jump to content

Turn off light after time interval


TVC15

Recommended Posts

I agree with redridge.  I will add that one needs to be careful to avoid having the THEN section retrigger the IF section but, otherwise, it should be as simple as described.

Are you concerned only about when the garage lights are manually turned on, or are there other automated cases that might cause your lights to be on?

Link to comment

I do that with a bathroom fan so it doesn't run forever:

Bath Fan - [ID 008A][Parent 0062]

If
        'Rooms / Kitchen / Kitchen BathRoom Fan' is switched On
 
Then
        Wait  3 minutes 
        Set 'Rooms / Kitchen / Kitchen BathRoom Fan' Off
 
Else
   - No Actions - (To add one, press 'Action')
 

Link to comment
Thanks to all! I will implement today! This switch is only turned on manually, so, this should be a simple fix!
If you answer oberkc's question it may change the method of condition in the program.

The one given will not detect if the light us turned on from other sources.

Sent using Tapatalk

Link to comment

Archived

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


  • Recently Browsing

    • No registered users viewing this page.
  • Forum Statistics

    • Total Topics
      36.9k
    • Total Posts
      370.2k
×
×
  • Create New...