-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscripts.yaml
318 lines (318 loc) · 8.52 KB
/
scripts.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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
staubsauger_kuche:
alias: Staubsauger - Küche
sequence:
- service: xiaomi_miot.call_action
data:
entity_id: vacuum.ijai_v19_620a_robot_cleaner
siid: 7
aiid: 3
params:
- '10'
- 0
- 1
mode: single
staubsauger_essbereich:
alias: Staubsauger - Badezimmer
sequence:
- service: xiaomi_miot.call_action
data:
entity_id: vacuum.ijai_v19_620a_robot_cleaner
siid: 7
aiid: 3
params:
- '11'
- 0
- 1
mode: single
staubsaugen_vorlage:
alias: Staubsaugen - Vorlage
sequence:
- service: xiaomi_miot.call_action
data:
entity_id: vacuum.ijai_v19_620a_robot_cleaner
siid: 7
aiid: 3
params:
- '14'
- 0
- 1
mode: single
staubsauger_kinderzimmer:
alias: Staubsauger - Kinderzimmer
sequence:
- service: xiaomi_miot.call_action
data:
entity_id: vacuum.ijai_v19_620a_robot_cleaner
siid: 7
aiid: 3
params:
- '12'
- 0
- 1
mode: single
staubsauger_flur:
alias: Staubsauger - Flur
sequence:
- service: xiaomi_miot.call_action
data:
entity_id: vacuum.ijai_v19_620a_robot_cleaner
siid: 7
aiid: 3
params:
- '13'
- 0
- 1
mode: single
staubsauger_schlafzimmer:
alias: Staubsauger - Schlafzimmer
sequence:
- service: xiaomi_miot.call_action
data:
entity_id: vacuum.ijai_v19_620a_robot_cleaner
siid: 7
aiid: 3
params:
- '14'
- 0
- 1
mode: single
benachrichtigung_waschtemperatur:
alias: '[Benachrichtigung] Waschtemperatur'
sequence:
- service: notify.familie
data:
title: Waschmaschine wurde angeschaltet
message: Bitte wähle die Waschtemperatur aus
data:
actions:
- action: TEMP_30
title: Waschtemperatur 30°
- action: TEMP_40
title: Waschtemperatur 40°
- action: TEMP_90
title: Waschtemperatur 90°
- action: IGNORIEREN
title: Nichts auswählen
icon: sfsymbols:xmark
destructive: true
mode: single
actions_automation_waschmaschine_ende:
alias: '[Actions] Automation Waschmaschine Ende'
sequence:
- service: counter.increment
data: {}
target:
entity_id: counter.waschzyklen
- service: input_boolean.turn_off
data: {}
target:
entity_id: input_boolean.waschmaschine_lauft
- service: notify.familie
data:
message: Die Waschmaschine ist fertig! Hol die Wäsche raus
title: Waschmaschine
- type: turn_off
device_id: d8fbe6ea6daa3c2efa0cb6c1a44d9d56
entity_id: switch.waschmaschine
domain: switch
enabled: true
- service: input_datetime.set_datetime
data_template:
datetime: '{{ now().strftime(''%Y-%m-%d %H:%M:%S'')}}'
target:
entity_id: input_datetime.waschmaschine_endzeit
- service: input_datetime.set_datetime
data_template:
datetime: '{{(((state_attr(''input_datetime.waschmaschine_endzeit'' , ''timestamp''))
- 300) | timestamp_custom(''%Y-%m-%d %H:%M'', true))}}'
target:
entity_id: input_datetime.waschmaschine_endzeit
alias: Setze Waschmaschine Endzeit -5 Minuten
- service: notify.file_export_waschmaschine_verlauf_temp_strom
data:
message: '{{ now().strftime(''%d.%m.%Y'') }};{{states.input_datetime.waschmaschine_startzeit.state
}};{{states.input_datetime.waschmaschine_endzeit.state }};{{states.sensor.verbrauchszahler_waschmaschine.state
| replace(".",",")}};{{states.input_text.waschtemperatur.state}};'
title: Timestamp;Startzeit;Endzeit;kWh Verbraucht;Waschtemperatur;
- service: google_sheets.append_sheet
data:
config_entry: a06f7a900a95db5053d1b3b52778151e
worksheet: Waschmaschine
data:
created: '{{ now().strftime(''%d.%m.%Y'') }}'
Startzeit: '{{states.input_datetime.waschmaschine_startzeit.state}}'
Endzeit: '{{states.input_datetime.waschmaschine_endzeit.state}}'
kWh Verbraucht: '{{states.sensor.verbrauchszahler_waschmaschine.state}}'
Waschtemperatur: '{{states.input_text.waschtemperatur.state}}'
- service: utility_meter.calibrate
data:
value: '0'
target:
entity_id: sensor.verbrauchszahler_waschmaschine
- service: input_text.set_value
data:
value: 0°
target:
entity_id: input_text.waschtemperatur
mode: single
actions_setzen_hochtarif:
alias: '[Actions] Verbrauchszähler auf Hochtarif setzen'
sequence:
- service: select.select_option
data:
option: Hochtarif
target:
entity_id:
- select.stromverbrauch
- select.strom_taglich
- select.strom_jahrlich
- select.strom_wochentlich
- select.homelab_stromverbrauch_jahrlich
- select.homelab_stromverbrauch_monatlich
- select.homelab_stromverbrauch_wochentlich
- select.homelab_stromverbrauch_taglich
- select.heizung_buro_eg_taglich
- select.heizung_buro_eg_monatlich
- select.heizung_buro_eg_jahrlich
- select.heizung_buro_eg_wochentlich
mode: single
neues_skript:
alias: '[Actions] Verbrauchszähler auf Niedertraif setzen'
sequence:
- service: select.select_option
data:
option: Niedertarif
target:
entity_id:
- select.stromverbrauch
- select.strom_taglich
- select.strom_jahrlich
- select.strom_wochentlich
- select.homelab_stromverbrauch_jahrlich
- select.homelab_stromverbrauch_monatlich
- select.homelab_stromverbrauch_taglich
- select.homelab_stromverbrauch_wochentlich
- select.heizung_buro_eg_jahrlich
- select.heizung_buro_eg_monatlich
- select.heizung_buro_eg_taglich
- select.heizung_buro_eg_wochentlich
mode: single
weihnachtsbaum_kerzen_an:
alias: '[Weihnachtsbaum] Kerzen an'
sequence:
- service: remote.send_command
data:
device: Lichterkette
command: kerzen_leuchten
num_repeats: 2
delay_secs: 0.5
target:
entity_id: remote.broadlink_rm4_mini_remote
mode: single
icon: mdi:candle
weihnachtsbaum_kerzen_flackern:
alias: '[Weihnachtsbaum] Kerzen flackern'
sequence:
- service: remote.send_command
data:
device: Lichterkette
command: kerzen_flackern
num_repeats: 2
delay_secs: 0.5
target:
entity_id: remote.broadlink_rm4_mini_remote
mode: single
icon: mdi:candle
weihnachtsbaum_kerzen_aus:
alias: '[Weihnachtsbaum] Kerzen aus'
sequence:
- service: remote.send_command
data:
device: Lichterkette
command: kerzen_aus
num_repeats: 2
delay_secs: 0.5
target:
entity_id: remote.broadlink_rm4_mini_remote
mode: single
icon: mdi:candle
ventilator_anschalten:
alias: '[Ventilator] Anschalten'
sequence:
- service: remote.send_command
data:
device: fan
command: 'on'
target:
entity_id: remote.broadlink_rm4_mini_remote
mode: single
ventilator_ausschalten:
alias: '[Ventilator] Ausschalten'
sequence:
- service: remote.send_command
data:
device: fan
command: 'on'
target:
entity_id: remote.broadlink_rm4_mini_remote
mode: single
ventilator_geschwindigkeit_hoch:
alias: '[Ventilator] Geschwindigkeit hoch'
sequence:
- service: remote.send_command
data:
device: fan
command: fan_speed_up
target:
entity_id: remote.broadlink_rm4_mini_remote
mode: single
ventilator_geschwindigkeit_runter:
alias: '[Ventilator] Geschwindigkeit runter'
sequence:
- service: remote.send_command
data:
device: fan
command: fan_speed_down
target:
entity_id: remote.broadlink_rm4_mini_remote
mode: single
ventilator_schwenken_hoch_runter:
alias: '[Ventilator] Schwenken Hoch / Runter'
sequence:
- service: remote.send_command
data:
device: fan
command: fan_swivel_up_down
target:
entity_id: remote.broadlink_rm4_mini_remote
mode: single
ventilator_schwingen_links_rechts:
alias: '[Ventilator] Schwingen Links / Rechts'
sequence:
- service: remote.send_command
data:
device: fan
command: fan_swivel_left_right
target:
entity_id: remote.broadlink_rm4_mini_remote
mode: single
ventilator_timer:
alias: '[Ventilator] Timer'
sequence:
- service: remote.send_command
data:
device: fan
command: fan_timer
target:
entity_id: remote.broadlink_rm4_mini_remote
mode: single
ventilator_eco_mode:
alias: '[Ventilator] Eco Mode'
sequence:
- service: remote.send_command
data:
device: fan
command: fan_eco_modes
target:
entity_id: remote.broadlink_rm4_mini_remote
mode: single