Ikea symfonisk remote + zigbee/deCONZ: automation from blueprints not executing

Hi @epmatt, got it working now! :star_struck:
Thanks a lot!

There are 2 minor things:

  • the volume keeps changing, even after I stopped turning
  • it’s difficult to adjust the volume by a little bit

This is what I have now:

- id: '1625746328660'
  alias: Controller - IKEA E1744 SYMFONISK Rotary Remote
  description: ''
  use_blueprint:
    path: EPMatt/ikea_e1744.yaml
    input:
      integration: deCONZ
      controller_device: cc744586ed184a772321a7299bed5723
      action_rotate_left:
      - service: media_player.volume_down
        target:
          entity_id: media_player.kitchen
      action_rotate_right:
      - service: media_player.volume_up
        target:
          entity_id: media_player.kitchen
      rotate_left_loop: true
      rotate_right_loop: true
      helper_last_controller_event: input_text.controllerrotary
      rotate_left_max_loop_repeats: 5
      rotate_right_max_loop_repeats: 9
      helper_debounce_delay: 100
- id: '1625746357355'
  alias: Hook - Media Player
  description: ''
  use_blueprint:
    path: EPMatt/media_player.yaml
    input:
      controller_device: cc744586ed184a772321a7299bed5723
      controller_model: IKEA E1744 SYMFONISK rotary remote
      media_player: media_player.kitchen

Volume steps (both short & long) in the Media Player Hook is at it’s max on 100

Is there a way to make it more precise?