From 2e57702d0380c763e148d0241849e98c852cdbf6 Mon Sep 17 00:00:00 2001 From: AlCalzone Date: Tue, 9 Jul 2024 16:33:43 +0200 Subject: [PATCH] fix(config): disable Supervision for Zooz ZSE11 (#6990) --- packages/config/config/devices/0x027a/zse11.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/config/config/devices/0x027a/zse11.json b/packages/config/config/devices/0x027a/zse11.json index 9bd2611ef39e..311fd3dd90f1 100644 --- a/packages/config/config/devices/0x027a/zse11.json +++ b/packages/config/config/devices/0x027a/zse11.json @@ -133,6 +133,16 @@ ] } ], + "compat": { + "commandClasses": { + "remove": { + // The wakeup destination cannot be set using Supervision, resulting in missing wakeup reports + "Supervision": { + "endpoints": "*" + } + } + } + }, "metadata": { "inclusion": "Put your Z-Wave hub into inclusion mode and click the Z-Wave button 3 times as quickly as possible. The LED indicator will start blinking to confirm inclusion mode and turn off once inclusion is completed. The sensor will automatically pair as a repeater if connected to USB power, no special button sequence required", "exclusion": "1. Bring the sensor within direct range of your Z-Wave gateway (hub).\n2. Put the Z-Wave hub into exclusion mode (not sure how to do that? ask@getzooz.com).\n3. Press and release the Z-Wave button 3 times quickly.\n4. Your hub will confirm exclusion and the sensor will disappear from your controller's device list",