-
Notifications
You must be signed in to change notification settings - Fork 0
/
Light Remote MiButton.yaml
631 lines (548 loc) · 20 KB
/
Light Remote MiButton.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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
blueprint:
source_url: https://community.home-assistant.io/t/zigbee2mqtt-aqara-opple-switch-3-bands/256212
name: Управление светом MiButton
homeassistant:
min_version: '2022.4.0'
description: 'Управление светом с помощью беспроводной кнопки Xiaomi Mi Wireless Switch (YTC4040GL) и датчика двери / движения.
Система включает и выключает свет по кнопке, датчику и таймеру, а также наблюдает за остаточным временем.
Управление кнопкой:
- одиночное нажатие: включает свет на короткое время / выключает
- двойное нажатие: включает свет на среднее время или увеличивает яркость на 100%, если свет уже включен
- тройное нажатие: включает свет на долгое время
- четырехкратное нажатие: включает / уменьшает свет до 1% на 1 минуту
- многократное: настраиваемое
- удержание: добавляет / убавляет яркость
Управление (сбработка) по датчику открытия / движения (sensor detect 1,2):
- свет выключен: включает свет на короткое время
- время таймера ниже time detect: запускает таймер на короткое время
- включение света , когда 1 и 2 бинарные сенсоры в состоянии /on/, а 3 бинарный сенсор /off/
- выключение света по времени отсутствия движения / открытия time Inactivity (No motion)
'
domain: automation
input:
light_1:
name: Light
description: Светильник
selector:
# target:
entity:
domain: light
switch:
name: MiButton
description: Mi кнопка управления светом (Можно бинарную ON/OFF)
selector:
entity:
# domain: sensor
button:
name: Button bin
description: >
Бинарная кнопка управления светом ON/OFF (Можно снова MiButton)
Мгновенно ВКЛ/ВЫКЛ Свет по нажатию и запуск на среднее время.
selector:
entity:
detect_1:
name: sensor detect 1
description: Датчик 1 включения света (движения/открытия)
selector:
entity:
domain: binary_sensor
detect_2:
name: sensor detect 2
description: Датчик 2 включения света (можно Bin Sensor 3)
default: {entity_id: []}
selector:
entity:
domain: binary_sensor
boolean_start:
name: start
description: Запускать свет по датчику при выключенном свете на короткое время
default: true
selector:
boolean:
time_detect:
name: time detect
description: Время ниже которого таймер будет перезапускаться на короткое время
default: 5
selector:
number:
min: 0
max: 60
unit_of_measurement: minutes
tod1:
name: Bin Sensor 1 enable signal sensor detect
description: Дополнительный бинарный сенсор 1 разрешающий включение света по детекторам (например время)
selector:
entity:
domain: binary_sensor
tod2:
name: Bin Sensor 2 enable signal sensor detect
description: Дополнительный бинарный сенсор 2 разрешающий включение света по детекторам (можно снова Bin Sensor 1)
default: ''
selector:
entity:
domain: binary_sensor
todoff:
name: Bin Sensor 3 disable signal sensor detect
description: Обратный бинарный сенсор 3 разрешающий включение света, когда off по детекторам (Обратный Bin Sensor 3, можно light_1)
selector:
entity:
# domain: binary_sensor
boolean_off:
name: Start Inactivity (No motion)
description: Активация отключения света по времени при отсутствии движения по 1 ДЕТЕКТОРУ
default: false
selector:
boolean:
time_no_motion:
name: time Inactivity (No motion)
description: Время в течение будет отключение света при отсутствии движения по 1 ДЕТЕКТОРУ
default: 5
selector:
number:
min: 0
max: 60
unit_of_measurement: minutes
timer:
name: timer
description: Таймер выключения света
selector:
entity:
domain: timer
time_short:
name: time short
description: Коротокое время таймера
default: 00:10:00
selector:
time:
time_medium:
name: time medium
description: Среднее время таймера
default: 00:30:00
selector:
time:
time_long:
name: time long
description: Долгое время таймера
default: 01:00:00
selector:
time:
button_quadruple:
name: Button - quadruple click
description: действие по четырехкратному нажатию
default: []
selector:
action: {}
button_many:
name: Button - many click
description: действие по многократному нажатию
default: []
selector:
action: {}
# status_bar_icon:
# name: Status bar icon
# description: >-
# (Только для Android) Устанавливает [значок строки состояния]
# (https://companion.home-assistant.io/docs/notifications/notifications-basic/#notification-icon).
# ПРИМЕЧАНИЕ. Отличается от значка в уведомлении, который всегда настроен на изображение сущности обновления.
# default: mdi:package-up
# selector:
# icon:
# placeholder: mdi:lightbulb-auto
mode: queued
max_exceeded: silent
variables:
#command: '{{ trigger.to_state.state }}'
light_1: !input 'light_1'
switch: !input 'switch'
button: !input 'button'
detect_1: !input 'detect_1'
detect_2: !input 'detect_2'
detect: "{{ _tod2 if _tod2 != tod1 }}"
timer: !input 'timer'
time_detect: !input 'time_detect'
boolean_start: !input 'boolean_start'
boolean_off: !input 'boolean_off'
tod1: !input 'tod1'
_tod2: !input 'tod2'
tod2: "{{ _tod2 if _tod2 != tod1 }}"
#tod2: !input 'tod2'
todoff: !input 'todoff'
brightness_step: 0
trigger:
- platform: state # датчик активирован
entity_id:
- !input 'detect_1'
- !input 'detect_2'
to: 'on'
id: "detect"
- platform: state # нет движения
entity_id:
- !input 'detect_1'
to: 'off'
for:
minutes: !input 'time_no_motion'
id: "no_motion"
- platform: state
entity_id: !input 'light_1' # Лампа ВКЛ
to: 'on'
id: "on"
- platform: homeassistant
event: start
id: "finish"
- platform: state
entity_id: !input 'button'
to: 'on'
id: "bin"
- platform: state
entity_id: !input 'switch'
to: single
id: "single"
- platform: state
entity_id: !input 'switch'
to: "double"
id: "double"
- platform: state
entity_id: !input 'switch'
to: "triple"
id: "triple"
- platform: state
entity_id: !input 'switch'
to: "quadruple"
id: "quadruple"
- platform: state
entity_id: !input 'switch'
to: "hold"
id: "hold"
- platform: state
entity_id: !input 'switch'
to: "release"
id: "release"
- platform: state
entity_id: !input 'switch'
to: "many"
id: "many"
- platform: event # Таймер истек
event_type: timer.finished
event_data:
entity_id: !input 'timer'
id: "finish"
# Для Light OFF
- platform: state # Лампа выключена
entity_id: !input 'light_1'
to: 'off'
- platform: state # Лампа недоступна
entity_id: !input 'light_1'
from: "unavailable"
id: "unavailable"
action:
choose:
- conditions: # Запуск таймера на medium минут всегда по ВКЛ лампы
- condition: trigger
id: "on"
- condition: state
entity_id: !input 'timer'
state: 'idle'
sequence:
- service: timer.start
data:
entity_id: !input 'timer'
duration: !input 'time_medium'
- conditions: # Пропуск тригера когда таймер активный
- condition: trigger
id: "on"
- condition: state
entity_id: !input 'timer'
state: 'active'
sequence:
- conditions: # Запуск таймера и включение света по бин кнопке
- condition: trigger
id: "bin"
- condition: state
entity_id: !input 'light_1'
state: 'off'
sequence:
- service: timer.start
data:
entity_id: !input 'timer'
duration: !input 'time_medium'
- service: light.turn_on
target:
entity_id: !input 'light_1'
# sensor detect ФИЧА! Умное определение времени детекции движения/открытия
- conditions: # Перезапуск таймера по дачтикам-детекторам
- condition: trigger
id: "detect"
sequence:
choose:
- conditions:
- condition: template # Проверка на автосвет и отрицательную разницу порога времени
value_template: |
{% set time = (state_attr(timer, 'finishes_at')|as_timestamp(timer|int(default=0))|int/60
- now()|as_timestamp/60) |float(default=0)|round (1)%}
{% set tod_1 = states(tod1) %}
{% set tod_2 = states(tod2) %}
{% set todoff = states(todoff) %}
{% if boolean_start == true and todoff == 'off'
and (tod_1 == 'on' or tod_2 == 'on')
and time <= time_detect and time < 0 %} true
{% else %} false{% endif %}
# {% set tod_2 = states(tod2) %}
sequence: # Включаем свет и сбрасываем таймер на короткое время
- service: timer.start
data:
entity_id: !input 'timer'
duration: !input 'time_short'
- service: light.turn_on
target:
entity_id: !input 'light_1'
- conditions:
- condition: template # Проверка на время меньше порогового сброса таймера
value_template: |
{% set time = (state_attr(timer, 'finishes_at')|as_timestamp(timer|int(default=0))|int/60
- now ()|as_timestamp|int(default=0)/60) |float(default=0)|round (1) %}
{% if time > 0 and time < time_detect %} true
{% else %} false
{% endif %}
sequence:
- service: timer.start # Сбрасываем таймер на короткое время
data:
entity_id: !input 'timer'
duration: !input 'time_short'
default:
- conditions: # Выключение света при отсутствии движения
- condition: trigger
id: "no_motion"
- condition: template # Проверка на логику отсутствия движения
value_template: >-
{% if boolean_off == false %} true
{% else %} false
{% endif %}
sequence:
# - conditions: # Пропуск тригера по датчику
# - condition: trigger
# id: "detect"
# sequence:
# SINGLE BUTTON
- conditions: # Включить лампу single 50% на 10 минут
- condition: trigger
id: "single"
- condition: state
entity_id: !input 'light_1'
state: 'off'
sequence:
- service: timer.start
data:
entity_id: !input 'timer'
duration: !input 'time_short'
- service: light.turn_on
target:
entity_id: !input 'light_1'
# data:
# brightness_pct: 50
# - service: notify.telegram_id_1
# data:
# message: "{{ states(switch) }}"
# DOUBLE BUTTON
- conditions: # Включить лампу double на среднее время
- condition: trigger
id: "double"
- condition: state
entity_id: !input 'light_1'
state: 'off'
sequence:
- service: timer.start
data:
entity_id: !input 'timer'
duration: !input 'time_medium'
- service: light.turn_on
target:
entity_id: !input 'light_1'
# data_template:
# brightness_pct: 50
- conditions: # Увеличить яркость double 100%
- condition: trigger
id: "double"
- condition: state
entity_id: !input 'light_1'
state: 'on'
sequence:
- service: light.turn_on
entity_id: !input 'light_1' # Включай лампу
data_template:
brightness_pct: 100
# TRIPLE BUTTON
- conditions: # Включить лампу triple на долгое время
- condition: trigger
id: "triple"
sequence:
- service: timer.start
data:
entity_id: !input 'timer'
duration: !input 'time_long'
- service: light.turn_on
target:
entity_id: !input 'light_1'
# QUADRUPLE
- conditions:
- condition: trigger
id: "quadruple"
sequence:
- service: light.turn_on
target:
entity_id: !input 'light_1'
data:
brightness: 1
- service: timer.start
data:
entity_id: !input 'timer'
duration: '00:01:00'
# HOLD BUTTON
- conditions: # Увеличить яркость лампы
- condition: trigger
id: "hold"
# - condition: numeric_state
# entity_id: !input 'light_1'
# attribute: 'brightness'
# below: 129
sequence:
- event: light_dimmer_start
# event_data:
# entity_id: !input 'light_1'
- repeat:
sequence:
- service: light.turn_on
data:
entity_id: !input 'light_1'
brightness_step: "{{ -10 if state_attr(light_1, 'brightness') | default(0) | int > 128 else 10 }}"
- wait_for_trigger:
- platform: event
event_type: light_dimmer_stop
# event_data:
# entity_id: !input 'light_1'
timeout: 00:00:01.250
continue_on_timeout: true
#until: "{{ wait.trigger != None or repeat.index > 255 / brightness_step | abs }}"
until: "{{repeat.index > 255 / brightness_step | abs }}"
# - conditions: # Увеличить яркость лампы
# - condition: trigger
# id: "release"
# # - condition: numeric_state
# # entity_id: !input 'light_1'
# # attribute: 'brightness'
# # above: 128
# sequence:
# - event: light_dimmer_stop
# event_data:
# entity_id: !input 'light_1'
# - repeat:
# while:
# - condition: template
# value_template: >
# {% if not switch == release %} true
# {% endif %}
# # value_template: "{{ command == 'hold' or repeat.index < 25}}"
# sequence:
# - service: light.turn_on
# data_template:
# brightness_step_pct: 5
# #transition: 0.5
# entity_id: !input 'light_1'
# - delay: '0.5'
# # until:
# # - '{{ command == ''release'' }}'
# #
# - conditions: # Уменьшить яркость лампы
# - condition: trigger
# id: "hold"
# - condition: numeric_state
# entity_id: !input 'light_1'
# attribute: 'brightness'
# above: 128
# sequence:
# - repeat:
# while:
# - condition: template
# value_template: >
# {% if not switch == release %} true
# {% endif %}
# sequence:
# - service: light.turn_on
# data_template:
# brightness_step_pct: -5
# transition: 0.5
# entity_id: !input 'light_1'
# - delay: '0.1'
# - conditions: # Уменьшить яркость лампы
# - condition: trigger
# id: "hold"
# - condition: numeric_state
# entity_id: !input 'light_1'
# attribute: 'brightness'
# above: 128
# sequence:
# - repeat:
# until:
# - condition: state
# entity_id: !input 'switch'
# state: "release"
# sequence:
# - service: light.turn_on
# data_template:
# brightness_step_pct: -5
# transition: 0.5
# entity_id: !input 'light_1'
# - delay: '0.1'
# ТАЙМЕР FINISH
- conditions:
- condition: trigger
id: "finish"
- condition: state
entity_id: !input 'light_1'
state: 'on'
- condition: or
conditions:
- condition: state
entity_id: !input 'detect_1'
state: 'on'
- condition: state
entity_id: !input 'detect_2'
state: 'on'
sequence:
- service: timer.start
data:
entity_id: !input 'timer'
duration: !input 'time_short'
# UNAVAILABLE
- conditions: # Лампа недоступна -> ВКЛ, таймер простаивает
- condition: trigger
id: "unavailable"
# - condition: state
# entity_id: !input 'light_1'
# state: 'on'
- condition: state
entity_id: !input 'timer'
state: 'active'
sequence:
# - service: light.turn_off
# entity_id: !input 'light_1' # Выключай лампу
- service: timer.cancel
entity_id: !input 'timer' # Отмени таймер
# ДОПОЛНИТЕЛЬНЫЕ ДЕЙСТВИЯ НА КЛАВИШАХ
- conditions:
- condition: trigger
id: "many"
sequence: !input 'button_many'
default:
- service: light.turn_off
target:
entity_id: !input 'light_1' # Выключай лампу
- service: timer.cancel
entity_id: !input 'timer' # Отмени таймер
# script:
# light_dimmer:
# alias: Light Dimmer
# mode: parallel
# variables:
# entity_id: ''
# brightness_step: 0
# sequence: