@stfs wrote:
I picked up a one-key scene controller (HKZW-SCN01) based on price, minimalist design, and the fact that other users seem to have gotten it working for them, but I’m not able to get it up and running to the point where it can be functional.
It has been successfully added to the Z-Wave network, and pressing the button does increase receivedCnt, receivedDups, sentTS and receivedTS. The only entity for the device is the battery level (and itself).
Following https://www.home-assistant.io/docs/z-wave/device-specific/ I replaced all entries with COMMAND_CLASS_CENTRAL_SCENE (3 in total) so that they are now:
<CommandClass id="91" name="COMMAND_CLASS_CENTRAL_SCENE" version="1" request_flags="1" 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="system" instance="1" index="1" label="Button One" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" /> </CommandClass>
I’m attempting to use the following automation as a test:
alias: Hank description: '' trigger: - event_data: entity_id: zwave.hank_electronics_ltd_unknown_type_0201_id_0009 scene_id: 1 event_type: zwave.scene_activated platform: event condition: [] action: - data: message: hank service: notify.me
Triggering the automation in the UI does enable the action, but pressing the button on the controller itself does not work, and does not show up in the logbook either.
I’ve reached the end of my skill set (keyword searches and copy/paste); the latest thread where someone seems to have gotten it working for them was in early 2018, does anyone have some updated advice? Thank you!
Posts: 2
Participants: 2