-
-
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
Bug - IKEA E1744 SYMFONISK Rotary Remote doesn't stop increasing or decreasing the volume. #547
Comments
I have exact the same since 2023.5, but I am using deconz. |
It seems to be more connected to this recent issue than to the older one I saw. One thing I have noticed is that the volume stops increasing/decreasing when pressing pause/play. So maybe the rotation stop text isn't being recognized by the hook anymore, but you can intercept it using the press action.. This something you experience too @thomas-svrts? |
Didn’t check that. Remote isnt in my home… |
Can it be related to home-assistant/core#91253 ? |
I have created the change in a pull request #548 for the E1744. |
I've removed all spaces on both regex patterns and reloaded the yamls. Still not working for me (on STYRBAR remote) code below: |
unfortunately I can't say anything about the Skystarr controller, since I only have the E1744. |
So i've did a test after removing the spaces from the blueprint and, since these double-click events are virtual, i disabled the "Expose <LEFT/RIGHT/UP/DOWN> button double press event" option from my existing automation. I saved it, then re-enabled them and saved again and now they are working properly. PS: Tested this only with the STYRBAR E2001/E2002 blueprint, can't guarantee it'll work for all other blueprints. |
tried to overwrite the yaml blueprint files with the new version and reloaded all automations. |
Which new version? |
Yes i downloaded the file from your pull request
|
hmm, I don't know what to do about that either. |
@rubinho76 I've just applied the "remove 6 spaces" fix and it resolved the issue at mine. HA v2023.5.2, THANK YOU very much for this hint. |
@mareque @rubinho76 is any of you using deconz? or both on zha or zigbee2mqtt ? |
@thomas-svrts I'm on z2mqtt |
me too... zigbee2mqtt |
one more thing, |
Hello everyone, I'm using zigbee2mqtt, HA2023.5.2 and this ikea E1744 piloting Sonos , |
I'm using deconz - and am seeing what looks like the same issue (volume rotations don't stop). The deconz start and stop events look to be fine. Removing the spaces as described above didn't solve the problem for me |
So maybe that's a hint for you to switch from deconz to z2m? |
I found that the events in deconz aren’t strings but integers. |
This regex should work for deconz and zigbee2mqtt
|
Thanks very much @thomas-svrts that works well for me with deconz. |
This worked for me with zigbee2mqtt. Thanks! |
Is volume control still working for everyone? I fixed this issue (volume changes not stopping) with the proposed changes, but now I can't change the volume at all. The controller automation is triggered, but the hook isn't getting called. #553 |
Still works for me. |
Hi, I have the same problem. It's not working anymore... Edit: after removing the automation and the blueprint, readding them and modifying the yaml by removing the 6 spaces, it works again... |
Hi there, 🔒 This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new ticket for related bugs. Thanks! |
Blueprint name
Hook - IKEA E1744 SYMFONISK Rotary Remote
Home Assistant Core Version
2023.5.2
Home Assistant Installation Type
Home Assistant Operating System
Description
Recently my E1744 remote stopped working correctly. I saw another bug report but this seemed to be an issue regarding ZHA, this is Z2mqtt.
I have tried and troubleshooted a few things, making new blueprints to replace the old maybe outdated ones, no luck.
Looking at the text input helper, there is a rotate action recorded, also a stop action recorded as it should. So my best guess will be that the issue lies in the hook. I just don't know what changed since I haven't touched the automations in quite some time.
Automation YAML config
To Reproduce
Expected behavior
The volume should increase or decrease slightly.
Actual Behaviour
The volume increases or decreases to full blast or mute.
Additional Details
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: