Announcement

Collapse
No announcement yet.

Event sequence to make a 5 button scene controller work like 5 button switch

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

    Event sequence to make a 5 button scene controller work like 5 button switch

    I have several Cooper RFWC5DW Z-Wave 5-scene Controllers. I'm trying to set some of them up so that if one button is pushed the other four are turned off.

    Right now I have one event for each button that says if scene on turn on X device. I also have an "if any of the buttons turn off" then turn off all the buttons and the device(s).

    The behavior I have is:
    press button 1 = button 1 on Device 1 on
    Press button 2 = button 1 and 2 on Device 2 on
    Press button 3 = Button 1, 2, 3 on Device 3 on...

    What I want is:
    press button 1 = button 1 on Device 1 on
    Press button 2 = button 2 on Device 2 on
    Press button 3 = Button 3 on Device 3 on

    I tried adding a "if button 1 on turn off 2,3,4,5 but then that triggers the off event that turns everything off.

    I'm sure its something simple but I cant figure out how to make it work.
Working...
X