Jump to content

2845-222 need to delay off


Recommended Posts

Posted

Ok, I have installed 3 2845-222 Hidden door sensors.  I have put them in a scene as a controller so they can be used to turn on certain lights in the scene set up as responders.  That part works great.  What I need it to do is stay on for a while I get in from the door.  Once I close the door the light go right out.  I did not see any timing options that I used on other sensors.  Is there any way to do this on the sensor or with the scene so I can give myself a few minutes to get in the door and put stuff I am carrying onto the table.

Posted
39 minutes ago, PJH said:

Ok, I have installed 3 2845-222 Hidden door sensors.  I have put them in a scene as a controller so they can be used to turn on certain lights in the scene set up as responders.  That part works great.  What I need it to do is stay on for a while I get in from the door.  Once I close the door the light go right out.  I did not see any timing options that I used on other sensors.  Is there any way to do this on the sensor or with the scene so I can give myself a few minutes to get in the door and put stuff I am carrying onto the table.

I use that same device for my inside garage door to turn on a light in the garage with the program below. You can do the same thing with the scene - removing the sensor as a controller, of course.


Garage Inside Lights On 3mins - [ID 0070][Parent 0173]

If
        'Garage / Garage In Door.Sensor' Status is On
 
Then
        Set 'Garage / Garage Inside Light' On
 
Else
        Wait  3 minutes
        Set 'Garage / Garage Inside Light' Off


 

 

Archived

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

×
×
  • Create New...