Skip to content

Commit

Permalink
fix(config): blacklist window covering command class for Vesternet V…
Browse files Browse the repository at this point in the history
…ES-ZW-MOT-018

Newer versions of the VES-ZW-MOT-018 module purport to support the Window Covering Command Class but this seems to cause issues between Home Assistant and Z-Wave JS (presumably Home Assistant tries to use the new command class which is failing in some way at the device level).

Blacklisting the command class seems to revert the behaviour to how the older version of the module works, returning functionality to Home Assistant.
  • Loading branch information
martyn-vesternet committed Jan 25, 2024
1 parent c73b717 commit 223f993
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/config/config/devices/0x0330/ves-zw-mot-018.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,20 @@
]
}
],
"compat": {
"commandClasses": {
"remove": {
// The device probably has a bugged Window Covering CC implementation
"0x6a": {
"endpoints": "*"
}
}
}
},
"metadata": {
"inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Either power cycle the product, or triple press the action button.\n Step 3. The connected light will stay on solid for 3 seconds to indicate successful inclusion.",
"exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Triple press the action button.",
"reset": "Press and hold the action button for over 10 seconds.",
"manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-MOT-018.pdf"
}
}
}

0 comments on commit 223f993

Please sign in to comment.