-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
(ZHA) Fixed a bug preventing long pressing actions to be triggered. #620
Conversation
Ikea e2002 button up / button down / left hold / right hold are now working properly
Hey @EPMatt, thank you so much for your contribution! 🚀 🔄 We're currently running a few checks to make sure that everything is great with your contribution. Results are coming soon, stay tuned! |
I used the fork of @Ivarvdb, and finally my brightness up/down is working as expected, thank you for your bugfix! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, thanks everyone for your kind patience - life happens, and unfortunately I couldn't contribute at all to this project for a long time. Luckily, I'm hopefully now slowly getting back to be more active here. Thank you all for your continuous support - can't believe we are getting close to 900 stars! |
I was also looking into why double-press actions for Styrbars don't trigger correctly when I came across this pull request. Not sure whether this is a real issue or not (I may be misunderstanding the logic in the code), but why is the logic for checking for double presses using the condition Should the conditions instead be |
Hey @danleongjy, thank you for spotting that. It's been a while since I inspected my old code, but I have to admit that looks suspicious to me as well. Is the double press functionality restored with the latest version of the IKEA E2001/E2002 controller blueprint? |
Nope the behaviour has not been resolved with the latest version of the E2001/2002 blueprint. I'll write up a new issue with my findings. Thanks Matt. |
Ikea e2002 button up / button down / left hold / right hold are now working properly
Thank you for taking the time to work on a Pull Request. Your contribution is really appreciated! 🎉
Please don't delete any part of the template, since keeping the provided structure will help maintainers to review your work more rapidly.
Sections marked as * are required and need to be filled in.
Proposed change*
resolves #619.
Checklist*
npm run format
before submitting my Pull Request.