From 0ec559b06a9b484ec7c86fd628f6d6667e79934f Mon Sep 17 00:00:00 2001 From: DubhAd Date: Wed, 10 Jan 2018 09:50:46 +0000 Subject: [PATCH 1/2] Added WallC-S, layout tweak Moved the central scene configs to their own block, added entry for WallC-S based on feedback in Discord --- source/_docs/z-wave/device-specific.markdown | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown index 22a4a6d89e8c..0b60b14eaa80 100644 --- a/source/_docs/z-wave/device-specific.markdown +++ b/source/_docs/z-wave/device-specific.markdown @@ -136,6 +136,14 @@ Here's a handy configuration for the Aeon Labs Minimote that defines all possibl scene_id: 8 ``` +### {% linkable_title Zooz Toggle Switches %} + +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. + +## {% Central Scene configuration %} + +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 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: @@ -221,6 +229,6 @@ Button four single tap|4|0 Button four hold|4|2 Button four release|4|1 -### {% linkable_title Zooz Toggle Switches %} +### {% linkable_title WallC-S Switch %} -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. +Use the same configuration as for the Aeotec Wallmote. From 64cf5a30487c6bfe05b1daa3b58e6fa6860758e4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 11 Jan 2018 22:18:23 +0100 Subject: [PATCH 2/2] :ambulance: Fixing the build --- source/_docs/z-wave/device-specific.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown index 0b60b14eaa80..30e6bef26d5b 100644 --- a/source/_docs/z-wave/device-specific.markdown +++ b/source/_docs/z-wave/device-specific.markdown @@ -140,7 +140,7 @@ 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. -## {% Central Scene configuration %} +## {% linkable_title Central Scene configuration %} To provide Central Scene support you need to shut Home Assistant down and modify your `zwcfg_*.xml` file according to the following guides.