Jump to content

Programming with New Insteon Motion Sensor


Recommended Posts

I've got the motion sensor II, with my (eventual) goal of keeping the garage light on when it detects motion.  My house is a mix of insteon and X10 switches.  

This very simple test program:

 

If   

     Status 'Motion Contoller New-Senor' is On

Then

   Send X10 'F11/On (3)'

   Wait 1 minute

  Set 'Downstairs / Office'  Off

Does not work!  the motion sensor detects motion, its status changes to ON, but it doesn't send F11.  On a related question, with X10 commands, what is the difference between SET and SEND?  Wen I run the test commeand to execute the Then statement, the light goes ON, then turns OFF a minute later as expected... Help please!

EDIT - Solution FOund - Program was "disabled"  UGH

OK Part 2 - Having trouble making a light stay on if a room is occupied, but turn off after no motion detected for X minutes ...

 

 

Link to comment

Archived

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


×
×
  • Create New...