fanpatsdec Posted yesterday at 05:18 PM Posted yesterday at 05:18 PM Hey everyone, I am new to adding Z-wave to my eisy and generally it all has worked well. I added a ZEN32 5 button switch and I can turn things on with the scene buttons (executing programs) but can't turn them off. With Insteon this was pretty straightforward but with Zooz devices, there appears to be no control to turn things "off", just an option to "not turn on" (which doesn't work). Is there parameter I am supposed to change? The Zooz instructions (attached) are clear as mud to me so far. Any help would be much appreciated. Thanks zooz-800-series-z-wave-long-range-scene-control-switch-zen32-800lr-manual.pdf Quote
Techman Posted yesterday at 07:56 PM Posted yesterday at 07:56 PM Can you post a screenshot of one of the programs or scenes that you're trying to turn off. Quote
ldb Posted yesterday at 09:16 PM Posted yesterday at 09:16 PM Think of the four small buttons on this switch as program triggers, not on/off switches. Depending on how many devices you want to control, you can initiate an ON command on one button and an OFF command on a second button. In order to control more devices, I have assigned variables related to button presses (nodes called Central Scene Control Button). My programs increment or decrement the button variable with each push of the button. For example, this allows execution of an ON command if the variable is 0 and an OFF command if the variable is 1. Thus, on and off from the same button. Some of my programs involve the setting of configuration parameters to control button color, etc. Consistent execution of these has been challenging due, I believe, to eisy's ability to process the command sequences reliably. Quote
Techman Posted 23 hours ago Posted 23 hours ago Are your variables STATE variables? Have you verified that the varable changes from 0 to 1 to 0 when you toggle the button(s)? Post a screenshot of a program that's controlled by the variable. Quote
ldb Posted 20 hours ago Posted 20 hours ago Are your variables STATE variables? No, integer variables Have you verified that the varable changes from 0 to 1 to 0 when you toggle the button(s)? Yes Program examples: Cooktop ON - [ID 01CC][Parent 0037] If 'Kitchen Scene Button 1' is switched On And $Button1 is 0 Then Set 'Kitchen / Cooktop Light' On $Button1 = 1 Else - No Actions - (To add one, press 'Action') Cooktop OFF - [ID 01CC][Parent 0037][Not Enabled] If 'Xtra / Kitchen / Kitchen Scene Button 1' is switched On And $Button1 is 1 Then Set 'Kitchen / Cooktop Light' Off $Button1 = 0 Else - No Actions - (To add one, press 'Action') Quote
Techman Posted 20 hours ago Posted 20 hours ago Change your variables to STATE VARIABLES Integer variables cannot be used to trigger actions in any of your programs. However, state variables do trigger actions. Let me know if this resolved your issue Quote
ldb Posted 19 hours ago Posted 19 hours ago Sorry for any confusion but my programs work fine. They are triggered by the button push, not a variable. I was responding to the original poster issue. Quote
Techman Posted 7 hours ago Posted 7 hours ago In rhe program you posted, "Cooktop Off" your IF clause is using a variable "$Button1" to determine if the "IF" clause is true or false. That variable should be a STATE variable When you run the Cooktop off program in its current format the ELSE clause will run (red) rather than the THEN clause (green). Also take a look at the programing options in the eisy for the Zen32 scene buttons to see if a double tap can be used to turn off a scene. Quote
jkmcfadden Posted 2 hours ago Posted 2 hours ago I love the Zen32 but as you have discovered (which I did as well) there is no obvious small button "off". I was fine with that since I use them primarily as fan controllers, so each of the buttons triggers a program to set a fan setting. And it "turns off" the other button by just turning off the led. In my setup (details attached) the big button controls the fan light and the small buttons control the speed via an Insteon fan controller. zen32-bed fan-howto.rtf Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.