Skip to content
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 E1744 SYMFONISK Rotary Remote does not change Homepod volume using rotate #533

Open
1 task
smartmatic opened this issue Apr 2, 2023 · 1 comment · May be fixed by #605
Open
1 task

IKEA E1744 SYMFONISK Rotary Remote does not change Homepod volume using rotate #533

smartmatic opened this issue Apr 2, 2023 · 1 comment · May be fixed by #605
Labels
blueprint An issue related to a blueprint bug Something isn't working

Comments

@smartmatic
Copy link

Blueprint name

Controller - IKEA E1744 SYMFONISK Rotary Remote

Home Assistant Core Version

2023.3.6

Home Assistant Installation Type

Home Assistant Operating System

Description

I am trying to use the blueprint to control my new Homepod 2. I can play / pause the Homepod media player but not chnange the volume. Neither up or down.

Automation YAML config

alias: "Büro: Homepod Symfonisk"
description: ""
use_blueprint:
  path: EPMatt/ikea_e1744.yaml
  input:
    integration: Zigbee2MQTT
    controller_entity: sensor.ikea_symfonisk_sonos_buero_action
    action_rotate_left:
      - service: media_player.volume_down
        data: {}
        target:
          entity_id: media_player.homepod_buero
    action_rotate_left_stop: []
    action_click_short:
      - service: media_player.media_play_pause
        data: {}
        target:
          entity_id: media_player.homepod_buero
    helper_last_controller_event: input_text.symfonisk_sonos_buero
    action_rotate_right:
      - service: media_player.volume_up
        data: {}
        target:
          entity_id: media_player.homepod_buero
    action_click_double:
      - service: media_player.media_next_track
        data: {}
        target:
          entity_id: media_player.homepod_buero

To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Trigger the automation '....'
  4. See error

Expected behavior

Volume can be changed up or down using rotate left or rotate right

Actual Behaviour

Action is not excecuted. Volume does not chnage

Additional Details

  • I'd like to help developing a fix for this issue.

Screenshots

No response

Additional context

Zigbee2MQTT:info 2023-04-02 12:02:06: MQTT publish: topic 'zigbee2mqtt/IKEA SYMFONISK Sonos Buero/action', payload 'brightness_move_down'
Zigbee2MQTT:info 2023-04-02 12:02:07: MQTT publish: topic 'zigbee2mqtt/IKEA SYMFONISK Sonos Buero', payload '{"action":"brightness_stop","battery":74,"brightness":134,"elapsed":293,"linkquality":255,"rate":195,"update":{"installed_version":587728433,"latest_version":587728433,"state":"idle"},"update_available":false}'
Zigbee2MQTT:info 2023-04-02 12:02:07: MQTT publish: topic 'zigbee2mqtt/IKEA SYMFONISK Sonos Buero', payload '{"action":"","battery":74,"brightness":134,"linkquality":255,"rate":195,"update":{"installed_version":587728433,"latest_version":587728433,"state":"idle"},"update_available":false}'
Zigbee2MQTT:info 2023-04-02 12:02:07: MQTT publish: topic 'zigbee2mqtt/IKEA SYMFONISK Sonos Buero/action', payload 'brightness_stop'
Zigbee2MQTT:info 2023-04-02 12:02:08: MQTT publish: topic 'zigbee2mqtt/IKEA SYMFONISK Sonos Buero', payload '{"action":"toggle","battery":74,"brightness":134,"elapsed":1322,"linkquality":244,"rate":195,"update":{"installed_version":587728433,"latest_version":587728433,"state":"idle"},"update_available":false}'
Zigbee2MQTT:info 2023-04-02 12:02:08: MQTT publish: topic 'zigbee2mqtt/IKEA SYMFONISK Sonos Buero', payload '{"action":"","battery":74,"brightness":134,"linkquality":244,"rate":195,"update":{"installed_version":587728433,"latest_version":587728433,"state":"idle"},"update_available":false}'

@smartmatic smartmatic added blueprint An issue related to a blueprint bug Something isn't working labels Apr 2, 2023
@stefancvetkovic
Copy link

I have also a bug on this controller;
I think that my controller sends different payload (play/stop; previous/next track) so it is in a media_player mode instead of light mode.
MQTT publish: topic 'zigbee2mqtt/Ikea Symfonisk', payload '{"action":"play_pause","battery":40,"brightness":166,"linkquality":18,"rate":195,"update":{"installed_version":604241925,"latest_version":604241925,"state":"idle"},"update_available":false}'

@ogajduse ogajduse linked a pull request Mar 23, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blueprint An issue related to a blueprint bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants