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
ZHA
- Click: Sent when button is pressed
Click
{ "event_type": "zha_event", "data": { "device_ieee": "68:0a:e2:ff:fe:34:c4:65", "unique_id": "68:0a:e2:ff:fe:34:c4:65:1:0x0006", "device_id": "5ab736573fc23889c6a9c09204898424", "endpoint_id": 1, "cluster_id": 6, "command": "on", "args": [] }, "origin": "LOCAL", "time_fired": "2021-06-21T19:58:35.602565+00:00", "context": { "id": "e690dc9797b24bebcef8c80477c34e8b", "parent_id": null, "user_id": null } }
- Hold: Sent when button is held
Hold
Event 37 fired 22:04: { "event_type": "zha_event", "data": { "device_ieee": "68:0a:e2:ff:fe:34:c4:65", "unique_id": "68:0a:e2:ff:fe:34:c4:65:1:0x0008", "device_id": "5ab736573fc23889c6a9c09204898424", "endpoint_id": 1, "cluster_id": 8, "command": "stop", "args": [] }, "origin": "LOCAL", "time_fired": "2021-06-21T20:04:20.025775+00:00", "context": { "id": "5f68625ce42686eebda680108181c142", "parent_id": null, "user_id": null } } Event 36 fired 22:04: { "event_type": "zha_event", "data": { "device_ieee": "68:0a:e2:ff:fe:34:c4:65", "unique_id": "68:0a:e2:ff:fe:34:c4:65:1:0x0008", "device_id": "5ab736573fc23889c6a9c09204898424", "endpoint_id": 1, "cluster_id": 8, "command": "move_with_on_off", "args": [ 0, 83 ] }, "origin": "LOCAL", "time_fired": "2021-06-21T20:04:19.215756+00:00", "context": { "id": "87488baf8ef61336013737f273e150a2", "parent_id": null, "user_id": null } }
The text was updated successfully, but these errors were encountered:
feat(device): add ZHA support for E1812
e134ea0
related to #324
Hi @bjornsivertsen,
I have added the support for ZHA to the dev branch. It will be ready for the next release.
Regards, Xavi M.
Sorry, something went wrong.
This device support has been added to ControllerX v4.13.0.
Thank you Xavi!
xaviml
No branches or pull requests
New Device Support
Device Information
Integrations
ZHA
Integration: ZHA
Actions
-
Click
: Sent when button is pressed-
Hold
: Sent when button is heldNotes
The text was updated successfully, but these errors were encountered: