AqaraGateway icon indicating copy to clipboard operation
AqaraGateway copied to clipboard

lumi.dimmer.rcbac1 not working

Open littlehi opened this issue 3 years ago • 1 comments

Logger: custom_components.aqara_gateway.core.gateway Source: custom_components/aqara_gateway/core/gateway.py:473 Integration: Aqara Gateway (documentation, issues) First occurred: 00:01:33 (31 occurrences) Last logged: 00:26:53

Unsupported cmd: {'cmd': 'actionResp', 'object': 'group', 'method': 'add', 'params': {'groupid': 1004, 'did': 'lumi.54ef4410003ab2c5', 'actionList': {'14.1.85': 138, '14.5.85': 138, '14.46.85': 138, '14.2.85': 138, '4.1.85': 138}, 'time': 1662913399639}, 'seq': 0} Unsupported cmd: {'cmd': 'actionResp', 'object': 'group', 'method': 'add', 'params': {'groupid': 1006, 'did': 'lumi.54ef4410003ab2c5', 'actionList': {'14.1.85': 138, '14.5.85': 138, '14.46.85': 138, '14.2.85': 138, '4.1.85': 138}, 'time': 1662913500740}, 'seq': 0} Unsupported cmd: {'cmd': 'actionResp', 'object': 'group', 'method': 'add', 'params': {'groupid': 1004, 'did': 'lumi.54ef4410003ab2c5', 'actionList': {'14.1.85': 138, '14.5.85': 138, '14.46.85': 138, '14.2.85': 138, '4.1.85': 138}, 'time': 1662913510982}, 'seq': 2} Unsupported cmd: {'cmd': 'actionResp', 'object': 'group', 'method': 'add', 'params': {'groupid': 1006, 'did': 'lumi.54ef4410003ab2c5', 'actionList': {'14.1.85': 138, '14.5.85': 138, '14.46.85': 138, '14.2.85': 138, '4.1.85': 138}, 'time': 1662913601979}, 'seq': 0} Unsupported cmd: {'cmd': 'actionResp', 'object': 'group', 'method': 'add', 'params': {'groupid': 1004, 'did': 'lumi.54ef4410003ab2c5', 'actionList': {'14.1.85': 138, '14.5.85': 138, '14.46.85': 138, '14.2.85': 138, '4.1.85': 138}, 'time': 1662913612044}, 'seq': 2}

littlehi avatar Sep 11 '22 16:09 littlehi

I have fixed this issue:

./core/utils.py

{ # light with brightness and color temp 'lumi.dimmer.rcbac1': ["Aqara", "RGBW LED Dimmer", "ZNDDMK11LM"], # @Kris 'params': [ ['1.10.85', None, 'present_mode', None], ['0.12.85', 'load_power', 'power', 'sensor'], ['4.1.85', 'power_status', 'light', 'light'], ['14.1.85', 'light_level', 'brightness', None], ['14.2.85', 'colour_temperature', 'color_temp', None], ['14.5.85', 'rgb_color', 'rgb_color', None], ['14.46.85', None, 'dual_color_temperature_mode', None], ['8.0.2022', None, 'ambilight', None], ['8.0.2150', None, 'dynamic', None], ] }

littlehi avatar Nov 07 '22 17:11 littlehi