I received my 2nd switch but I’m stuck trying to get the scenes to work.
I’m looking to use it to control a few smart lights.
I’ve got several of the Gen 1’s with scenes controlling smart lights in Home Assistant.
I checked the zwcfg_…xml file and noticed the central scene section for the 2 switches seemed to be missing a couple of lines, so I edited it to match the gen 1’s, but that didn’t help. Below is the section from the xml file.
<CommandClass id="91" name="COMMAND_CLASS_CENTRAL_SCENE" version="1" request_flags="4" issecured="true" innif="true" scenecount="0">
<Instance index="1" />
<Value type="int" genre="system" instance="1" index="0" label="Scene Count" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="user" instance="1" index="1" label="Top Button Scene" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="7860" />
<Value type="int" genre="user" instance="1" index="2" label="Bottom Button Scene" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="7860" />
</CommandClass>
Any suggestions?
The Notifications are working great though
–Edit–
Never mind, I had a light bulb moment right after typing the question and was able to pull it from the Zwave logs.
The above works, but the “scene_data” for a single press up or down is “7680” for the Gen2 where it was “0” for the Gen1’s.
Is there a list of the scene data for the other scenes?