From 618afa3393ad4c5b0e1ae3d6c6b06824a8163f91 Mon Sep 17 00:00:00 2001 From: Daniel Lashua Date: Thu, 28 Jun 2018 15:55:50 -0500 Subject: [PATCH] Inovelli Wall Switches (#5622) Add device specific information for Inovelli Wall Switches regarding CENTRAL_SCENE command class. --- source/_docs/z-wave/device-specific.markdown | 38 ++++++++++++++++---- 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown index 33dddf01e14..8f03fe654ae 100644 --- a/source/_docs/z-wave/device-specific.markdown +++ b/source/_docs/z-wave/device-specific.markdown @@ -144,17 +144,43 @@ Some models of the Zooz Toggle switches ship with an instruction manual with inc To provide Central Scene support you need to shut Home Assistant down and modify your `zwcfg_*.xml` file according to the following guides. +### {% linkable_title 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: + +```xml + + + + + + +``` + +Once this is complete, you should see the follow `zwave.scene_activated` events: + +**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 + ### {% linkable_title HomeSeer Switches %} For the HomeSeer devices specifically, you may need to update the `COMMAND_CLASS_CENTRAL_SCENE` for each node in your `zwcfg` file with the following: ```xml - - - - - - + + + + + + ``` Below is a table of the action/scenes for the HomeSeer devices (as a reference for other similar devices):