From c7582883e28386e10116df0fc29c0fa5f8eedf37 Mon Sep 17 00:00:00 2001
From: Mike Thomas <6291808+mt0321@users.noreply.github.com>
Date: Sun, 8 Nov 2020 04:21:17 -0800
Subject: [PATCH] Updated Inovelli Scene Capable switch instructions (#15559)
Added Central Scene configuration instructions for Inovelli LZW30-SN and LZW31-SN switches that have a third "config" button, based on instructions found in the forums that I have also verified. ( https://community.home-assistant.io/t/how-can-i-get-inovelli-central-scene-support/170527/2 )
Removed the scene_activated event tables from this page and linked to the Inovelli documentation for setting up scenes in Home Assistant instead, as the existing table's scene_data values were incorrect. The Inovelli documentation contains the correct values.
---
source/_docs/z-wave/device-specific.markdown | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown
index f66cad11ba9..0b0ce881381 100644
--- a/source/_docs/z-wave/device-specific.markdown
+++ b/source/_docs/z-wave/device-specific.markdown
@@ -177,7 +177,7 @@ To provide Central Scene support you need to **stop your Z-Wave network** and mo
### Inovelli Scene Capable On/Off and Dimmer Wall Switches
-For Inovelli switches, you'll need to update (or possibly add) the `COMMAND_CLASS_CENTRAL_SCENE` for each node in your `zwcfg` file with the following:
+For Inovelli switches, you'll need to update (or possibly add) the `COMMAND_CLASS_CENTRAL_SCENE` for each node in your `zwcfg_*.xml` file with the following:
```xml
@@ -188,18 +188,13 @@ For Inovelli switches, you'll need to update (or possibly add) the `COMMAND_CLAS
```
-Once this is complete, you should see the follow `zwave.scene_activated` events:
+For Inovelli LZW30-SN and LZW31-SN switches with a third button for configuration, you'll need to add a third scene for that under the COMMAND_CLASS_CENTRAL_SCENE CommandClass:
-**Action**|**scene\_id**|**scene\_data**
-:-----:|:-----:|:-----:
-Double tap off|1|3
-Double tap on|2|3
-Triple tap off|1|4
-Triple tap on|2|4
-4x tap off|1|5
-4x tap on|2|5
-5x tap off|1|6
-5x tap on|2|6
+```xml
+
+```
+
+Once this is complete, `zwave.scene_activated` events will fire according to which button press you perform. For information on what button press corresponds to what scene_id and scene_data in the event, see [Inovelli Knowledge Base > How To: Setting Up Scenes In Home Assistant](https://support.inovelli.com/portal/en/kb/articles/how-to-setting-up-scenes-in-home-assistant).
### Zooz Scene Capable On/Off and Dimmer Wall Switches (Zen21v3 & Zen22v2 - Firmware 3.0+, Zen26 & Zen27 - Firmware 2.0+, Zen30 Double Switch)