Skip to content
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

Add znqbkg25lm support #5909

Merged
merged 2 commits into from
Jun 24, 2023
Merged

Conversation

Whipsmith
Copy link
Contributor

No description provided.

@Koenkk Koenkk merged commit cd12999 into Koenkk:master Jun 24, 2023
1 check passed
@Koenkk
Copy link
Owner

Koenkk commented Jun 24, 2023

Thanks!

@Rumlik
Copy link

Rumlik commented Aug 4, 2023

Hi there,
I have this switch and apparently there is some error in the code. In relay mode, everything works fine. But if you switch to decoupled switching mode, the action sensor then doesn't distinguish between pressing the button right or left. Thus, the right and left button report the same.
Would anyone know how to fix this? Thank you very much.

@Its-Manzzi
Copy link

Hey,

Did you manage to resolve this? About to buy some of these but need decoupled mode to work in my use case. So keen to see if there was a resolution found?

@SouthButovo
Copy link

SouthButovo commented Sep 22, 2023

Same problem.
Aqara H1M (2 buttons) - action sensor doesn't distinguish between pressing the button right or left.

@Whipsmith
Copy link
Contributor Author

@Koenkk I'm a bit out of my depth here, but could it be related to this line:
toZigbee: [tz.on_off, tz.xiaomi_switch_operation_mode_opple, tz.xiaomi_flip_indicator_light],?
Should it potentially be:
toZigbee: [tz.on_off, tz.xiaomi_switch_operation_mode_basic, tz.xiaomi_flip_indicator_light],?

I can't figure out how to test this locally, so I don't want to make the change and potentially break things.

@SouthButovo
Copy link

SouthButovo commented Sep 22, 2023

@Whipsmith Can I help you with testing?
Or is it better to make a separate issue with this problem?

logs here: https://pastebin.com/w6s48qUA

@Whipsmith
Copy link
Contributor Author

@SouthButovo I have the devices, so I can test locally, I'm just not sure on how to run a different branch of the config in Home assistant.

I have another question though. Have you updated the firmware on your switch? I had a single rocker that I updated and it no longer works in decoupled mode.

@Its-Manzzi
Copy link

Have you looked here to see if this helps?
Koenkk/zigbee2mqtt#18483

@Koenkk
Copy link
Owner

Koenkk commented Sep 23, 2023

@Whipsmith

You can test with an ext converter: https://gist.github.com/Koenkk/e1c01870ffb0a938d57a72f5e881f296

  • save this as file next to configuration.yaml as ext_converter.js
  • add it to configuration.yaml:
external_converters:
  - ext_converter.js
  • start z2m, check if issue is fixed

@barkas18
Copy link

Hi there!
I have 4-gang Zemismart switches. When I add it to Home Assistant, all buttons are detected, but when one is turned on, all 4 are turned on. Same with turning it off.
With further transfer to Homekit, the problem remains. Is there a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants