From 611c4f6ad608cdfe20c18b16fde873d0a36643c2 Mon Sep 17 00:00:00 2001 From: mundschenk_at Date: Wed, 5 Feb 2025 22:15:17 +0100 Subject: [PATCH 1/2] fix: Enable OTA for Hue SML003 --- src/devices/philips.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/philips.ts b/src/devices/philips.ts index d51ecc69cf4c9..32d89da83ecfc 100644 --- a/src/devices/philips.ts +++ b/src/devices/philips.ts @@ -2596,6 +2596,7 @@ const definitions: DefinitionWithExtend[] = [ await endpoint.read('msOccupancySensing', ['pirOToUDelay']); await endpoint.read('msOccupancySensing', [48], {manufacturerCode: Zcl.ManufacturerCode.SIGNIFY_NETHERLANDS_B_V}); }, + ota: true, }, { zigbeeModel: ['SML004'], From 5dfb0433e35ca92f12cddf6e86aa1e706d04194e Mon Sep 17 00:00:00 2001 From: mundschenk_at Date: Wed, 5 Feb 2025 22:16:13 +0100 Subject: [PATCH 2/2] fix: Enable OTA for Hue SML004 --- src/devices/philips.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/devices/philips.ts b/src/devices/philips.ts index 32d89da83ecfc..5f7448ef7c61e 100644 --- a/src/devices/philips.ts +++ b/src/devices/philips.ts @@ -2625,8 +2625,7 @@ const definitions: DefinitionWithExtend[] = [ await endpoint.read('msOccupancySensing', ['pirOToUDelay']); await endpoint.read('msOccupancySensing', [48], {manufacturerCode: Zcl.ManufacturerCode.SIGNIFY_NETHERLANDS_B_V}); }, - // Temporary disable until OTA is available: https://github.com/Koenkk/zigbee2mqtt/issues/14923 - // ota: true, + ota: true, }, { zigbeeModel: ['LOM001'],