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 - ZHA ikea e2002 long hold buttons presses not triggering correctly #619

Open
1 task done
Ivarvdb opened this issue Nov 16, 2024 · 0 comments · May be fixed by #620
Open
1 task done

Bug - ZHA ikea e2002 long hold buttons presses not triggering correctly #619

Ivarvdb opened this issue Nov 16, 2024 · 0 comments · May be fixed by #620
Labels
blueprint An issue related to a blueprint bug Something isn't working

Comments

@Ivarvdb
Copy link

Ivarvdb commented Nov 16, 2024

Blueprint name

ikea_e2001_e2002.yaml

Home Assistant Core Version

2024.7.4

Home Assistant Installation Type

Home Assistant Operating System

Description

Zigbee home assistant long button presses on Ikea E2002 are not registred properly and events associated with the button press are not trigged.

Automation YAML config

alias: Controller - IKEA E2001/E2002 STYRBAR Remote control
description: ""
use_blueprint:
  path: EPMatt/ikea_e2001_e2002.yaml
  input:
    integration: ZHA
    helper_last_controller_event: input_text.xxxxxxxxxxx
    controller_device: xxxxxxxxxxxxxx
    button_left_long_loop: true
    button_right_long_loop: true
    button_up_long_loop: true
    button_down_long_loop: true

To Reproduce

  1. Use the ZHA integration option
  2. Add E2002 device (Firmware 0x00010024)
  3. Long press any of the 4 buttons
  4. Expected automation action sequences are not triggered
  5. See automation trigger trace to see that the zha codes do not match with expected codes

Expected behavior

Long pressing any of buttons to trigger the respective action sequences

Actual Behaviour

Long pressing any of buttons does not trigger the respective action sequences

Additional Details

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

Screenshots

Left button long press:
image

Right button long press:
image

Down button long press:
image

Up button long press:
image

Additional context

Currently working on a fix.

@Ivarvdb Ivarvdb added blueprint An issue related to a blueprint bug Something isn't working labels Nov 16, 2024
@Ivarvdb Ivarvdb linked a pull request Nov 16, 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.

1 participant