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

ZHA intergation not triggering on "Hue dimmer switch" button press/double press etc. #117923

Closed
antonvtimin opened this issue May 22, 2024 · 6 comments

Comments

@antonvtimin
Copy link

The problem

ZHA buttons do not respond to button presses anymore in automation triggers.
Workaround is to trigger on Events, but I can not use "double click", "triple click", etc....

A year ago it was ok.
This problem already was fixed some time ago, but now I again can not use it
#92186

What version of Home Assistant Core has the issue?

core-2024.5.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

zha

Link to integration documentation on our website

https://www.home-assistant.io/integrations/zha

Diagnostics information

config_entry-zha-e6076411fd37d70f9b43173f07242bef.json

Example YAML snippet

alias: New Integration
description: ""
trigger:
  - device_id: 02686093c2ef0236332d672681f3991e
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: turn_on
condition: []
action:
  - service: switch.toggle
    metadata: {}
    data: {}
    target:
      entity_id: switch.lumiplug_switch
mode: single

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

Hey there @dmulcahey, @Adminiuga, @puddly, @TheJulianJES, mind taking a look at this issue as it has been labeled with an integration (zha) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of zha can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign zha Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


zha documentation
zha source
(message by IssueLinks)

@puddly
Copy link
Contributor

puddly commented May 22, 2024

Can you upload diagnostics for the specific device that isn't working?

@antonvtimin
Copy link
Author

Can you upload diagnostics for the specific device that isn't working?

How to do that..? ))

@antonvtimin
Copy link
Author

Can you upload diagnostics for the specific device that isn't working?

Found it! Here it is
zha-e6076411fd37d70f9b43173f07242bef-Philips RWL021-02686093c2ef0236332d672681f3991e (1).json

@antonvtimin
Copy link
Author

Here is what zha_event outputs, when i click ON button:

event_type: zha_event
data:
device_ieee: "00:17:88:01:08:75:34:67"
unique_id: 00:17:88:01:08:75:34:67:1:0x0006
device_id: 02686093c2ef0236332d672681f3991e
endpoint_id: 1
cluster_id: 6
command: "on"
args: []
params: {}
origin: LOCAL
time_fired: "2024-05-22T13:59:23.235691+00:00"
context:
id: 01HYG9JXV3T8AE9WSA39DHJEVE
parent_id: null
user_id: null

@antonvtimin
Copy link
Author

antonvtimin commented May 22, 2024

I decided to reinstall my HA an IT STARTED TO WORK! Can't explain what is changed, but now it works!

@github-actions github-actions bot locked and limited conversation to collaborators Jun 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants