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 E1744 left and right rotation not working anymore #334

Open
1 task
H0nzik1 opened this issue May 10, 2022 · 2 comments · May be fixed by #314 or #527
Open
1 task

Bug - Ikea E1744 left and right rotation not working anymore #334

H0nzik1 opened this issue May 10, 2022 · 2 comments · May be fixed by #314 or #527
Labels
blueprint An issue related to a blueprint bug Something isn't working

Comments

@H0nzik1
Copy link

H0nzik1 commented May 10, 2022

Blueprint name

Controller - IKEA E1744 SYMFONISK Rotary Remote

Home Assistant Core Version

2022.5.3

Home Assistant Installation Type

Home Assistant Operating System

Description

Since 2022.4.0 Ikea E1744 blueprint is not working anymore for turning right and left. It works only for press.

Automation YAML config

alias: Mara SYMFONISK postel
description: ''
use_blueprint:
  path: EPMatt/ikea_e1744.yaml
  input:
    integration: ZHA
    controller_device: 5e9df99d6375a42fb081045ba13507a8
    helper_last_controller_event: input_text.ikea_symfonisk_mara
    action_rotate_left:
      - service: light.turn_on
        data:
          brightness_step_pct: -4
        target:
          device_id: 2df288a46d388f77660b4c7853fd19ef
    action_rotate_right:
      - service: light.turn_on
        data:
          brightness_step_pct: 4
        target:
          device_id: 2df288a46d388f77660b4c7853fd19ef
    rotate_right_loop: true
    rotate_left_loop: true
    action_click_short: []

To Reproduce

  1. Update HA 2022.4.0 or newer
  2. Try left and right turn for Ikea E1744
  3. See - not working anymore
  4. I have to stay at 2022.3.8

Expected behavior

left and right turn for Ikea E1744 is working

Actual Behaviour

left and right turn for Ikea E1744 is not working

Additional Details

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

Screenshots

No response

Additional context

No response

@H0nzik1 H0nzik1 added blueprint An issue related to a blueprint bug Something isn't working labels May 10, 2022
@H0nzik1 H0nzik1 changed the title Bug - Ikea E1744 Bug - Ikea E1744 left and right rotation not working anymore May 10, 2022
@EPMatt
Copy link
Owner

EPMatt commented May 10, 2022

Hi @H0nzik1,

thank you for reporting. This issue is due to a change in how ZHA reports events starting from HA 2022.4.0 and it probably affects several controllers from IKEA. We're currently working on a fix for this issue here: #314.
Could you please check whether the updated blueprint available at the link provided in this comment solves your issue?

We can continue our conversation regarding this issue in the linked Pull Request. :)

Thank you!

@EPMatt EPMatt linked a pull request May 10, 2022 that will close this issue
3 tasks
@H0nzik1
Copy link
Author

H0nzik1 commented May 19, 2022

fixed! You can release it ;-) Thank you!

@drsound drsound linked a pull request Feb 28, 2023 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
2 participants