Skip to content

Commit

Permalink
Add Zigbee2MQTT blueprint for IKEA E2213 (Somrig) (#213)
Browse files Browse the repository at this point in the history
* Add Zigbee2MQTT blueprint for IKEA E2213 (Somrig)

* Update E2201 with consistent image
  • Loading branch information
glombek authored Feb 26, 2024
1 parent 4b63438 commit d489479
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 7 deletions.
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

0 comments on commit d489479

Please sign in to comment.