Add support for Inovelli LZW36 (#13862)

This commit is contained in:
DanPatten 2020-06-28 03:25:33 -05:00 committed by GitHub
parent 06df812cbf
commit 9777f81322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,6 +161,17 @@ Here's a handy configuration for the Aeon Labs Minimote that defines all possibl
Some models of the Zooz Toggle switches ship with an instruction manual with incorrect instruction for Z-Wave inclusion/exclusion. The instructions say that the switch should be quickly switched on-off-on for inclusion and off-on-off for exclusion. However, the correct method is on-on-on for inclusion and off-off-off for exclusion.
### Inovelli Light/Fan Combo (LZW36)
Follow the [instructions](https://support.inovelli.com/portal/kb/articles/installation-setup-lzw36-fan-light-red-series-gen-2-home-assistant-hass-io) provided by Inovelli. You will need to uncomment command class 38 in the imported configuration file.
```xml
<CommandClass id="38">
<Instance index="1" label="Fan/Light" />
<Instance index="2" endpoint="1" label="Light" />
<Instance index="3" endpoint="2" label="Fan" />
</CommandClass>
```
## Central Scene configuration
To provide Central Scene support you need to **stop your Z-Wave network** and modify your `zwcfg_*.xml` file according to the following guides. Start your Z-Wave network again after editing `zwcfg_*.xml`.