-
-
Notifications
You must be signed in to change notification settings - Fork 258
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
IKEA E1810 long press not working correctly #46
Comments
Hi @jullit31, thank you for reporting here. Regarding the For what concerns the other two events, could you please share screenshots from the Home Assistant automation trace tool, after running the automation by pressing either the left or right buttons? Moreover, do you notice any entry in the Home Assistant logs regarding this blueprint? Thanks! |
Hi @jullit31, thank you for your feedback. That's a really strange behaviour, I've just checked the blueprint and it seems fine to me. I suspect your controller is not firing the same deCONZ events we've defined in the blueprint, maybe due to the fact it's the newer E1810 model. Could you please check which deCONZ events the controller is firing? You can complete the operation with the following steps:
By the way, I'm really happy these blueprints are useful for you. :) Thank you for your help! |
Sure, here you go:
I held the button long enough for the light to turn on and off again. |
Hi @jullit31, thank you for your feedback, your controller is firing Just as a confirmation, could you please try again by keeping the right button pressed for ~10 seconds? This way we're sure the event we're getting from your controller is relative to a long press. Thanks! |
Here it is:
|
Hi @jullit31, thank you. Are these event generated by you simply holding down the button for 10 sec, or are you clicking the button multiple times? I assume you're holding down the button to trigger the long action. I'm asking because this is such a strange behaviour, which if confirmed requires to rewrite the blueprint specifically for the E1810 controller. Thanks! |
Exactly, I pressed the button, held it down and released it after 10 seconds or so. |
Hi @jullit31, I've found a similar issue related to the E1810 on ControllerX, an AppDaemon app which integrates controllers in a similar way on how we're doing here with blueprints. It seems to be an issue with the device itself. The OP solved the problem by changing the remote battery. If this does not work for you, I'd also try to reset the device to factory settings and repeat the pairing process with deCONZ. Thank you! |
Okay, so that's strange: I took the battery out of one of my remotes, measured the voltage, which was fine, put the same battery back in and the remote worked the way it should. Thanks for all your help! |
Hi @jullit31, sorry for my late response. Thank you for your feedback and explanation. I'm glad the issue is solved for you. :) By the way, that's definitely a really strange behaviour, and interestingly it looks like it's only related to the newer E1810 model (I know many users have the blueprint set up with an E1524, but never had such problems with it). It seems that the old controller is working better than the new one. :)
I totally agree with you. I'll add a paragraph in the Additional Notes section and let you know as soon as it's available. Thank you for reporting, and huge thanks for buying me a nice coffee! 🎉 I really appreciate your kind support, and I'm happy these blueprints are useful for you. :) |
Hi @jullit31, I've just updated the docs with your suggested additions, both for the center long press behaviour and the issue with E1810 controllers sending bad events, including also the solution which worked for you. I hope the explanation included in the documentation is clear enough. :) Thank you for your feedback. 👍🏻 |
Hi there, 🔒 This issue has been automatically locked since there has not been any recent activity after it was closed. Thanks! |
Thank you for taking the time to report here! 🎉
Please don't delete any part of the template, since keeping the provided structure will help maintainers to process your request more rapidly.
This template should only be used to report a bug with a blueprint. If this is not your case, you can choose a different issue template. If you have a question instead, please open a discussion here.
*=required
Bug Details*
Description*
Long pressing the center, left or right button does not work as intended. The up and down button work fine.
Automation YAML config*
To Reproduce*
Steps to reproduce the issue:
Expected behavior*
Any short press toggles light.tisch_fenster_n, any long press toggles light.bild_n once.
Actual Behaviour*
Any short press toggles light.tisch_fenster_n ✔️
Long pressing the up or down button toggles light.bild_n once ✔️
Long pressing the left or right button continually toggles light.tisch_fenster_n for as long as the button is pressed ❌
Long pressing the center button toggles light.tisch_fenster_n instantly and (assuming you keep it pressed for that long) approx. 4 seconds later toggles light.bild_n ❌
Additional Details*
The E1810 is brand new.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: