I recently purchased a Zooz Zen 27 light dimmer switch. When trying to use it with Webcore, I select the button attribute and it gives me options 1-32. I chose select all and I still can’t get it to trigger when double tapping the light switch. When I try the same thing in the Smartthings Smart Lighting app, it gives me the correct button choices to choose from (i.e. down_2x, down_3x,down_4x, etc.) These are also the same values that show up in live logging when tapping those options on the switch. I can get simple light automations to work in Smart Lighting and double and triple tapping the switch but was looking to do a little more in WebCore. Is there anyway to get WebCore to populate the correct available options for the button? These are the available options based on the device properties:
You have to edit the settings in the ST app and enable scene control. Then you get all the button options.
Note: I was having the same issue when trying to test a zen23 toggle switch. I believe the zen27 has the same capability. Not sure why scene control is disabled by default.
I appreciate your response. However I have been unable to locate any settings in the ST app for enabling scene control. Web searches have not returned anything either. I’m using the latest version of the ST app. Mind pointing me in the right direction? Thanks!
The button capability has changed significantly since webCoRE was created. Back then there were only pushed and held values and button numbers carried in the event data were used as a fudge.
In webCoRE, when editing the trigger, don’t select a button number, change the ‘compare to’ type from Value to Expression and then type in the value you need in the form "down_2x" (obviously using the actual value the device uses, and including the double quotes).