I’ve followed the guide here and modified the file zwcfg_0x01234567.xml
with the following:
<CommandClass id="91" name="COMMAND_CLASS_CENTRAL_SCENE" version="1" request_flags="4" 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="2" />
<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="0" />
<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="0" />
</CommandClass>
When triggering scenes from the switch (in this case, double tap top button), I am seeing the following error in OZW_Log.txt
2018-12-10 12:31:27.567 Info, Node027, Received Central Scene set from node 27: scene id=1 in 3 seconds. Sending event notification.
2018-12-10 12:31:27.567 Warning, Node027, No ValueID created for Scene 1
With hass logging set to debug
I see no messages generated when triggering the scene. I suspect I’m doing something wrong in the zwcfg
file and I’ve seen several variations posted here, all of which result in the same No ValueID created for Scene 1
message in OZW_Log.txt
.
Hass version: 0.83.3
Platform: Ubuntu 18.04
Python: 3.6.7 in venv