tosterhouse Posted April 17, 2023 Share Posted April 17, 2023 I have a program that was using an insteon switch as a control. When I pressed the on button, the program ran Then. When I pressed off the program ran Else I replaced with an Ultra Pro ZW switch and the program does not recognize the on push:? Any advise will be helpful: Link to comment
Techman Posted April 17, 2023 Share Posted April 17, 2023 Are you able to turn the switch on and off from the admin console? If you manually turn the switch on and off does its status correctly display in the admin console? Can you post a screen shot of the switch nodes as they appear in the device list. Link to comment
TSinclair Posted April 18, 2023 Share Posted April 18, 2023 My workaround in this situation is to change the program to monitor status instead of control of the switch. Link to comment
tosterhouse Posted April 18, 2023 Author Share Posted April 18, 2023 12 hours ago, Techman said: Are you able to turn the switch on and off from the admin console? If you manually turn the switch on and off does its status correctly display in the admin console? Can you post a screen shot of the switch nodes as they appear in the device list. Yes, from the admin console I am able to turn the light on and off. The switch also displays on and off in the admin console when I press the physical switch. Link to comment
tosterhouse Posted April 18, 2023 Author Share Posted April 18, 2023 10 hours ago, TSinclair said: My workaround in this situation is to change the program to monitor status instead of control of the switch. 10 hours ago, TSinclair said: My workaround in this situation is to change the program to monitor status instead of control of the switch. If I select the status the program will trigger with the motion sensors which will disable the programs intention. This program runs my garage lights. When we are under the car and no motion is sensed the lights turn off. This is why I was using the on switch to turn the garage lights on and it also then disabled the motion sensor program. I then press the off on the switch to turn the lights off and then re-enable the motion sensor program. This worked perfect with the Insteon switch. Link to comment
tosterhouse Posted April 18, 2023 Author Share Posted April 18, 2023 12 hours ago, Techman said: Are you able to turn the switch on and off from the admin console? If you manually turn the switch on and off does its status correctly display in the admin console? Can you post a screen shot of the switch nodes as they appear in the device list. I will post tonight. Thank you for the responses! Link to comment
TSinclair Posted April 18, 2023 Share Posted April 18, 2023 I understand now. It is annoying that these switches do not function as elegant as insteon! A couple ideas would be to assign another variable that captures if the switch was activated by a motion sensor/program or check if the switch has any scene nodes. My zooz swiches do have scene nodes so I am at least able to use those for fast on's to operate programs (versus just status). Link to comment
tosterhouse Posted April 18, 2023 Author Share Posted April 18, 2023 These switches do have Scene modes. I am not sure how to utilize them? Link to comment
TSinclair Posted April 18, 2023 Share Posted April 18, 2023 I'm not familiar with the Jasco switches. You would assign the scene node generated during the z-wave pairing/interview to your program. Here is a simple example I am using: Garage Door Right - [ID 0206][Parent 0204] If 'Z-Wave Extra Nodes / ZY 043 Scene Button 2' is switched Fast On Then Set 'Garage / GA ZEN17 / ZY 093.2 Binary Switch' On Else - No Actions - (To add one, press 'Action') Link to comment
tosterhouse Posted April 18, 2023 Author Share Posted April 18, 2023 3 hours ago, TSinclair said: I'm not familiar with the Jasco switches. You would assign the scene node generated during the z-wave pairing/interview to your program. Here is a simple example I am using: Garage Door Right - [ID 0206][Parent 0204] If 'Z-Wave Extra Nodes / ZY 043 Scene Button 2' is switched Fast On Then Set 'Garage / GA ZEN17 / ZY 093.2 Binary Switch' On Else - No Actions - (To add one, press 'Action') I tried with no success Link to comment
Recommended Posts