From 4627a554acbaa96032bdc628ef0111cc2c7389bf Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Fri, 13 Sep 2024 06:40:20 +0200 Subject: [PATCH] Add list of Z-Wave Command Classes supported in Home Assistant (#34698) * Add list of Z-Wave Command Classes supported in Home Assistant * Update source/_integrations/zwave_js.markdown Co-authored-by: AlCalzone * Update source/_integrations/zwave_js.markdown Co-authored-by: AlCalzone * split up sentence * Update source/_integrations/zwave_js.markdown * Update source/_integrations/zwave_js.markdown * Update source/_integrations/zwave_js.markdown * Update source/_integrations/zwave_js.markdown Co-authored-by: Martin Hjelmare * rephrase title * Update source/_integrations/zwave_js.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: AlCalzone Co-authored-by: Martin Hjelmare Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- source/_integrations/zwave_js.markdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index 232c3b666bf..dd1037ec252 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -966,3 +966,27 @@ In Home Assistant, it is currently not possible to set the Z-Wave controller int ### Including / excluding a controller in an existing network using [classic inclusion](#classic-inclusion-versus-smartstart) A Z-Wave controller that manages an empty network can also join a different network and act as a secondary controller there. However, with Home Assistant, this is not possible. Home Assistant does not allow the Z-Wave controller to join another network, because Home Assistant acts as the central hub. + +## Z-Wave Command Classes Home Assistant responds to when queried + +The following table lists the Command Classes together with the implemented version and required security class. These are the Command Classes that Home Assistant will respond to when queried by other devices. + +| Command Class | Version | Security Class | +| ----------------------------- | ---------------- | --------------- | +| Z-Wave Plus Info | 2 | None | +| Security | 1 | None | +| Security 2 | 1 | None | +| Transport Service | 2 | None | +| Supervision | 2 | None | +| CRC-16 Encapsulation | 1 | None | +| Multi Command | 1 | None | +| Inclusion Controller | 1 | None | +| Association | 4 | Highest granted | +| Association Group Information | 3 | Highest granted | +| Device Reset Locally | 1 | Highest granted | +| Firmware Update Meta Data | 8 | Highest granted | +| Indicator | 4 | Highest granted | +| Manufacturer Specific | 2 | Highest granted | +| Multi Channel Association | 5 | Highest granted | +| Power Level | 1 | Highest granted | +| Version | 3 | Highest granted |