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 and IKEA shortcut button E1812 #198

Closed
hrw opened this issue Dec 13, 2023 · 2 comments
Closed

ZHA and IKEA shortcut button E1812 #198

hrw opened this issue Dec 13, 2023 · 2 comments

Comments

@hrw
Copy link
Contributor

hrw commented Dec 13, 2023

I moved from Zigbee2MQTT to ZHA. And found that Ikea shortcut button E1812 is not supported.

This blueprint works for me:

name: Ikea Shortcut E1812
service: ZHA
event_type: zha_event
identifier_key: device_id
buttons:
  - actions:
      - title: press
        conditions:
          - key: command
            value: "on"
          - key: cluster_id
            value: 6
          - key: endpoint_id
            value: 1
      - title: press 2x
        conditions:
          - key: command
            value: "off"
          - key: cluster_id
            value: 6
          - key: endpoint_id
            value: 1
      - title: hold
        conditions:
          - key: command
            value: "move_with_on_off"
          - key: cluster_id
            value: 8
          - key: endpoint_id
            value: 1
      - title: hold (released)
        conditions:
          - key: command
            value: "stop_with_on_off"
          - key: cluster_id
            value: 8
          - key: endpoint_id
            value: 1
@Sian-Lee-SA
Copy link
Owner

Create a PR if you wish to add to repo

@hrw
Copy link
Contributor Author

hrw commented Dec 15, 2023

Done with #200

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

No branches or pull requests

2 participants