1627 lines
45 KiB
YAML
1627 lines
45 KiB
YAML
- id: '1742834195084'
|
||
alias: Проверка окон
|
||
description: ''
|
||
triggers:
|
||
- trigger: homeassistant
|
||
event: start
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.ventilation_kc868_a6_relay_4
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 5
|
||
milliseconds: 0
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.ventilation_kc868_a6_relay_4
|
||
mode: single
|
||
- id: '1743016921310'
|
||
alias: Перезагрузка HA
|
||
description: ''
|
||
triggers:
|
||
- trigger: mqtt
|
||
topic: server/reboot
|
||
payload: 'true'
|
||
conditions: []
|
||
actions:
|
||
- action: mqtt.publish
|
||
data:
|
||
evaluate_payload: false
|
||
qos: '0'
|
||
retain: true
|
||
topic: server/reboot
|
||
payload: 'false'
|
||
- action: homeassistant.restart
|
||
metadata: {}
|
||
data: {}
|
||
mode: single
|
||
- id: '1743017705371'
|
||
alias: Button reboot
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- input_button.reboot_ha
|
||
from:
|
||
to:
|
||
conditions: []
|
||
actions:
|
||
- action: mqtt.publish
|
||
metadata: {}
|
||
data:
|
||
evaluate_payload: false
|
||
qos: '0'
|
||
retain: false
|
||
topic: server/reboot
|
||
payload: 'true'
|
||
- action: mqtt.publish
|
||
metadata: {}
|
||
data:
|
||
evaluate_payload: false
|
||
qos: '0'
|
||
retain: false
|
||
topic: server/state
|
||
payload: '{reboot:"true"}'
|
||
mode: single
|
||
- id: '1743167424639'
|
||
alias: Подогрев чайника
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- automation.podogrev_chainika
|
||
from: 'off'
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
enabled: true
|
||
target:
|
||
entity_id: switch.chainik
|
||
- repeat:
|
||
count: 4
|
||
sequence:
|
||
- if:
|
||
- condition: state
|
||
entity_id: switch.chainik
|
||
state: 'off'
|
||
then:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.chainik
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 5
|
||
milliseconds: 0
|
||
- if:
|
||
- condition: state
|
||
entity_id: switch.chainik
|
||
state: unavailable
|
||
for:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 5
|
||
- condition: or
|
||
conditions:
|
||
- condition: state
|
||
entity_id: switch.chainik
|
||
state: 'off'
|
||
for:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 5
|
||
then:
|
||
- action: automation.turn_off
|
||
metadata: {}
|
||
data:
|
||
stop_actions: true
|
||
target:
|
||
entity_id: automation.podogrev_chainika
|
||
- if:
|
||
- condition: numeric_state
|
||
entity_id: sensor.temp_chainik
|
||
above: 70
|
||
below: 101
|
||
- condition: and
|
||
conditions:
|
||
- condition: state
|
||
entity_id: switch.chainik
|
||
state: 'on'
|
||
then:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.chainik
|
||
- action: automation.turn_off
|
||
metadata: {}
|
||
data:
|
||
stop_actions: true
|
||
target:
|
||
entity_id: automation.podogrev_chainika
|
||
else:
|
||
- repeat:
|
||
count: 100
|
||
sequence:
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 2
|
||
milliseconds: 0
|
||
- if:
|
||
- condition: numeric_state
|
||
entity_id: sensor.temp_chainik
|
||
above: 70
|
||
below: 101
|
||
- condition: and
|
||
conditions:
|
||
- condition: state
|
||
entity_id: switch.chainik
|
||
state: 'on'
|
||
then:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.chainik
|
||
- action: automation.turn_off
|
||
metadata: {}
|
||
data:
|
||
stop_actions: true
|
||
target:
|
||
entity_id: automation.podogrev_chainika
|
||
enabled: true
|
||
- action: automation.turn_off
|
||
metadata: {}
|
||
data:
|
||
stop_actions: true
|
||
target:
|
||
entity_id: automation.podogrev_chainika
|
||
enabled: true
|
||
mode: single
|
||
- id: '1743688982404'
|
||
alias: gas_kitchen
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- sensor.gas_kitchen
|
||
from: 'on'
|
||
to: unavailable
|
||
conditions: []
|
||
actions:
|
||
- action: mqtt.publish
|
||
metadata: {}
|
||
data:
|
||
evaluate_payload: false
|
||
qos: '0'
|
||
retain: true
|
||
topic: gas_kitchen/sensor/smoke
|
||
payload: '{"data":{"online":"false"}}'
|
||
mode: single
|
||
- id: '1744571642047'
|
||
alias: gas_ketchen_status
|
||
description: ''
|
||
triggers:
|
||
- trigger: mqtt
|
||
topic: gas_kitchen/sensor/smoke
|
||
enabled: true
|
||
payload: '{"data":{"online":"false"}}'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.off_on_gas_kitchen
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 2
|
||
milliseconds: 0
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.off_on_gas_kitchen
|
||
mode: single
|
||
- id: '1745089336243'
|
||
alias: Выкл подогрев чайника
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- automation.podogrev_chainika
|
||
from: 'on'
|
||
to: 'off'
|
||
conditions: []
|
||
actions:
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 2
|
||
milliseconds: 0
|
||
- if:
|
||
- condition: state
|
||
entity_id: switch.chainik
|
||
state: 'on'
|
||
then:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.chainik
|
||
mode: single
|
||
- id: '1745433087219'
|
||
alias: Gas_switch_kitchen
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.kukhnia_datchik_gaz
|
||
for:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 2
|
||
above: 1
|
||
below: 30
|
||
conditions: []
|
||
actions:
|
||
- action: automation.turn_off
|
||
metadata: {}
|
||
data:
|
||
stop_actions: true
|
||
target:
|
||
entity_id:
|
||
- automation.provetrivanie_kukhni_vykl
|
||
- automation.provetrivanie_kukhni
|
||
- action: automation.turn_off
|
||
metadata: {}
|
||
data:
|
||
stop_actions: true
|
||
target:
|
||
entity_id: automation.usilennaia_ventiliatsiia_vkl
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.ventilation_kc868_a6_relay_2
|
||
- switch.ventilation_kc868_a6_relay_3
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.ventilation_kc868_a6_relay_1
|
||
mode: single
|
||
- id: '1745947343113'
|
||
alias: Включить 2-ю скорость вентиляции на кухне
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.kukhnia_datchik_gaz
|
||
above: 30
|
||
below: 51
|
||
conditions: []
|
||
actions:
|
||
- action: automation.turn_off
|
||
metadata: {}
|
||
data:
|
||
stop_actions: true
|
||
target:
|
||
entity_id:
|
||
- automation.provetrivanie_kukhni_vykl
|
||
- automation.provetrivanie_kukhni
|
||
- action: automation.turn_off
|
||
metadata: {}
|
||
data:
|
||
stop_actions: true
|
||
target:
|
||
entity_id: automation.usilennaia_ventiliatsiia_vkl
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.ventilation_kc868_a6_relay_1
|
||
- switch.ventilation_kc868_a6_relay_3
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.ventilation_kc868_a6_relay_2
|
||
mode: single
|
||
- id: '1745947895625'
|
||
alias: Выключить 1-юскорость вентиляции на кухне
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.kukhnia_datchik_gaz
|
||
for:
|
||
hours: 0
|
||
minutes: 1
|
||
seconds: 0
|
||
above: -1
|
||
below: 1
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.ventilation_kc868_a6_relay_1
|
||
- switch.ventilation_kc868_a6_relay_2
|
||
- switch.ventilation_kc868_a6_relay_3
|
||
- action: automation.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- automation.provetrivanie_kukhni_vykl
|
||
- automation.provetrivanie_kukhni
|
||
- action: automation.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: automation.usilennaia_ventiliatsiia_vkl
|
||
mode: single
|
||
- id: '1745953093205'
|
||
alias: Включить 3-ю скорость вентиляции кухня
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.kukhnia_datchik_gaz
|
||
for:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 5
|
||
above: 51
|
||
conditions: []
|
||
actions:
|
||
- action: automation.turn_off
|
||
metadata: {}
|
||
data:
|
||
stop_actions: true
|
||
target:
|
||
entity_id:
|
||
- automation.provetrivanie_kukhni_vykl
|
||
- automation.provetrivanie_kukhni
|
||
- action: automation.turn_off
|
||
metadata: {}
|
||
data:
|
||
stop_actions: true
|
||
target:
|
||
entity_id: automation.usilennaia_ventiliatsiia_vkl
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.ventilation_kc868_a6_relay_1
|
||
- switch.ventilation_kc868_a6_relay_2
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.ventilation_kc868_a6_relay_3
|
||
mode: single
|
||
- id: '1749912997155'
|
||
alias: Close_windows
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output1
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- repeat:
|
||
sequence:
|
||
- if:
|
||
- condition: state
|
||
state: 'on'
|
||
entity_id: switch.teplica_a8_a8_output1
|
||
then:
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 10
|
||
milliseconds: 500
|
||
- action: input_number.decrement
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: input_number.schetchik_okon
|
||
while:
|
||
- condition: numeric_state
|
||
entity_id: input_number.schetchik_okon
|
||
above: 0
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output1
|
||
mode: single
|
||
- id: '1749913071010'
|
||
alias: Open_Windows
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output2
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- repeat:
|
||
sequence:
|
||
- if:
|
||
- condition: state
|
||
entity_id: switch.teplica_a8_a8_output2
|
||
state: 'on'
|
||
then:
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 11
|
||
milliseconds: 500
|
||
- action: input_number.increment
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: input_number.schetchik_okon
|
||
while:
|
||
- condition: numeric_state
|
||
entity_id: input_number.schetchik_okon
|
||
below: 100
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output2
|
||
mode: single
|
||
- id: '1749998838216'
|
||
alias: Открыть окна теплицы
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.teplica_a8_ds18b20
|
||
for:
|
||
hours: 0
|
||
minutes: 1
|
||
seconds: 0
|
||
above: 21.1
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output2
|
||
mode: single
|
||
- id: '1749998911896'
|
||
alias: Закрыть окна теплицы
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.teplica_a8_ds18b20
|
||
for:
|
||
hours: 0
|
||
minutes: 1
|
||
seconds: 0
|
||
below: 21
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output1
|
||
mode: single
|
||
- id: '1750523316145'
|
||
alias: count_teplica_closed
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output1
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- repeat:
|
||
sequence:
|
||
- action: mqtt.publish
|
||
data:
|
||
evaluate_payload: false
|
||
qos: '0'
|
||
retain: false
|
||
topic: teplica/count/windows
|
||
payload: '{"status":"Закрывается","total":{{states(''input_number.schetchik_okon'')}}}'
|
||
while:
|
||
- condition: state
|
||
entity_id: switch.teplica_a8_a8_output1
|
||
state: 'on'
|
||
mode: single
|
||
- id: '1750528740768'
|
||
alias: count_teplica_open
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output2
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- repeat:
|
||
sequence:
|
||
- action: mqtt.publish
|
||
data:
|
||
evaluate_payload: false
|
||
qos: '0'
|
||
retain: false
|
||
topic: teplica/count/windows
|
||
payload: '{"status":"Открывается","total":{{states(''input_number.schetchik_okon'')}}}'
|
||
while:
|
||
- condition: state
|
||
entity_id: switch.teplica_a8_a8_output2
|
||
state: 'on'
|
||
mode: single
|
||
- id: '1750531090816'
|
||
alias: status_windows_tep_close
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output1
|
||
from: 'on'
|
||
to: 'off'
|
||
conditions: []
|
||
actions:
|
||
- action: mqtt.publish
|
||
data:
|
||
evaluate_payload: false
|
||
qos: '0'
|
||
retain: false
|
||
topic: teplica/count/windows
|
||
payload: '{"status":"Закрыта","total":{{states(''input_number.schetchik_okon'')}}}'
|
||
- if:
|
||
- condition: state
|
||
entity_id: switch.teplica_a8_a8_output1
|
||
state: 'off'
|
||
for:
|
||
hours: 0
|
||
minutes: 5
|
||
seconds: 0
|
||
then:
|
||
- action: mqtt.publish
|
||
data:
|
||
evaluate_payload: false
|
||
qos: '0'
|
||
retain: false
|
||
topic: teplica/count/windows
|
||
payload: '{"status":"Закрыта","total":{{states(''input_number.schetchik_okon'')}}}'
|
||
mode: single
|
||
- id: '1750531167353'
|
||
alias: status_windows_tep_open
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output2
|
||
from: 'on'
|
||
to: 'off'
|
||
conditions: []
|
||
actions:
|
||
- action: mqtt.publish
|
||
data:
|
||
evaluate_payload: false
|
||
qos: '0'
|
||
retain: false
|
||
topic: teplica/count/windows
|
||
payload: '{"status":"Открыта","total":{{states(''input_number.schetchik_okon'')}}}'
|
||
- if:
|
||
- condition: state
|
||
entity_id: switch.teplica_a8_a8_output2
|
||
state: 'off'
|
||
for:
|
||
hours: 0
|
||
minutes: 5
|
||
seconds: 0
|
||
then:
|
||
- action: mqtt.publish
|
||
data:
|
||
evaluate_payload: false
|
||
qos: '0'
|
||
retain: false
|
||
topic: teplica/count/windows
|
||
payload: '{"status":"Открыта","total":{{states(''input_number.schetchik_okon'')}}}'
|
||
mode: single
|
||
- id: '1750532958529'
|
||
alias: Счетчик окон
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- input_number.schetchik_okon
|
||
to:
|
||
from:
|
||
conditions: []
|
||
actions:
|
||
- action: mqtt.publish
|
||
data:
|
||
evaluate_payload: false
|
||
qos: '0'
|
||
retain: false
|
||
topic: teplica/count/total
|
||
payload: '{{states(''input_number.schetchik_okon'')}}'
|
||
mode: single
|
||
- id: '1751382607118'
|
||
alias: total_kran
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output3
|
||
from: 'off'
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: mqtt.publish
|
||
data:
|
||
evaluate_payload: false
|
||
qos: '0'
|
||
retain: false
|
||
topic: teplica/kran
|
||
payload: '{"status":"Открыт"}'
|
||
mode: single
|
||
- id: '1751382763249'
|
||
alias: total_kran_close
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output4
|
||
from: 'off'
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: mqtt.publish
|
||
data:
|
||
evaluate_payload: false
|
||
qos: '0'
|
||
retain: false
|
||
topic: teplica/kran
|
||
payload: '{"status":"Закрыт"}'
|
||
mode: single
|
||
- id: '1751976782005'
|
||
alias: Автоматическое отключение крана по времени Основной
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output3
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 15
|
||
milliseconds: 0
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output3
|
||
mode: single
|
||
- id: '1751976863151'
|
||
alias: Автоматическое отключение крана по времени Основной-закр
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output4
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 15
|
||
milliseconds: 0
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output4
|
||
mode: single
|
||
- id: '1752222318230'
|
||
alias: Проветривание кухни
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.ventilation_humidity_sht30
|
||
for:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 10
|
||
above: 67
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.ventilation_kc868_a6_relay_1
|
||
mode: single
|
||
- id: '1752225295583'
|
||
alias: Проветривание кухни выкл
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.ventilation_humidity_sht30
|
||
for:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 10
|
||
below: 65
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.ventilation_kc868_a6_relay_1
|
||
mode: single
|
||
- id: '1752423568805'
|
||
alias: teplica_kran_time
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output5
|
||
to: 'on'
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output6
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 15
|
||
milliseconds: 0
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.teplica_a8_a8_output5
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.teplica_a8_a8_output6
|
||
mode: single
|
||
- id: '1752423786437'
|
||
alias: Podval_time
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.kontroller_kocheg_a8_a8_output1
|
||
to: 'on'
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.kontroller_kocheg_a8_a8_output2
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- delay:
|
||
hours: 0
|
||
minutes: 1
|
||
seconds: 30
|
||
milliseconds: 0
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.kontroller_kocheg_a8_a8_output1
|
||
- switch.kontroller_kocheg_a8_a8_output2
|
||
mode: single
|
||
- id: '1753030743486'
|
||
alias: kontroller_podvalOutput1
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.kontroller_kocheg_a8_a8_output1
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.kontroller_kocheg_a8_a8_output2
|
||
mode: single
|
||
- id: '1753030841071'
|
||
alias: kontroller_podvalOutput2
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.kontroller_kocheg_a8_a8_output2
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.kontroller_kocheg_a8_a8_output1
|
||
mode: single
|
||
- id: '1753031293958'
|
||
alias: kontroller_podvalInput1
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- binary_sensor.kontroller_kocheg_a8_a8_input1
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.kontroller_kocheg_a8_a8_output2
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.kontroller_kocheg_a8_a8_output1
|
||
mode: single
|
||
- id: '1753031371359'
|
||
alias: kontroller_podvalInput2
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- binary_sensor.kontroller_kocheg_a8_a8_input2
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.kontroller_kocheg_a8_a8_output1
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.kontroller_kocheg_a8_a8_output2
|
||
mode: single
|
||
- id: '1753032754688'
|
||
alias: kontroller_podval_output1-2_выкл
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- binary_sensor.kontroller_kocheg_a8_a8_input1
|
||
to: 'on'
|
||
for:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 2
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.kontroller_kocheg_a8_a8_output1
|
||
- switch.kontroller_kocheg_a8_a8_output2
|
||
mode: single
|
||
- id: '1753034162182'
|
||
alias: kontroller_podval_output2_выкл
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- binary_sensor.kontroller_kocheg_a8_a8_input2
|
||
for:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 2
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.kontroller_kocheg_a8_a8_output1
|
||
- switch.kontroller_kocheg_a8_a8_output2
|
||
mode: single
|
||
- id: '1753114088358'
|
||
alias: teplica_button_close
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output1
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.teplica_a8_a8_output2
|
||
mode: single
|
||
- id: '1753114171126'
|
||
alias: teplica_button_open
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output2
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.teplica_a8_a8_output1
|
||
mode: single
|
||
- id: '1753114388724'
|
||
alias: teplica_kran_total_button
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output3
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.teplica_a8_a8_output4
|
||
mode: single
|
||
- id: '1753114463971'
|
||
alias: teplica_kran_total_button
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output4
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.teplica_a8_a8_output3
|
||
mode: single
|
||
- id: '1753114525084'
|
||
alias: teplica_kran_poliv_button
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output6
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.teplica_a8_a8_output5
|
||
mode: single
|
||
- id: '1753114707052'
|
||
alias: teplica_kran_poliv_button_open
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output5
|
||
to: 'on'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.teplica_a8_a8_output6
|
||
mode: single
|
||
- id: '1753122791796'
|
||
alias: Automate_poliv
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.teplica_a8_a8s_a1
|
||
for:
|
||
hours: 0
|
||
minutes: 10
|
||
seconds: 0
|
||
below: 20
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output3
|
||
- switch.teplica_a8_a8_output5
|
||
mode: single
|
||
- id: '1753163793014'
|
||
alias: Automate_poliv_close
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.teplica_a8_a8s_a1
|
||
above: 60
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.teplica_a8_a8_output3
|
||
- switch.teplica_a8_a8_output5
|
||
mode: single
|
||
- id: '1753548646462'
|
||
alias: Лето_Включить теплицу
|
||
description: ''
|
||
triggers:
|
||
- trigger: time
|
||
at: input_datetime.leto
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.kontroller_kocheg_a16_output05_teplica
|
||
from: unavailable
|
||
conditions:
|
||
- condition: state
|
||
entity_id: switch.kontroller_kocheg_a16_output05_teplica
|
||
state: 'off'
|
||
actions:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.kontroller_kocheg_a16_output05_teplica
|
||
mode: single
|
||
- id: '1753548797719'
|
||
alias: Перезагрузка включить теплицу
|
||
description: ''
|
||
triggers:
|
||
- trigger: homeassistant
|
||
event: start
|
||
conditions:
|
||
- condition: time
|
||
after: input_datetime.leto
|
||
before: input_datetime.osen
|
||
actions:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.kontroller_kocheg_a16_output05_teplica
|
||
mode: single
|
||
- id: '1753548933558'
|
||
alias: Выключить теплицу осенью
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.kontroller_kocheg_a16_output05_teplica
|
||
to: 'on'
|
||
- trigger: time
|
||
at: input_datetime.osen
|
||
enabled: false
|
||
conditions:
|
||
- condition: time
|
||
before: input_datetime.leto
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.kontroller_kocheg_a16_output05_teplica
|
||
enabled: true
|
||
mode: single
|
||
- id: '1753708281755'
|
||
alias: Boiler_ON_TIME
|
||
description: ''
|
||
triggers:
|
||
- trigger: time
|
||
at: 06:05:00
|
||
- trigger: time
|
||
at: '18:30:00'
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.kontroller_kocheg_a16_output01_podval_boiler
|
||
mode: single
|
||
- id: '1753708451296'
|
||
alias: Boiler_OFF_TIME
|
||
description: ''
|
||
triggers:
|
||
- trigger: time
|
||
at: '22:40:00'
|
||
- trigger: time
|
||
at: 08:00:00
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.kontroller_kocheg_a16_output01_podval_boiler
|
||
mode: single
|
||
- id: '1755280139019'
|
||
alias: Перезапуск газового датчика кухня
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- sensor.gas_kitchen_wemos_wemos_d1_mini_gas_sensor
|
||
to: unavailable
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.ventilation_kc868_a6_relay_4
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 5
|
||
milliseconds: 0
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.ventilation_kc868_a6_relay_4
|
||
mode: single
|
||
- id: '1755289517307'
|
||
alias: Включить чайник по климату
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- climate.chainik
|
||
to: heat
|
||
for:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 5
|
||
conditions: []
|
||
actions:
|
||
- repeat:
|
||
count: 4
|
||
sequence:
|
||
- if:
|
||
- condition: state
|
||
entity_id: switch.chainik
|
||
state: 'off'
|
||
then:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.chainik
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 5
|
||
milliseconds: 0
|
||
mode: single
|
||
- id: '1756656301986'
|
||
alias: Пооверка насоса отопления
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- switch.kontroller_kocheg_a16_output02_podval_nasos
|
||
from: unavailable
|
||
to:
|
||
conditions: []
|
||
actions:
|
||
- if:
|
||
- condition: state
|
||
entity_id: binary_sensor.kontroller_kocheg_a16_input9_nasos
|
||
state: 'on'
|
||
then:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.kontroller_kocheg_a16_output02_podval_nasos
|
||
else:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.kontroller_kocheg_a16_output02_podval_nasos
|
||
mode: single
|
||
- id: '1757436227481'
|
||
alias: Усиленная вентиляция вкл
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.ventilation_humidity_sht30
|
||
above: 71
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.ventilation_kc868_a6_relay_1
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.ventilation_kc868_a6_relay_2
|
||
mode: single
|
||
- id: '1757436308834'
|
||
alias: Усиленная вентиляция выкл
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.ventilation_humidity_sht30
|
||
below: 70
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.ventilation_kc868_a6_relay_2
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.ventilation_kc868_a6_relay_1
|
||
mode: single
|
||
- id: '1758824869202'
|
||
alias: Включить осушитель
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.humidity_koridor
|
||
above: 66
|
||
for:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 10
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.dehumidifier
|
||
mode: single
|
||
- id: '1758824994826'
|
||
alias: Выключить осушитель
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.humidity_koridor
|
||
below: 60
|
||
for:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 10
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: switch.dehumidifier
|
||
mode: single
|
||
- id: '1759595028208'
|
||
alias: kocheg_warning_gas
|
||
description: ''
|
||
triggers:
|
||
- trigger: numeric_state
|
||
entity_id:
|
||
- sensor.gas_sensor_kocheg2
|
||
for:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 3
|
||
above: 50
|
||
conditions: []
|
||
actions:
|
||
- action: switch.turn_off
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.kontroller_kocheg_a8_open_gas
|
||
- switch.kontroller_kocheg_a16_output02_podval_nasos
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.gas_kocheg_kran_off
|
||
- action: media_player.volume_set
|
||
metadata: {}
|
||
data:
|
||
volume_level: 1
|
||
enabled: true
|
||
target:
|
||
entity_id: media_player.yandex_station_m004b43101cycg
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 2
|
||
milliseconds: 0
|
||
- repeat:
|
||
sequence:
|
||
- action: media_player.play_media
|
||
metadata:
|
||
title: Внимание!!! Утечка газа в кочегарке!
|
||
thumbnail: https://brands.home-assistant.io/_/tts/icon.png
|
||
media_class: app
|
||
children_media_class:
|
||
navigateIds:
|
||
- {}
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%92%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D0%B5%21%21%21+%D0%A3%D1%82%D0%B5%D1%87%D0%BA%D0%B0+%D0%B3%D0%B0%D0%B7%D0%B0+%D0%B2+%D0%BA%D0%BE%D1%87%D0%B5%D0%B3%D0%B0%D1%80%D0%BA%D0%B5%21
|
||
data:
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%92%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D0%B5%21%21%21+%D0%A3%D1%82%D0%B5%D1%87%D0%BA%D0%B0+%D0%B3%D0%B0%D0%B7%D0%B0+%D0%B2+%D0%BA%D0%BE%D1%87%D0%B5%D0%B3%D0%B0%D1%80%D0%BA%D0%B5%21
|
||
media_content_type: app
|
||
target:
|
||
entity_id: media_player.yandex_station_m004b43101cycg
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 10
|
||
milliseconds: 0
|
||
while:
|
||
- condition: numeric_state
|
||
entity_id: sensor.gas_sensor_kocheg2
|
||
above: 10
|
||
- repeat:
|
||
count: 10
|
||
sequence:
|
||
- action: media_player.play_media
|
||
metadata:
|
||
title: Утечка газа в кочегарке устранена!Газовый Кран котла перекрыт!Отопление
|
||
выключено!Проверьте состояние!
|
||
thumbnail: https://brands.home-assistant.io/_/tts/icon.png
|
||
media_class: app
|
||
children_media_class:
|
||
navigateIds:
|
||
- {}
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%92%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D0%B5%21%21%21+%D0%A3%D1%82%D0%B5%D1%87%D0%BA%D0%B0+%D0%B3%D0%B0%D0%B7%D0%B0+%D0%B2+%D0%BA%D0%BE%D1%87%D0%B5%D0%B3%D0%B0%D1%80%D0%BA%D0%B5%21
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%A3%D1%82%D0%B5%D1%87%D0%BA%D0%B0+%D0%B3%D0%B0%D0%B7%D0%B0+%D0%B2+%D0%BA%D0%BE%D1%87%D0%B5%D0%B3%D0%B0%D1%80%D0%BA%D0%B5+%D1%83%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B5%D0%BD%D0%B0%21
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%A3%D1%82%D0%B5%D1%87%D0%BA%D0%B0+%D0%B3%D0%B0%D0%B7%D0%B0+%D0%B2+%D0%BA%D0%BE%D1%87%D0%B5%D0%B3%D0%B0%D1%80%D0%BA%D0%B5+%D1%83%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B5%D0%BD%D0%B0%21%D0%93%D0%B0%D0%B7%D0%BE%D0%B2%D1%8B%D0%B9+%D0%9A%D1%80%D0%B0%D0%BD+%D0%BA%D0%BE%D1%82%D0%BB%D0%B0+%D0%BF%D0%B5%D1%80%D0%B5%D0%BA%D1%80%D1%8B%D1%82%21%D0%9E%D1%82%D0%BE%D0%BF%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5+%D0%B2%D1%8B%D0%BA%D0%BB%D1%8E%D1%87%D0%B5%D0%BD%D0%BE%21
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%A3%D1%82%D0%B5%D1%87%D0%BA%D0%B0+%D0%B3%D0%B0%D0%B7%D0%B0+%D0%B2+%D0%BA%D0%BE%D1%87%D0%B5%D0%B3%D0%B0%D1%80%D0%BA%D0%B5+%D1%83%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B5%D0%BD%D0%B0%21%D0%93%D0%B0%D0%B7%D0%BE%D0%B2%D1%8B%D0%B9+%D0%9A%D1%80%D0%B0%D0%BD+%D0%BA%D0%BE%D1%82%D0%BB%D0%B0+%D0%BF%D0%B5%D1%80%D0%B5%D0%BA%D1%80%D1%8B%D1%82%21%D0%9E%D1%82%D0%BE%D0%BF%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5+%D0%B2%D1%8B%D0%BA%D0%BB%D1%8E%D1%87%D0%B5%D0%BD%D0%BE%21%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D1%8C%D1%82%D0%B5+%D1%81%D0%BE%D1%81%D1%82%D0%BE%D1%8F%D0%BD%D0%B8%D0%B5+%D0%B2+%D0%BA%D0%BE%D1%87%D0%B5%D0%B3%D0%B0%D1%80%D0%BA%D0%B5+%D0%B3%D0%B0%D0%B7%D0%BE%D0%B2%D1%8B%D1%85+%D1%82%D1%80%D1%83%D0%B1+%D0%B8+%D1%88%D0%BB%D0%B0%D0%BD%D0%B3%D0%BE%D0%B2%21+
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%A3%D1%82%D0%B5%D1%87%D0%BA%D0%B0+%D0%B3%D0%B0%D0%B7%D0%B0+%D0%B2+%D0%BA%D0%BE%D1%87%D0%B5%D0%B3%D0%B0%D1%80%D0%BA%D0%B5+%D1%83%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B5%D0%BD%D0%B0%21%D0%93%D0%B0%D0%B7%D0%BE%D0%B2%D1%8B%D0%B9+%D0%9A%D1%80%D0%B0%D0%BD+%D0%BA%D0%BE%D1%82%D0%BB%D0%B0+%D0%BF%D0%B5%D1%80%D0%B5%D0%BA%D1%80%D1%8B%D1%82%21%D0%9E%D1%82%D0%BE%D0%BF%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5+%D0%B2%D1%8B%D0%BA%D0%BB%D1%8E%D1%87%D0%B5%D0%BD%D0%BE%21%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D1%8C%D1%82%D0%B5+%D1%81%D0%BE%D1%81%D1%82%D0%BE%D1%8F%D0%BD%D0%B8%D0%B5+%D0%B2+%D0%BA%D0%BE%D1%87%D0%B5%D0%B3%D0%B0%D1%80%D0%BA%D0%B5+%D0%B3%D0%B0%D0%B7%D0%BE%D0%B2%D1%8B%D1%85+%D1%82%D1%80%D1%83%D0%B1+%D0%B8+%D1%88%D0%BB%D0%B0%D0%BD%D0%B3%D0%BE%D0%B2%21+
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%A3%D1%82%D0%B5%D1%87%D0%BA%D0%B0+%D0%B3%D0%B0%D0%B7%D0%B0+%D0%B2+%D0%BA%D0%BE%D1%87%D0%B5%D0%B3%D0%B0%D1%80%D0%BA%D0%B5+%D1%83%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B5%D0%BD%D0%B0%21%D0%93%D0%B0%D0%B7%D0%BE%D0%B2%D1%8B%D0%B9+%D0%9A%D1%80%D0%B0%D0%BD+%D0%BA%D0%BE%D1%82%D0%BB%D0%B0+%D0%BF%D0%B5%D1%80%D0%B5%D0%BA%D1%80%D1%8B%D1%82%21%D0%9E%D1%82%D0%BE%D0%BF%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5+%D0%B2%D1%8B%D0%BA%D0%BB%D1%8E%D1%87%D0%B5%D0%BD%D0%BE%21%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D1%8C%D1%82%D0%B5+%D1%81%D0%BE%D1%81%D1%82%D0%BE%D1%8F%D0%BD%D0%B8%D0%B5%21
|
||
data:
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%A3%D1%82%D0%B5%D1%87%D0%BA%D0%B0+%D0%B3%D0%B0%D0%B7%D0%B0+%D0%B2+%D0%BA%D0%BE%D1%87%D0%B5%D0%B3%D0%B0%D1%80%D0%BA%D0%B5+%D1%83%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B5%D0%BD%D0%B0%21%D0%93%D0%B0%D0%B7%D0%BE%D0%B2%D1%8B%D0%B9+%D0%9A%D1%80%D0%B0%D0%BD+%D0%BA%D0%BE%D1%82%D0%BB%D0%B0+%D0%BF%D0%B5%D1%80%D0%B5%D0%BA%D1%80%D1%8B%D1%82%21%D0%9E%D1%82%D0%BE%D0%BF%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5+%D0%B2%D1%8B%D0%BA%D0%BB%D1%8E%D1%87%D0%B5%D0%BD%D0%BE%21%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D1%8C%D1%82%D0%B5+%D1%81%D0%BE%D1%81%D1%82%D0%BE%D1%8F%D0%BD%D0%B8%D0%B5%21
|
||
media_content_type: app
|
||
target:
|
||
entity_id: media_player.yandex_station_m004b43101cycg
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 10
|
||
milliseconds: 0
|
||
- action: media_player.volume_set
|
||
metadata: {}
|
||
data:
|
||
volume_level: 0.6
|
||
target:
|
||
entity_id: media_player.yandex_station_m004b43101cycg
|
||
mode: single
|
||
- id: '1760979856217'
|
||
alias: Напоминиание сон
|
||
description: ''
|
||
triggers:
|
||
- trigger: time
|
||
at: '22:05:00'
|
||
conditions: []
|
||
actions:
|
||
- action: media_player.volume_set
|
||
metadata: {}
|
||
data:
|
||
volume_level: 1
|
||
target:
|
||
entity_id: media_player.yandex_station_m004b43101cycg
|
||
- repeat:
|
||
count: 3
|
||
sequence:
|
||
- action: media_player.play_media
|
||
metadata:
|
||
title: 'Внимание!Всем приготовиться ко сну!
|
||
|
||
Маша, чисти зубки,Мирошка телефон на комод и корми Чару'
|
||
thumbnail: https://brands.home-assistant.io/_/tts/icon.png
|
||
media_class: app
|
||
children_media_class:
|
||
navigateIds:
|
||
- {}
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%92%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D0%B5+%2C+%D0%B2%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D0%B5%21%21%21%0A%D0%92%D1%81%D0%B5%D0%BC+%D0%BF%D1%80%D0%B8%D0%B3%D0%BE%D1%82%D0%BE%D0%B2%D0%B8%D1%82%D1%8C%D1%81%D1%8F+%D0%BA%D0%BE+%D1%81%D0%BD%D1%83%21%21%21%21%0A%D0%9C%D0%B0%D1%88%D0%B0%2C+%D1%87%D0%B8%D1%81%D1%82%D0%B8+%D0%B7%D1%83%D0%B1%D0%BA%D0%B8%21+%0A%D0%9C%D0%B8%D1%80%D0%BE%D1%88%D0%BA%D0%B0%2C+%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD+%D0%BD%D0%B0+%D0%BA%D0%BE%D0%BC%D0%BE%D0%B4%2C+%D0%BA%D0%BE%D1%80%D0%BC%D0%B8%D1%82%D1%8C+%D0%A7%D0%B0%D1%80%D1%83+%D0%B8+%D1%87%D0%B8%D1%81%D1%82%D0%B8%D1%82%D1%8C+%D0%B7%D1%83%D0%B1%D1%8B%21%21%21
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%92%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D0%B5%21%D0%92%D1%81%D0%B5%D0%BC+%D0%BF%D1%80%D0%B8%D0%B3%D0%BE%D1%82%D0%BE%D0%B2%D0%B8%D1%82%D1%8C%D1%81%D1%8F+%D0%BA%D0%BE+%D1%81%D0%BD%D1%83%21%0A%D0%9C%D0%B0%D1%88%D0%B0%2C+%D1%87%D0%B8%D1%81%D1%82%D0%B8+%D0%B7%D1%83%D0%B1%D0%BA%D0%B8%2C%D0%9C%D0%B8%D1%80%D0%BE%D1%88%D0%BA%D0%B0%2C+%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD+%D0%BD%D0%B0+%D0%BA%D0%BE%D0%BC%D0%BE%D0%B4%2C+%D0%BA%D0%BE%D1%80%D0%BC%D0%B8%D1%82%D1%8C+%D0%A7%D0%B0%D1%80%D1%83+%D0%B8+%D1%87%D0%B8%D1%81%D1%82%D0%B8%D1%82%D1%8C+%D0%B7%D1%83%D0%B1%D1%8B%21%21%21
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%92%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D0%B5%21%D0%92%D1%81%D0%B5%D0%BC+%D0%BF%D1%80%D0%B8%D0%B3%D0%BE%D1%82%D0%BE%D0%B2%D0%B8%D1%82%D1%8C%D1%81%D1%8F+%D0%BA%D0%BE+%D1%81%D0%BD%D1%83%21%0A%D0%9C%D0%B0%D1%88%D0%B0%2C+%D1%87%D0%B8%D1%81%D1%82%D0%B8+%D0%B7%D1%83%D0%B1%D0%BA%D0%B8%2C%D0%9C%D0%B8%D1%80%D0%BE%D1%88%D0%BA%D0%B0+%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD+%D0%BD%D0%B0+%D0%BA%D0%BE%D0%BC%D0%BE%D0%B4+%D0%BA%D0%BE%D1%80%D0%BC%D0%B8%D1%82%D1%8C+%D0%A7%D0%B0%D1%80%D1%83+%D1%87%D0%B8%D1%81%D1%82%D0%B8%D1%82%D1%8C+%D0%B7%D1%83%D0%B1%D1%8B%21%21%21
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%92%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D0%B5%21%D0%92%D1%81%D0%B5%D0%BC+%D0%BF%D1%80%D0%B8%D0%B3%D0%BE%D1%82%D0%BE%D0%B2%D0%B8%D1%82%D1%8C%D1%81%D1%8F+%D0%BA%D0%BE+%D1%81%D0%BD%D1%83%21%0A%D0%9C%D0%B0%D1%88%D0%B0%2C+%D1%87%D0%B8%D1%81%D1%82%D0%B8+%D0%B7%D1%83%D0%B1%D0%BA%D0%B8%2C%D0%9C%D0%B8%D1%80%D0%BE%D1%88%D0%BA%D0%B0+%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD+%D0%BD%D0%B0+%D0%BA%D0%BE%D0%BC%D0%BE%D0%B4+%D0%BA%D0%BE%D1%80%D0%BC%D0%B8%D1%82%D1%8C+%D0%A7%D0%B0%D1%80%D1%83
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%92%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D0%B5%21%D0%92%D1%81%D0%B5%D0%BC+%D0%BF%D1%80%D0%B8%D0%B3%D0%BE%D1%82%D0%BE%D0%B2%D0%B8%D1%82%D1%8C%D1%81%D1%8F+%D0%BA%D0%BE+%D1%81%D0%BD%D1%83%21%0A%D0%9C%D0%B0%D1%88%D0%B0%2C+%D1%87%D0%B8%D1%81%D1%82%D0%B8+%D0%B7%D1%83%D0%B1%D0%BA%D0%B8%2C%D0%9C%D0%B8%D1%80%D0%BE%D1%88%D0%BA%D0%B0+%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD+%D0%BD%D0%B0+%D0%BA%D0%BE%D0%BC%D0%BE%D0%B4%2C+%D0%BA%D0%BE%D1%80%D0%BC%D0%B8%D1%82%D1%8C+%D0%A7%D0%B0%D1%80%D1%83
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%92%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D0%B5%21%D0%92%D1%81%D0%B5%D0%BC+%D0%BF%D1%80%D0%B8%D0%B3%D0%BE%D1%82%D0%BE%D0%B2%D0%B8%D1%82%D1%8C%D1%81%D1%8F+%D0%BA%D0%BE+%D1%81%D0%BD%D1%83%21%0A%D0%9C%D0%B0%D1%88%D0%B0%2C+%D1%87%D0%B8%D1%81%D1%82%D0%B8+%D0%B7%D1%83%D0%B1%D0%BA%D0%B8%2C%D0%9C%D0%B8%D1%80%D0%BE%D1%88%D0%BA%D0%B0+%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD+%D0%BD%D0%B0+%D0%BA%D0%BE%D0%BC%D0%BE%D0%B4+%D0%B8+%D0%BA%D0%BE%D1%80%D0%BC%D0%B8+%D0%A7%D0%B0%D1%80%D1%83
|
||
data:
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%92%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D0%B5%21%D0%92%D1%81%D0%B5%D0%BC+%D0%BF%D1%80%D0%B8%D0%B3%D0%BE%D1%82%D0%BE%D0%B2%D0%B8%D1%82%D1%8C%D1%81%D1%8F+%D0%BA%D0%BE+%D1%81%D0%BD%D1%83%21%0A%D0%9C%D0%B0%D1%88%D0%B0%2C+%D1%87%D0%B8%D1%81%D1%82%D0%B8+%D0%B7%D1%83%D0%B1%D0%BA%D0%B8%2C%D0%9C%D0%B8%D1%80%D0%BE%D1%88%D0%BA%D0%B0+%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD+%D0%BD%D0%B0+%D0%BA%D0%BE%D0%BC%D0%BE%D0%B4+%D0%B8+%D0%BA%D0%BE%D1%80%D0%BC%D0%B8+%D0%A7%D0%B0%D1%80%D1%83
|
||
media_content_type: app
|
||
target:
|
||
entity_id: media_player.yandex_station_m004b43101cycg
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 10
|
||
milliseconds: 0
|
||
- action: media_player.volume_set
|
||
metadata: {}
|
||
data:
|
||
volume_level: 0.7
|
||
target:
|
||
entity_id: media_player.yandex_station_m004b43101cycg
|
||
mode: single
|
||
- id: '1760981032549'
|
||
alias: Подьем
|
||
description: ''
|
||
triggers:
|
||
- trigger: time
|
||
at: 06:45:00
|
||
conditions:
|
||
- condition: time
|
||
weekday:
|
||
- mon
|
||
- tue
|
||
- wed
|
||
- thu
|
||
- fri
|
||
actions:
|
||
- action: media_player.volume_set
|
||
metadata: {}
|
||
data:
|
||
volume_level: 1
|
||
target:
|
||
entity_id: media_player.yandex_station_m004b43101cycg
|
||
- repeat:
|
||
count: 3
|
||
sequence:
|
||
- action: media_player.play_media
|
||
metadata:
|
||
title: 'Внимание!Всем подъём!
|
||
|
||
Пора на работу, в садик, школу!!!'
|
||
thumbnail: https://brands.home-assistant.io/_/tts/icon.png
|
||
media_class: app
|
||
children_media_class:
|
||
navigateIds:
|
||
- {}
|
||
- media_content_type: app
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%92%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D0%B5%21%D0%92%D1%81%D0%B5%D0%BC+%D0%BF%D0%BE%D0%B4%D1%8A%D1%91%D0%BC%21%0A%D0%9F%D0%BE%D1%80%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D1%83%2C+%D0%B2+%D1%81%D0%B0%D0%B4%D0%B8%D0%BA%2C+%D1%88%D0%BA%D0%BE%D0%BB%D1%83%21%21%21
|
||
data:
|
||
media_content_id: media-source://tts/747970653d74657874?message=%D0%92%D0%BD%D0%B8%D0%BC%D0%B0%D0%BD%D0%B8%D0%B5%21%D0%92%D1%81%D0%B5%D0%BC+%D0%BF%D0%BE%D0%B4%D1%8A%D1%91%D0%BC%21%0A%D0%9F%D0%BE%D1%80%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D1%83%2C+%D0%B2+%D1%81%D0%B0%D0%B4%D0%B8%D0%BA%2C+%D1%88%D0%BA%D0%BE%D0%BB%D1%83%21%21%21
|
||
media_content_type: app
|
||
target:
|
||
entity_id: media_player.yandex_station_m004b43101cycg
|
||
- delay:
|
||
hours: 0
|
||
minutes: 0
|
||
seconds: 5
|
||
milliseconds: 0
|
||
- action: media_player.volume_set
|
||
metadata: {}
|
||
data:
|
||
volume_level: 0.8
|
||
target:
|
||
entity_id: media_player.yandex_station_m004b43101cycg
|
||
- action: switch.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id:
|
||
- switch.svet_v_kabinete
|
||
- switch.svet_miron
|
||
- switch.svet_masha
|
||
mode: single
|
||
- id: '1764873412874'
|
||
alias: Кнопка будильника
|
||
description: ''
|
||
triggers:
|
||
- trigger: state
|
||
entity_id:
|
||
- input_button.budilnik
|
||
conditions: []
|
||
actions:
|
||
- if:
|
||
- condition: state
|
||
entity_id: automation.podem
|
||
state: 'on'
|
||
then:
|
||
- action: automation.turn_off
|
||
metadata: {}
|
||
data:
|
||
stop_actions: true
|
||
target:
|
||
entity_id: automation.podem
|
||
else:
|
||
- action: automation.turn_on
|
||
metadata: {}
|
||
data: {}
|
||
target:
|
||
entity_id: automation.podem
|
||
mode: single
|