-
Notifications
You must be signed in to change notification settings - Fork 746
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
[Device Support Request] Xiaomi Aqara Opple WXCJKG11LM 2 buttons not working #1001
Comments
It's likely that creating a new quirk in https://github.com/zigpy/zha-device-handlers/blob/dev/zhaquirks/xiaomi/aqara/opple_remote.py with the signature of your remotes would fix this. |
@kalon33 Can you download https://raw.githubusercontent.com/TheJulianJES/zha-device-handlers/aqara_opple_two_button/zhaquirks/xiaomi/aqara/opple_remote.py. In your Home Assistant
(https://www.home-assistant.io/integrations/zha/#custom_quirks_path) Then restart Home Assistant. Your Aqara Opple 2 button remote should get a quirk applied and send If it works, I'll create a PR so the custom quirk is implemented by default. |
@TheJulianJES Awesome! That works properly :) Thanks a lot for your help! |
Triggering the two buttons, I got errors:
Button 1:
[2021-08-07 18:57:06][DEBUG] : Ignoring message (b'180b0a5500210100') on cluster 18: unknown endpoint or cluster id: 'No cluster ID 0x0012 on (04:cf:8c:df:3c:7c:34:9e, 1)'
Button 2:
[2021-08-07 18:57:03][DEBUG] : Ignoring message (b'180a0a5500210100') on cluster 18: unknown endpoint or cluster id: 'No cluster ID 0x0012 on (04:cf:8c:df:3c:7c:34:9e, 2)'
Here are device raw informations:
Could you please help me to get this working? I have 4 switches, all trigger the same kind of problem.
The text was updated successfully, but these errors were encountered: