-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Bug - IKEA Rotary Remote Controller Automation only works with single tap #553
Comments
I have the same issue with my E1744 symfonisk remote Setting the controller blueprint to use left/right turn does not work either. |
I don't know when mine stopped working, but definitely broken with 2023.6.2 |
I just checked the helper double click returns Triple returns rotational stop returns rotate left returns rotate right returns Now, i dont recall it being these exact strings before, so maybe they changed something in zha? |
I got it working again :D in /config/blueprints/automation/EPMatt/ikea_e1744.yaml
|
Thank you! This fixed it for me. I don't think the HA updates touch these files. I don't know why it didn't break for others in the other issue. |
You're welcome, it probably annoyed me as much as you ^^" |
Yeah they do. Hopefully this will help others! |
Aparrently this issue also applies to ikea_e1743.yaml However i actually think i've stumbled upon a bug with ZHA as there's no coherence between up and down
|
Blueprint name
Hook - Media Player
Home Assistant Core Version
2023.6.2
Home Assistant Installation Type
Home Assistant Operating System
Description
Tapping the IKEA Rotary controller once will trigger the Controller Automation, which then plays/pauses the media via the Media Player hook. Turning the knob or double tapping will generate a Controller Automation event, but the Hook doesn't perform the associated task.
Automation YAML config
To Reproduce
Expected behavior
The volume will change with rotation
Actual Behaviour
Nothing happens
Additional Details
Screenshots
Additional context
I manually updated the blueprint to remove extra spaces/characters that were causing volume rotations to not stop. This worked great for a while, but maybe the latest update broke something else #547
The text was updated successfully, but these errors were encountered: