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

Bug - IKEA Symfonisk e1744 connected as media_player controller #569

Open
1 task
stefancvetkovic opened this issue Oct 10, 2023 · 0 comments
Open
1 task
Labels
blueprint An issue related to a blueprint bug Something isn't working

Comments

@stefancvetkovic
Copy link

Blueprint name

https://epmatt.github.io/awesome-ha-blueprints/docs/blueprints/controllers/ikea_e1744

Home Assistant Core Version

2023.10.10

Home Assistant Installation Type

Home Assistant Container

Description

Im using zigbee2mqtt, and I paired my ikea symfonisk controller.
I noticed in my logs that it shows actions in my payload like: play/pause (single short click), previous/next (left/right encoder turning)

I want to have light controller with signle short pressing account, double tap, dimm in dimm out.

Because of wrong mapping, my blueprint does not work.

Im not sure where this mapping is done? Thanks

Automation YAML config

alias: Controller - IKEA E1744 SYMFONISK Rotary Remote
description: ""
use_blueprint:
  path: EPMatt/ikea_e1744.yaml
  input:
    integration: Zigbee2MQTT
    controller_entity: sensor.ikea_symfonisk_test_action
    helper_last_controller_event: input_text.ikea_symfonisk_blueprint_helper
    action_click_short:
      - service: persistent_notification.create
        data:
          message: test
          title: test

To Reproduce

Just a question for mapping

Expected behavior

shold return payload short click, dopuble pressed and similar

Actual Behaviour

returns different actions than expected (play/stop, next/previous)

Additional Details

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

Screenshots

No response

Additional context

No response

@stefancvetkovic stefancvetkovic added blueprint An issue related to a blueprint bug Something isn't working labels Oct 10, 2023
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

No branches or pull requests

1 participant