-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
ZNQBKG25LM not pssing any action events #20503
Comments
Original converter, which is working on versions prior
|
@Koenkk, I wanna take this ticket and do it myself, but looks like it's restricted to change assignee field for me even to myself. |
Integrated your fix, thanks @utegental ! Changes will be available in the dev branch in a few hours from now. |
I tried the dev branch of Z2M and it works fine now. It just can't recognize HOLD on right and left or both. @utegental Does this work for you? |
@Rumlik, I'll try it out tomorrow |
@Rumlik, Yeah clicks working well. Hold / release not working and is expected from what I see in code: We probably need to find close model with already implemented logic, or debug and implement it with our own hands :-) P.S. I found why adapting converters to a newer version was unsuccessful - I had issues with zigbee mesh after unexpectedly smooth dongle migration to ZBDongle-E. Turns out, it just didn't showed any significant issues, but after enableing debug, I saw them. I had only option to repair all devices again and everything became stable. |
What happened?
At versions
1.33.*
of zigbee2mqtt, I created converter for ZNQBKG25LM and it worked perfectly, but at version1.34.0
it became broken, so I reverted to1.33.2-1
. The issue was that any clicks on buttons not producing any actions.Now I'm trying to adapt it. As I see, someone diв added support, but made a mistake with
buttonLookup
inxiaomi_multistate_action
offromZigbee.ts
.I've adapted converter to latest changes - some files was relocated, so I just need to change value in
require
, but for some reasons, that now not giving me a fix for events now.What did you expect to happen?
single_left, single_right and other actions to happen. when I'm clicking buttons.
How to reproduce it (minimal and precise)
Click any button and see that nothing is happening
Zigbee2MQTT version
1.35.0
Adapter firmware version
7.3.1.0 build 176
Adapter
Sonoff ZBDongle-E
Debug log
No response
The text was updated successfully, but these errors were encountered: