ZHA - IKEA Symfonisk sound controller for media (the spinny one)

guys the button events work but the rotating events are not. any ideas?

same here volume up or down does change the volume however just by one. I would have expected toif I scrolled for 5 seconds it would got 1,2,4,5 on the volume but it doesnā€™t work like that.

Guess this blueprint is dead, the owner is no longer supporting it or he is dead.

I donā€™t know why we are getting so many duplications of events and frankly I have not had time to look at it.

I am just a user like you, so maybe instead of being snarky you should have a look at it and see if you can find a solution to help the community?

Not dead. I own gen 1 devices. Those work fine with the blue print. Feel free to adapt the blue print to work with the gen2 version

1 Like

I recall these devices always fired many events. That is why the blue print has a delay and single execution

Even this thread is related to ZHA I have a question/issue with Z2M and the rotary remote. The blueprint is basically working, however if I try to increase or decrease volume due to rotation the volume level continous to increase/decrease even if I donā€™t rotate anymore. Which is annoying, because I end up with maximum or minimum volume if I use the remote. Does anyone else observed that behavior? And even more interesting: is there a counter measure? Thanks in advance.

I binned my Spinny IKEA remote, was very very unreliable and kept eating batteryā€™s every few weeks !

1 Like

Me too, i use one still as a buttonā€¦

The device firmware could have broken the script. Modifying the script from the blueprint manually fixes the volume + double click. @erkr Iā€™ll try to create a PR when I get a moment.

 actions_mapping:

    zha:
      rotate_left:
      - move_MoveMode.Down_195_0_0
      rotate_stop:
      - stop_0_0
      rotate_right:
      - move_MoveMode.Up_195_0_0
      click_short:
      - toggle
      click_double:
      - step_StepMode.Up_1_0_0_0
      click_triple:
      - step_StepMode.Down_1_0_0_0
3 Likes

This might work with zha, but Iā€™m using z2m. Here, the behaviour is still unpredictable, even the action commands seem to fit (like rotate_left, rotate_stop). Any idea for the z2m implementation?

How about using Switch Manager instead of a blueprint? I havenā€™t personally tried it with Z2M since I use ZHA but it apparently supports Z2M with this device.

1 Like

even itā€™s some time ago: I switched to Switch Manager and it is working. However, what I canā€™t change is the spinning speed. The volume up and down is really slow and seems to be bound to a fixed interval I canā€™t adjust. But better than not working at all. Thanks for the hint.