lumi.light.aqcn02 support
See original GitHub issueHome Assistant release with the issue (if applicable): 0.84.1
Last working Home Assistant release (if known):
PyXiaomiGateway library version (if known):
Operating environment (Hass.io/Docker/Windows/etc.): HassOS 1.13
Traceback (if applicable):
Description of the bug:
I just received an Aqara Zigbee bulb (ZNLDP12LM) that has brightness and color temperature control (2700k-6500k).
Home Assistant reports:
"The device with sid * isn't supported of the used gateway firmware. Please update the gateway firmware if possible! This is the only way the issue can be solved."
I have the 1.4.1_161.0143 firmware on the gateway, which was updated recently.
The model reported by the gateway is “lumi.light.aqcn02”.
I see no mentions of “aqcn02” on the device_types
array at __init__.py
so I guess it’s not supported yet.
P.S. First issue written on GitHub, please let me know if I can help you somehow.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:22
Top GitHub Comments
Hi, All! I did not wait for the respected author to solve this problem. So I myself wrote a custom_component that allows you to operate this lamp “Aqara LED Light Bulb (ZNLDP12LM)”(The identifier in “MiHome” is ‘lumi.light.aqcn02’) as well as the relay “Aqara (LLRZMK11LM)” (The identifier in “MiHome” is 'lumi.relay.c2acn01 '). By by this implemented media player “XiaomiGateway FM Radio”. Used the “python-miio” package Details here
So miio library now supports this bulb. HASS support can now be added.