Jump to content

Programming Help


ldrinc

Recommended Posts

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')


Link to comment

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')

Link to comment

Archived

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


×
×
  • Create New...