We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
how can I find out the correct mapping for my hue smart button?
{ "event_type": "zha_event", "data": { "device_ieee": "zzz", "unique_id": "yyy", "device_id": "xxx", "endpoint_id": 1, "cluster_id": 6, "command": "on", "args": [] }, "origin": "LOCAL", "time_fired": "2022-02-11T21:48:24.265319+00:00", "context": { "id": "aaa", "parent_id": null, "user_id": null } }
My configuration: name: smart_button_1 event name: zha_event state: command unique_id: yyy Mapping: ?
Currently there is only the status "on" and "off_with_effect" working.
Thanks.
The text was updated successfully, but these errors were encountered:
Did you ever find out? I'd love to know!
Sorry, something went wrong.
No, sorry. Unfortunately I still have no solution. Would anyone have a solution for this issue? Thanks.
No branches or pull requests
Hi,
how can I find out the correct mapping for my hue smart button?
{
"event_type": "zha_event",
"data": {
"device_ieee": "zzz",
"unique_id": "yyy",
"device_id": "xxx",
"endpoint_id": 1,
"cluster_id": 6,
"command": "on",
"args": []
},
"origin": "LOCAL",
"time_fired": "2022-02-11T21:48:24.265319+00:00",
"context": {
"id": "aaa",
"parent_id": null,
"user_id": null
}
}
My configuration:
name: smart_button_1
event name: zha_event
state: command
unique_id: yyy
Mapping: ?
Currently there is only the status "on" and "off_with_effect" working.
Thanks.
The text was updated successfully, but these errors were encountered: