From f712ecee3e8a813d871b1a915976c5b42aefe9ce Mon Sep 17 00:00:00 2001 From: AlCalzone Date: Mon, 22 Jan 2024 22:05:41 +0100 Subject: [PATCH] fix(config): disable Supervision for Alfred DB1 Digital Deadbolt Lock (#6629) --- packages/config/config/devices/0x021d/db1.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/config/config/devices/0x021d/db1.json b/packages/config/config/devices/0x021d/db1.json index 1d16b37a9440..cae589ca3309 100644 --- a/packages/config/config/devices/0x021d/db1.json +++ b/packages/config/config/devices/0x021d/db1.json @@ -19,5 +19,16 @@ "exclusion": "-Follow the user guide of hub to enter exclusion mode.\n-Operate on lock following guide below:\n1.Enter master mode(refer to programming instruction)\n2.Input “8” to enter “function extension settings”\n3.Input “2” to log off a network", "reset": "※Please use this procedure only when the network primary controller is missing or inoperable.\n-Operations on lock\n1.Open the door and keep the lock in \"unlock\" status\n2.Open battery box and find the reset button. \n3.Use a sharp thing to press and hold the reset button.\n4.Keep holding the reset button and remove a battery from battery box then replace it.\n5.Keep holding the reset button until hearing voice guide", "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3373/Alfred%20Z-Wave%20Plus%20System%20Integrators%20Guide(DB1)%20V1.2.pdf" + }, + "compat": { + "commandClasses": { + "remove": { + // The device has a bug where it stays awake after receiving a Supervision Get command + // with "request updates" set to true, which quickly drains the battery. + "Supervision": { + "endpoints": "*" + } + } + } } }