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 <dominic.griesel@nabucasa.com>

* Update source/_integrations/zwave_js.markdown

Co-authored-by: AlCalzone <dominic.griesel@nabucasa.com>

* 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 <marhje52@gmail.com>

* rephrase title

* Update source/_integrations/zwave_js.markdown

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: AlCalzone <dominic.griesel@nabucasa.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
c0ffeeca7 2024-09-13 06:40:20 +02:00 committed by GitHub
parent d39fb6a6cd
commit 4627a554ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 |