-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Scene activation for Aqara TW Light ZNLDP12LM #3442
Comments
Actually, my goal was to use a Ikea 5-button remote control to change the color temperature of the light. Usually I do this with scenes and let the left/right buttons activate different scenes. (Which does not work for this Aqara light, because I'm not able to activate any scene although it seems that the light has stored the scenes.) As a workaround, I tried to use the Ikea remote control to change the color temperature via the left and right button. I configured this with the Phoscon App. Unfortunately, this seems also not to work... Does anyone have an idea how I can achieve my goal to change the color temperature with the Ikea remote control? Btw, if someone wants to work on the scene activation issue, I have an Aqara light too much. I could send it to someone. |
Then I feel chances are low that it will work at all. Please take note that Xiaomi is not a shining example for following and appropriately implementing zigbee specs/standard. It could also be that it is doable via some device specific quirks yet unknown. However, maybe anybody out there has made some more encouraging experience with them. |
If it’s an EU bulb, I’ll be happy to have a look at it. In the meantime, could you post a screenshot of the GUI, showing the endpoints and clusters of this light? See my comments #2364 (comment) regarding Zigbee scenes: the standard doesn’t cater for colour temperature, claiming you can use CurrentX and CurrentY instead. Store Scene seems way more robust than Add Scene. Would be helpful if you have a Zigbee sniffer, to check the payload of the Enhanced View Scene Response.
The direct control of lights by the remote uses manufacturer-specific commands for the left and right buttons. These are understood only by IKEA lights, in factory new state. As soon as the API includes the lights in
I would create rules myself, setting |
Great, thanks.
Great explanation. I tried both - add and store scene- but both did not work (although I'm not quite sure if I correctly translated the ct value to x and y). Btw, it would be super helpful if such zigbee knowledge is documented inside the wiki. I already often saw some very interesting things inside the issues, but the problem is that it is not that easy to find it again later.
Thanks, I did that and described it here for others. |
Wow, they put every cluster in there, except Door Lock. This could confuse the hell out of the API plugin.
Please PM me on Discord for my address. |
Received the light this weekend, thanks @iaktern. Paired with deCONZ on first attempt. Most clusters only report non-supported attributes. As for the light features:
I managed to create some scenes in the old web app (also in the GUI, but then the API doesn't pick them up). Subsequently, I can issue a PUT to |
hmmm, okay - thank you very much for the analysis. It's not so nice that the light doesn't save the color with the scene, but I guess there is not much we can do about it... |
For API v2, there’s an idea to support (API) scenes for lights that don’t (fully) support Zigbee scenes, see dresden-elektronik/deconz-rest-plugin-v2#5. Until then you could use scenes of your favourite home automation system. |
As there hasn't been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs. |
As there hasn't been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it isn't solved, request to get this opened again. |
Hi,
I think there is a bug with Xiaomi's Aqara TW Light (ZNLDP12LM) if you try to activate a scene.
Describe the bug
The Aqara light is the only member of a group. I've created multiple scenes with different colour temperatures for this group via the REST API. I also checked if the scenes are correctly stored, which they are. (I also confirmed the correct number of scenes in the deCONZ GUI via the Get scene membership command.)
The problem: It is not possible to activate the scenes. Neither with the Recall scene command in the GUI nor with the REST API.
Steps to reproduce the behavior
PUT api/{{apikey}}/groups/<group-id>/action
PUT api/{{apikey}}/groups/<group-id>/scenes/<scene-id>/store
GET api/{{apikey}}/groups/<group-id>/scenes/<scene-id>
PUT api/{{apikey}}/groups/<group-id>/scenes/<scene-id>/recall
Expected behavior
The stored scene should be activated.
Environment
deCONZ Logs
I didn't found any interesting things in the logs (I've looked into dbg-info and dbg-aps).
Additional context
The firmware of the Aqara light seems to be quite old (11-22-2018). Are there any publicly available firmware files?
Thanks for the help!
The text was updated successfully, but these errors were encountered: