ldrinc Posted March 4, 2016 Posted March 4, 2016 (edited) Hi All Need help with a simple program. I'd like my hidden door sensor to trigger a hallway light to come for 5 minutes when the sensor is switched on. This is what I have so far test sensor - [ID 014B][Parent 0032] If Status '32.7A.4D.1 - Door Sensor' is Off Then Set 'Master Bedroom / M/Bedroom light' On Else - No Actions - (To add one, press 'Action') Edited March 4, 2016 by ldrinc
jerlands Posted March 4, 2016 Posted March 4, 2016 You want to use "Control" rather than status. The hidden door sensor sends an off signal when door is closed. Jon...
paulbates Posted March 4, 2016 Posted March 4, 2016 (edited) Hi Update the If statement to use Control / switched on (as jerlands suggested), and add the 2 lines to the then clause test sensor - [ID 014B][Parent 0032]If Control '32.7A.4D.1 - Door Sensor' is switched On Then Set 'Master Bedroom / M/Bedroom light' On Wait 5 minutes Set 'Master Bedroom / M/Bedroom light' Off Else - No Actions - (To add one, press 'Action') Edited March 4, 2016 by paulbates
ldrinc Posted March 4, 2016 Author Posted March 4, 2016 Thanks all... Your suggestions fixed my issue. Thanks again.
Recommended Posts