-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathZen37-ZwaveJS-blueprint.yaml
278 lines (270 loc) · 9.63 KB
/
Zen37-ZwaveJS-blueprint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
blueprint:
name: "ZEN37 Z-Wave JS Scene Controller"
description: Create automations for Zooz Zen37 800LR scene controller using Z-WAVE-JS integration.
domain: automation
input:
zen37lr:
name: Zooz ZEN37 wall remote
description: "List of available Zen37 800LR wall remotes."
selector:
device:
multiple: true
filter:
- integration: zwave_js
manufacturer: Zooz
model: ZEN37
- integration: zwave_js
manufacturer: Zooz
model: ZEN37 800LR
button_1_1_tap:
name: Button 1 - 1 Tap (Up/On press 1x)
description: "Action to run, when the button is pressed one time."
default: []
selector:
action: {}
button_1_2_tap:
name: Button 1 - 2 Taps (Up/On press 2x)
description: "Action to run, when the button is pressed two time."
default: []
selector:
action: {}
button_1_3_tap:
name: Button 1 - 3 Taps (Up/On press 3x)
description: "Action to run, when the button is pressed three time."
default: []
selector:
action: {}
button_1_4_tap:
name: Button 1 - 4 Taps (Up/On press 4x)
description: "Action to run, when the button is pressed four time."
default: []
selector:
action: {}
button_1_5_tap:
name: Button 1 - 5 Taps (Up/On press 5x)
description: "Action to run, when the button is pressed five time."
default: []
selector:
action: {}
button_1_hold:
name: Button 1 - Held down
description: "Action to run, when the button is held down."
default: []
selector:
action: {}
button_1_released:
name: Button 1 - Released
description: "Action to run, when the button is released."
default: []
selector:
action: {}
button_2_1_tap:
name: Button 2 - 1 Tap (Up/On press 1x)
description: "Action to run, when the button is pressed one time."
default: []
selector:
action: {}
button_2_2_tap:
name: Button 2 - 2 Taps (Up/On press 2x)
description: "Action to run, when the button is pressed two time."
default: []
selector:
action: {}
button_2_3_tap:
name: Button 2 - 3 Taps (Up/On press 3x)
description: "Action to run, when the button is pressed three time."
default: []
selector:
action: {}
button_2_4_tap:
name: Button 2 - 4 Taps (Up/On press 4x)
description: "Action to run, when the button is pressed four time."
default: []
selector:
action: {}
button_2_5_tap:
name: Button 2 - 5 Taps (Up/On press 5x)
description: "Action to run, when the button is pressed five time."
default: []
selector:
action: {}
button_2_hold:
name: Button 2 - Held down
description: "Action to run, when the button is held down."
default: []
selector:
action: {}
button_2_released:
name: Button 2 - Released
description: "Action to run, when the button is released."
default: []
selector:
action: {}
button_3_1_tap:
name: Button 3 - 1 Tap (Up/On press 1x)
description: "Action to run, when the button is pressed one time."
default: []
selector:
action: {}
button_3_2_tap:
name: Button 3 - 2 Taps (Up/On press 2x)
description: "Action to run, when the button is pressed two time."
default: []
selector:
action: {}
button_3_3_tap:
name: Button 3 - 3 Taps (Up/On press 3x)
description: "Action to run, when the button is pressed three time."
default: []
selector:
action: {}
button_3_4_tap:
name: Button 3 - 4 Taps (Up/On press 4x)
description: "Action to run, when the button is pressed four time."
default: []
selector:
action: {}
button_3_5_tap:
name: Button 3 - 5 Taps (Up/On press 5x)
description: "Action to run, when the button is pressed five time."
default: []
selector:
action: {}
button_3_hold:
name: Button 3 - Held down
description: "Action to run, when the button is held down."
default: []
selector:
action: {}
button_3_released:
name: Button 3 - Released
description: "Action to run, when the button is released."
default: []
selector:
action: {}
button_4_1_tap:
name: Button 4 - 1 Tap (Up/On press 1x)
description: "Action to run, when the button is pressed one time."
default: []
selector:
action: {}
button_4_2_tap:
name: Button 4 - 2 Taps (Up/On press 2x)
description: "Action to run, when the button is pressed two time."
default: []
selector:
action: {}
button_4_3_tap:
name: Button 4 - 3 Taps (Up/On press 3x)
description: "Action to run, when the button is pressed three time."
default: []
selector:
action: {}
button_4_4_tap:
name: Button 4 - 4 Taps (Up/On press 4x)
description: "Action to run, when the button is pressed four time."
default: []
selector:
action: {}
button_4_5_tap:
name: Button 4 - 5 Taps (Up/On press 5x)
description: "Action to run, when the button is pressed five time."
default: []
selector:
action: {}
button_4_hold:
name: Button 4 - Held down
description: "Action to run, when the button is held down."
default: []
selector:
action: {}
button_4_released:
name: Button 4 - Released
description: "Action to run, when the button is released."
default: []
selector:
action: {}
automation_mode:
name: Automation mode
description: See https://www.home-assistant.io/docs/automation/modes/
default: single
selector:
select:
options:
- single
- restart
- queued
- parallel
mode: !input automation_mode
max_exceeded: silent
variables:
remotes: !input zen37lr
condition:
- condition: template
value_template: "{{ trigger.event.data.device_id in remotes }}"
trigger:
- platform: event
event_type: zwave_js_value_notification
event_data:
command_class_name: "Central Scene"
action:
- variables:
scene_id: "{{ trigger.event.data.property_key }}"
action_name: "{{ trigger.event.data.value }}"
- choose:
- conditions: "{{ scene_id == '001' and action_name == 'KeyPressed' }}"
sequence: !input button_1_1_tap
- conditions: "{{ scene_id == '001' and action_name == 'KeyPressed2x' }}"
sequence: !input button_1_2_tap
- conditions: "{{ scene_id == '001' and action_name == 'KeyPressed3x' }}"
sequence: !input button_1_3_tap
- conditions: "{{ scene_id == '001' and action_name == 'KeyPressed4x' }}"
sequence: !input button_1_4_tap
- conditions: "{{ scene_id == '001' and action_name == 'KeyPressed5x' }}"
sequence: !input button_1_5_tap
- conditions: "{{ scene_id == '001' and action_name == 'KeyReleased' }}"
sequence: !input button_1_released
- conditions: "{{ scene_id == '001' and action_name == 'KeyHeldDown' }}"
sequence: !input button_1_hold
- conditions: "{{ scene_id == '002' and action_name == 'KeyPressed' }}"
sequence: !input button_2_1_tap
- conditions: "{{ scene_id == '002' and action_name == 'KeyPressed2x' }}"
sequence: !input button_2_2_tap
- conditions: "{{ scene_id == '002' and action_name == 'KeyPressed3x' }}"
sequence: !input button_2_3_tap
- conditions: "{{ scene_id == '002' and action_name == 'KeyPressed4x' }}"
sequence: !input button_2_4_tap
- conditions: "{{ scene_id == '002' and action_name == 'KeyPressed5x' }}"
sequence: !input button_2_5_tap
- conditions: "{{ scene_id == '002' and action_name == 'KeyReleased' }}"
sequence: !input button_2_released
- conditions: "{{ scene_id == '002' and action_name == 'KeyHeldDown' }}"
sequence: !input button_2_hold
- conditions: "{{ scene_id == '003' and action_name == 'KeyPressed' }}"
sequence: !input button_3_1_tap
- conditions: "{{ scene_id == '003' and action_name == 'KeyPressed2x' }}"
sequence: !input button_3_2_tap
- conditions: "{{ scene_id == '003' and action_name == 'KeyPressed3x' }}"
sequence: !input button_3_3_tap
- conditions: "{{ scene_id == '003' and action_name == 'KeyPressed4x' }}"
sequence: !input button_3_4_tap
- conditions: "{{ scene_id == '003' and action_name == 'KeyPressed5x' }}"
sequence: !input button_3_5_tap
- conditions: "{{ scene_id == '003' and action_name == 'KeyReleased' }}"
sequence: !input button_3_released
- conditions: "{{ scene_id == '003' and action_name == 'KeyHeldDown' }}"
sequence: !input button_3_hold
- conditions: "{{ scene_id == '004' and action_name == 'KeyPressed' }}"
sequence: !input button_4_1_tap
- conditions: "{{ scene_id == '004' and action_name == 'KeyPressed2x' }}"
sequence: !input button_4_2_tap
- conditions: "{{ scene_id == '004' and action_name == 'KeyPressed3x' }}"
sequence: !input button_4_3_tap
- conditions: "{{ scene_id == '004' and action_name == 'KeyPressed4x' }}"
sequence: !input button_4_4_tap
- conditions: "{{ scene_id == '004' and action_name == 'KeyPressed5x' }}"
sequence: !input button_4_5_tap
- conditions: "{{ scene_id == '004' and action_name == 'KeyReleased' }}"
sequence: !input button_4_released
- conditions: "{{ scene_id == '004' and action_name == 'KeyHeldDown' }}"
sequence: !input button_4_hold