From 513b36deac7dc86fa70f050ce6204aa19da5c62e Mon Sep 17 00:00:00 2001 From: Jorge Schrauwen Date: Sun, 4 Apr 2021 10:34:17 +0200 Subject: [PATCH] HG06106C Livarno Lux E27 bulb RGB does not support enhancedHue (#2445) As discovered in https://github.com/Koenkk/zigbee2mqtt/issues/6921 these bulbs do not support enhancedHue. - [x] Update the saveClusterAttributeKeyValue (Wy are we even setting this if we can't read it?) - [x] Mark enhacedHue as not support in meta --- devices.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices.js b/devices.js index 21aa1bfaa11bf..34743a1e99ef1 100755 --- a/devices.js +++ b/devices.js @@ -17147,9 +17147,9 @@ const devices = [ vendor: 'Lidl', description: 'Livarno Lux E27 bulb RGB', ...preset.light_onoff_brightness_colortemp_color({disableColorTempStartup: true}), - meta: {applyRedFix: true, configureKey: 1}, + meta: {applyRedFix: true, enhancedHue: false, configureKey: 2}, configure: async (device, coordinatorEndpoint, logger) => { - device.getEndpoint(1).saveClusterAttributeKeyValue('lightingColorCtrl', {colorCapabilities: 31}); + device.getEndpoint(1).saveClusterAttributeKeyValue('lightingColorCtrl', {colorCapabilities: 29}); }, }, {