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 - Wrong actions Styrbar for ZHA #596

Open
1 task
LikonCZ opened this issue Jan 31, 2024 · 4 comments
Open
1 task

Bug - Wrong actions Styrbar for ZHA #596

LikonCZ opened this issue Jan 31, 2024 · 4 comments
Labels
blueprint An issue related to a blueprint bug Something isn't working

Comments

@LikonCZ
Copy link

LikonCZ commented Jan 31, 2024

Blueprint name

Controller - IKEA E2001/E2002 STYRBAR Remote control

Home Assistant Core Version

2024.1.6

Home Assistant Installation Type

Home Assistant Operating System

Description

Actions for UP and DOWN buttons long press were wrong for ZHA. Buddle press and release doesnt work either for all buttons. In additional content, there is my repaired code (just for long press of UP or DOWN) with comments what was changed.

Automation YAML config

.

To Reproduce

Using blueprint above for long press and release of UP and DOWN button

Expected behavior

Actions working

Actual Behaviour

Actions not working

Additional Details

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

Screenshots

No response

Additional context

    zha:
      button_left_short:
        - press_257_13_0
      button_left_long:
        - hold_3329_0
      button_left_release:
        - release_1365
      button_right_short:
        - press_256_13_0
      button_right_long:
        - hold_3328_0
      button_right_release:
        - release_-27903
      button_up_short:
        - "on"
      button_up_long:
        - move_with_on_off_MoveMode.Up_83 #originaly move_with_on_off_0_83
      button_up_release:
        - stop
      button_down_short:
        - "off"
      button_down_long:
        - move_MoveMode.Down_83_0_0 #originaly move_1_83
      button_down_release:
        - stop
@LikonCZ LikonCZ added blueprint An issue related to a blueprint bug Something isn't working labels Jan 31, 2024
@LikonCZ LikonCZ changed the title Bug - Wrong actions Starbar UP and DOWN long and relsease Bug - Wrong actions Styrbar UP and DOWN long and release Jan 31, 2024
@LikonCZ LikonCZ changed the title Bug - Wrong actions Styrbar UP and DOWN long and release Bug - Wrong actions Styrbar UP and DOWN long and release for ZHA Jan 31, 2024
@LikonCZ LikonCZ changed the title Bug - Wrong actions Styrbar UP and DOWN long and release for ZHA Bug - Wrong actions Styrbar for ZHA Jan 31, 2024
@jvkranenburg
Copy link

Same issue here. Will try suggested changes tomorrow!

@cptTesa
Copy link

cptTesa commented Feb 9, 2024

Hi there,

there are also changes in the release of the long_press:

zha:

  button_left_short:
    - press_257_13_0
  button_left_long:
    - hold_3329_0
  button_left_release:
    - release_1365
  button_right_short:
    - press_256_13_0
  button_right_long:
    - hold_3328_0
  button_right_release:
    - release_-27903
  button_up_short:
    - "on"
  button_up_long:
    - move_with_on_off_MoveMode.Up_83 #originaly move_with_on_off_0_83
  button_up_release:
    - stop_with_on_off #originaly stop
  button_down_short:
    - "off"
  button_down_long:
    - move_MoveMode.Down_83_0_0 #originaly move_1_83
  button_down_release:
    - stop_0_0 #originaly stop

@tbaumann
Copy link

My controllers also don't receive long press events (E2002)

@tbaumann
Copy link

Fixed in #411
Use this fork until this project is maintained again https://github.com/lsismeiro/awesome-ha-blueprints

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

4 participants