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 Integration for E1812 #324

Closed
bjornsivertsen opened this issue Jun 21, 2021 · 3 comments
Closed

ZHA Integration for E1812 #324

bjornsivertsen opened this issue Jun 21, 2021 · 3 comments
Assignees
Labels
new-device New device

Comments

@bjornsivertsen
Copy link

New Device Support

Device Information

  • Device Model: E1812 (IKEA)
  • Device Description: Ikea Shortcut Button
  • Device Manufacturer: IKEA

Integrations

ZHA

Integration: ZHA

Actions

- Click: Sent when button is pressed

{
    "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

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
    }
}

Notes

@bjornsivertsen bjornsivertsen added the new-device New device label Jun 21, 2021
xaviml added a commit that referenced this issue Jun 24, 2021
@xaviml
Copy link
Owner

xaviml commented Jun 24, 2021

Hi @bjornsivertsen,

I have added the support for ZHA to the dev branch. It will be ready for the next release.

Regards,
Xavi M.

@xaviml
Copy link
Owner

xaviml commented Jun 24, 2021

This device support has been added to ControllerX v4.13.0.

@xaviml xaviml closed this as completed Jun 24, 2021
@bjornsivertsen
Copy link
Author

Thank you Xavi!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-device New device
Projects
None yet
Development

No branches or pull requests

2 participants