I have an Aqara L1-350, that unfortunately doesn't work with Hubitat. I tested with Generic Zigbee, but no success. I couldn't find any Aqara driver to lamps, only sensors.
On Advanced Zigbee CT Bulb, I can control the lamp, but it doesn't turn off! It goes until 1%, but not off.
The fingerprint is:
fingerprint profileId:"0104", endpointId:"01", inClusters:"0005,0004,0003,0000,0300,0008,0006,FCC0", outClusters:"0019,000A", model:"lumi.light.acn003", manufacturer:"Aqara"
This model works with Zigbee2MQTT since 2022 when Wh1terat added support [New device support]: Aqara L1-350 Ceiling Light (lumi.light.acn003 / ZNXDD01LM) · Issue #10594 · Koenkk/zigbee2mqtt · GitHub so I think it pretty capable to implement to Hubitat too.
Thanks since than
1 Like
If at least I could send the power_on_memory command to specific cluster.
I am using Dan's Magic Tool.
On line line 14 change the boolean to true for best experience :
@Field static final Boolean ENGLISH_PLEASE = true
1 Like
Did you try this driver? It is not written for your device, but may be worth a try :
Thanks. I tested this driver but, for some reasons, it doesn't change anything. It doesn't even turn off/on the light.
The only Driver is working here is Generic Zigbee CT Bulb (dev), built in on Hubitat.
However, it doesn't provide the power on behavior.
So, I tried to install this Magic Tool. Could you help me to send this power on behavior command?
Update: the driver Aqara T1 is working, but the CT temperature isn't being defined.
Better stick with the Generic Zigbee CT Bulb, if it is working OK with this Aqara light.
The custom Aqara T1 driver uses a rather old code base and was written for that particular RGBW model only.
As for the Knockturn Alley - make sure you enter the Value 01 without the preceding '0x'.
1 Like