Announcement

Collapse
No announcement yet.

Multiple open/close sensors - 1 light

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Multiple open/close sensors - 1 light

    I am trying to create a system where if any of the multiple open/close sensors are open, the light connected to the wall plug turns on and it does not go off until all the sensors are closed. what is happening is if one is open it goes on. if another is opened and then closed, it turns off. I have tried created 1 scene with all of them and 1 scene per sensor. I'm assuming I either need an ipsy or one wall plug per sensor?

    #2
    To do that you will need a controller with more logic capability. Something like the ISY 994i

    you can then create a couple of programs to handle the logic.

    example:

    program 1

    If: sensor 1 or 2 or 3 or 4 are On

    Then: turn light On

    Program 2

    If sensor 1 and 2 and 3 and 4 are Off

    Then turn light Off

    Comment

    Working...
    X