mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Add support for Inovelli LZW36 (#13862)
This commit is contained in:
parent
06df812cbf
commit
9777f81322
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user