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

Added Zigbee2MQTT blueprint for IKEA E2213 (Somrig) #213

Merged
merged 2 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ service: Zigbee2MQTT
event_type: mqtt
mqtt_topic_format: zigbee2mqtt/+/action
buttons:
## Not sure why the buttons are back to front and illogical by their numbers??
- x: 168
y: 61
width: 50
- x: 143
y: 76
width: 42
actions:
- title: press
conditions:
Expand All @@ -20,9 +19,9 @@ buttons:
conditions:
- key: payload
value: brightness_stop_up
- x: 168
y: 434
width: 50
- x: 143
y: 436
width: 42
actions:
- title: press
conditions:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Ikea Somrig
service: Zigbee2MQTT
event_type: mqtt
mqtt_topic_format: zigbee2mqtt/+/action
buttons:
- x: 143
y: 76
width: 42
actions:
- title: init
conditions:
- key: payload
value: 1_initial_press
- title: press
conditions:
- key: payload
value: 1_short_release
- title: press 2x
conditions:
- key: payload
value: 1_double_press
- title: hold
conditions:
- key: payload
value: 1_long_press
- title: hold (released)
conditions:
- key: payload
value: 1_long_release
- x: 143
y: 436
width: 42
actions:
- title: init
conditions:
- key: payload
value: 2_initial_press
- title: press
conditions:
- key: payload
value: 2_short_release
- title: press 2x
conditions:
- key: payload
value: 2_double_press
- title: hold
conditions:
- key: payload
value: 2_long_press
- title: hold (released)
conditions:
- key: payload
value: 2_long_release