homeassistant
This commit is contained in:
886
automations.yaml
Normal file
886
automations.yaml
Normal file
@@ -0,0 +1,886 @@
|
|||||||
|
- id: '1742834195084'
|
||||||
|
alias: Проверка окон
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: homeassistant
|
||||||
|
event: start
|
||||||
|
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: '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:
|
||||||
|
- binary_sensor.192_168_88_21
|
||||||
|
from: 'on'
|
||||||
|
to:
|
||||||
|
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: 41
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- 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: 41
|
||||||
|
below: 110
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- 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
|
||||||
|
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: 110
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- if:
|
||||||
|
- condition: numeric_state
|
||||||
|
entity_id: sensor.gas_kitchen
|
||||||
|
above: 110
|
||||||
|
- condition: or
|
||||||
|
conditions:
|
||||||
|
- condition: numeric_state
|
||||||
|
entity_id: sensor.kukhnia_datchik_gaz
|
||||||
|
above: 110
|
||||||
|
- condition: and
|
||||||
|
conditions:
|
||||||
|
- type: is_connected
|
||||||
|
condition: device
|
||||||
|
device_id: 37a74ef6d3e9c0850b2db6b78d6c405c
|
||||||
|
entity_id: 7ca2b1da5cef85ab9134d6a21bed9e5a
|
||||||
|
domain: binary_sensor
|
||||||
|
then:
|
||||||
|
- 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_windows_open
|
||||||
|
to: 'on'
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- repeat:
|
||||||
|
sequence:
|
||||||
|
- if:
|
||||||
|
- condition: state
|
||||||
|
entity_id: switch.teplica_windows_open
|
||||||
|
state: 'on'
|
||||||
|
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_windows_open
|
||||||
|
mode: single
|
||||||
|
- id: '1749913071010'
|
||||||
|
alias: Open_Windows
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: state
|
||||||
|
entity_id:
|
||||||
|
- switch.teplica_windows_close
|
||||||
|
to: 'on'
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- repeat:
|
||||||
|
sequence:
|
||||||
|
- if:
|
||||||
|
- condition: state
|
||||||
|
entity_id: switch.teplica_windows_close
|
||||||
|
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_windows_close
|
||||||
|
mode: single
|
||||||
|
- id: '1749998838216'
|
||||||
|
alias: Открыть окна теплицы
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: numeric_state
|
||||||
|
entity_id:
|
||||||
|
- sensor.temperature_teplica
|
||||||
|
for:
|
||||||
|
hours: 0
|
||||||
|
minutes: 1
|
||||||
|
seconds: 0
|
||||||
|
above: 21.1
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- action: switch.turn_on
|
||||||
|
metadata: {}
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: switch.teplica_windows_close
|
||||||
|
mode: single
|
||||||
|
- id: '1749998911896'
|
||||||
|
alias: Закрыть окна теплицы
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: numeric_state
|
||||||
|
entity_id:
|
||||||
|
- sensor.temperature_teplica
|
||||||
|
for:
|
||||||
|
hours: 0
|
||||||
|
minutes: 1
|
||||||
|
seconds: 0
|
||||||
|
below: 21
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- action: switch.turn_on
|
||||||
|
metadata: {}
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: switch.teplica_windows_open
|
||||||
|
mode: single
|
||||||
|
- id: '1750523316145'
|
||||||
|
alias: count_teplica_closed
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: state
|
||||||
|
entity_id:
|
||||||
|
- switch.teplica_windows_open
|
||||||
|
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_windows_open
|
||||||
|
state: 'on'
|
||||||
|
mode: single
|
||||||
|
- id: '1750528740768'
|
||||||
|
alias: count_teplica_open
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: state
|
||||||
|
entity_id:
|
||||||
|
- switch.teplica_windows_close
|
||||||
|
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_windows_close
|
||||||
|
state: 'on'
|
||||||
|
mode: single
|
||||||
|
- id: '1750531090816'
|
||||||
|
alias: status_windows_tep_close
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: state
|
||||||
|
entity_id:
|
||||||
|
- switch.teplica_windows_open
|
||||||
|
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_windows_open
|
||||||
|
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_windows_close
|
||||||
|
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_windows_close
|
||||||
|
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_kran_vhod
|
||||||
|
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_kran_vhod_close
|
||||||
|
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_kran_vhod
|
||||||
|
to: 'on'
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- delay:
|
||||||
|
hours: 0
|
||||||
|
minutes: 0
|
||||||
|
seconds: 15
|
||||||
|
milliseconds: 0
|
||||||
|
- action: switch.turn_off
|
||||||
|
metadata: {}
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: switch.teplica_kran_vhod
|
||||||
|
mode: single
|
||||||
|
- id: '1751976863151'
|
||||||
|
alias: Автоматическое отключение крана по времени Основной-закр
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: state
|
||||||
|
entity_id:
|
||||||
|
- switch.teplica_kran_vhod_close
|
||||||
|
to: 'on'
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- delay:
|
||||||
|
hours: 0
|
||||||
|
minutes: 0
|
||||||
|
seconds: 15
|
||||||
|
milliseconds: 0
|
||||||
|
- action: switch.turn_off
|
||||||
|
metadata: {}
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: switch.teplica_kran_vhod_close
|
||||||
|
mode: single
|
||||||
|
- id: '1752169527747'
|
||||||
|
alias: on_in1
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: state
|
||||||
|
entity_id:
|
||||||
|
- binary_sensor.ventilation_kc868_a6_in_1
|
||||||
|
to: 'on'
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- 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: '1752169660219'
|
||||||
|
alias: on_in2
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: state
|
||||||
|
entity_id:
|
||||||
|
- binary_sensor.ventilation_kc868_a6_in_2
|
||||||
|
to: 'on'
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- 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: '1752170072527'
|
||||||
|
alias: off_in1-2
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- type: turned_off
|
||||||
|
device_id: 7fa16ba4d96ed5604cfe5008b572112b
|
||||||
|
entity_id: 6934ee418768105f596a4d88f85efc21
|
||||||
|
domain: binary_sensor
|
||||||
|
trigger: device
|
||||||
|
- type: turned_off
|
||||||
|
device_id: 7fa16ba4d96ed5604cfe5008b572112b
|
||||||
|
entity_id: ea61a9ea5a0bae84c5fd4852b4e325bb
|
||||||
|
domain: binary_sensor
|
||||||
|
trigger: device
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- action: switch.turn_off
|
||||||
|
metadata: {}
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id:
|
||||||
|
- switch.ventilation_kc868_a6_relay_1
|
||||||
|
- switch.ventilation_kc868_a6_relay_2
|
||||||
|
mode: single
|
||||||
|
- id: '1752222318230'
|
||||||
|
alias: Проветривание кухни
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: numeric_state
|
||||||
|
entity_id:
|
||||||
|
- sensor.ventilation_humidity_sht30
|
||||||
|
for:
|
||||||
|
hours: 0
|
||||||
|
minutes: 0
|
||||||
|
seconds: 10
|
||||||
|
above: 55
|
||||||
|
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: 55
|
||||||
|
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_kran_vhod_2
|
||||||
|
to: 'on'
|
||||||
|
- trigger: state
|
||||||
|
entity_id:
|
||||||
|
- switch.teplica_kran_close
|
||||||
|
to: 'on'
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- delay:
|
||||||
|
hours: 0
|
||||||
|
minutes: 0
|
||||||
|
seconds: 15
|
||||||
|
milliseconds: 0
|
||||||
|
- action: switch.turn_off
|
||||||
|
metadata: {}
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: switch.teplica_kran_vhod_2
|
||||||
|
- action: switch.turn_off
|
||||||
|
metadata: {}
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: switch.teplica_kran_close
|
||||||
|
mode: single
|
||||||
|
- id: '1752423786437'
|
||||||
|
alias: Podval_time
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: state
|
||||||
|
entity_id:
|
||||||
|
- switch.podval_close
|
||||||
|
to: 'on'
|
||||||
|
- trigger: state
|
||||||
|
entity_id:
|
||||||
|
- switch.podval_open
|
||||||
|
to: 'on'
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- delay:
|
||||||
|
hours: 0
|
||||||
|
minutes: 1
|
||||||
|
seconds: 30
|
||||||
|
milliseconds: 0
|
||||||
|
- action: switch.turn_off
|
||||||
|
metadata: {}
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id:
|
||||||
|
- switch.podval_close
|
||||||
|
- switch.podval_open
|
||||||
|
mode: single
|
||||||
32
configuration.yaml
Normal file
32
configuration.yaml
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
# Example configuration.yaml entry
|
||||||
|
default_config:
|
||||||
|
|
||||||
|
python_script:
|
||||||
|
|
||||||
|
logger:
|
||||||
|
default: info
|
||||||
|
|
||||||
|
# Load frontend themes from the themes folder
|
||||||
|
frontend:
|
||||||
|
themes: !include_dir_merge_named themes
|
||||||
|
|
||||||
|
|
||||||
|
automation: !include automations.yaml
|
||||||
|
script: !include scripts.yaml
|
||||||
|
scene: !include scenes.yaml
|
||||||
|
mqtt: !include mqtt.yaml
|
||||||
|
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
media_player:
|
||||||
|
- platform: "vlc"
|
||||||
|
|
||||||
|
recorder:
|
||||||
|
db_url: !secret postgresdb # параметры подключения к БД
|
||||||
|
db_max_retries: 30 # Количество попыток подключения регистратора к БД
|
||||||
|
db_retry_wait: 10 # Время (сек) ожидания подключения к БД
|
||||||
|
auto_purge: false # Автоматическая еженочная очистка БД в 04:12
|
||||||
|
auto_repack: false # Автоматически переупаковывайте БД каждое воскресенье
|
||||||
|
purge_keep_days: 365 # Срок (дней) хранения истории после очистки
|
||||||
|
commit_interval: 5 # Частота (сек) фиксации события и изменения состояния в БД
|
||||||
|
|
||||||
|
|
||||||
6
go2rtc.yaml
Normal file
6
go2rtc.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
api:
|
||||||
|
password: cimpson0V
|
||||||
|
username: silver
|
||||||
|
rtsp:
|
||||||
|
password: cimpson0V
|
||||||
|
username: silver
|
||||||
151572
home-assistant.log
Normal file
151572
home-assistant.log
Normal file
File diff suppressed because it is too large
Load Diff
476
home-assistant.log.1
Normal file
476
home-assistant.log.1
Normal file
@@ -0,0 +1,476 @@
|
|||||||
|
2025-07-14 04:33:57.251 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration yandex_smart_home which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
|
||||||
|
2025-07-14 04:33:57.251 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration yandex_station which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
|
||||||
|
2025-07-14 04:33:57.252 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
|
||||||
|
2025-07-14 04:33:57.252 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration deepstack_face which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
|
||||||
|
2025-07-14 04:33:57.253 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration deepstack_object which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
|
||||||
|
2025-07-14 04:33:57.253 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration ttlock which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
|
||||||
|
2025-07-14 04:33:57.253 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration localtuya which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
|
||||||
|
2025-07-14 04:33:58.096 WARNING (MainThread) [aiohttp_fast_zlib] zlib_ng and isal are not available, falling back to zlib, performance will be degraded.
|
||||||
|
2025-07-14 04:33:58.253 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.16 seconds
|
||||||
|
2025-07-14 04:33:58.253 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.16 seconds
|
||||||
|
2025-07-14 04:33:58.253 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.16 seconds
|
||||||
|
2025-07-14 04:33:58.254 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
|
||||||
|
2025-07-14 04:33:58.254 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.254 INFO (MainThread) [homeassistant.setup] Setting up network
|
||||||
|
2025-07-14 04:33:58.255 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.255 INFO (MainThread) [homeassistant.bootstrap] Setting up frontend: {'frontend'}
|
||||||
|
2025-07-14 04:33:58.255 INFO (MainThread) [homeassistant.setup] Setting up api
|
||||||
|
2025-07-14 04:33:58.256 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.256 INFO (MainThread) [homeassistant.setup] Setting up auth
|
||||||
|
2025-07-14 04:33:58.257 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.257 INFO (MainThread) [homeassistant.setup] Setting up config
|
||||||
|
2025-07-14 04:33:58.259 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.259 INFO (MainThread) [homeassistant.setup] Setting up device_automation
|
||||||
|
2025-07-14 04:33:58.259 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.259 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
|
||||||
|
2025-07-14 04:33:58.260 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.260 INFO (MainThread) [homeassistant.setup] Setting up file_upload
|
||||||
|
2025-07-14 04:33:58.260 INFO (MainThread) [homeassistant.setup] Setup of domain file_upload took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.260 INFO (MainThread) [homeassistant.setup] Setting up image_upload
|
||||||
|
2025-07-14 04:33:58.260 INFO (MainThread) [homeassistant.setup] Setting up repairs
|
||||||
|
2025-07-14 04:33:58.261 INFO (MainThread) [homeassistant.setup] Setup of domain repairs took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.261 INFO (MainThread) [homeassistant.setup] Setting up search
|
||||||
|
2025-07-14 04:33:58.261 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.262 INFO (MainThread) [homeassistant.setup] Setup of domain image_upload took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.263 INFO (MainThread) [homeassistant.setup] Setting up person
|
||||||
|
2025-07-14 04:33:58.265 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.265 INFO (MainThread) [homeassistant.setup] Setting up onboarding
|
||||||
|
2025-07-14 04:33:58.265 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.265 INFO (MainThread) [homeassistant.setup] Setting up lovelace
|
||||||
|
2025-07-14 04:33:58.267 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.273 INFO (MainThread) [homeassistant.setup] Setting up frontend
|
||||||
|
2025-07-14 04:33:58.282 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.01 seconds
|
||||||
|
2025-07-14 04:33:58.283 INFO (MainThread) [homeassistant.bootstrap] Setting up recorder: {'recorder'}
|
||||||
|
2025-07-14 04:33:58.284 INFO (MainThread) [homeassistant.setup] Setting up recorder
|
||||||
|
2025-07-14 04:33:58.295 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123
|
||||||
|
2025-07-14 04:33:58.296 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.01 seconds
|
||||||
|
2025-07-14 04:33:58.466 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.18 seconds
|
||||||
|
2025-07-14 04:33:58.466 INFO (MainThread) [homeassistant.bootstrap] Setting up zeroconf: {'zeroconf'}
|
||||||
|
2025-07-14 04:33:58.466 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
|
||||||
|
2025-07-14 04:33:58.477 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
|
||||||
|
2025-07-14 04:33:58.477 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.01 seconds
|
||||||
|
2025-07-14 04:33:58.478 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'usb', 'ssdp', 'cloud', 'bluetooth', 'dhcp'}
|
||||||
|
2025-07-14 04:33:58.479 INFO (MainThread) [homeassistant.setup] Setting up webhook
|
||||||
|
2025-07-14 04:33:58.480 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.519 INFO (MainThread) [homeassistant.setup] Setting up usb
|
||||||
|
2025-07-14 04:33:58.519 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.547 INFO (MainThread) [homeassistant.setup] Setting up ssdp
|
||||||
|
2025-07-14 04:33:58.566 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.02 seconds
|
||||||
|
2025-07-14 04:33:58.818 INFO (MainThread) [homeassistant.setup] Setting up cloud
|
||||||
|
2025-07-14 04:33:58.821 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg
|
||||||
|
2025-07-14 04:33:58.823 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.01 seconds
|
||||||
|
2025-07-14 04:33:58.912 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 0.09 seconds
|
||||||
|
2025-07-14 04:33:58.912 INFO (MainThread) [homeassistant.setup] Setting up tts
|
||||||
|
2025-07-14 04:33:58.927 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.01 seconds
|
||||||
|
2025-07-14 04:33:58.932 INFO (MainThread) [homeassistant.setup] Setting up dhcp
|
||||||
|
2025-07-14 04:33:58.933 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.00 seconds
|
||||||
|
2025-07-14 04:33:58.994 INFO (MainThread) [homeassistant.setup] Setting up bluetooth
|
||||||
|
2025-07-14 04:33:59.065 INFO (MainThread) [homeassistant.setup] Setup of domain bluetooth took 0.07 seconds
|
||||||
|
2025-07-14 04:33:59.075 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'hardware', 'persistent_notification', 'esphome', 'sun', 'input_button', 'input_boolean', 'ffmpeg', 'androidtv_remote', 'trace', 'hacs', 'application_credentials', 'input_text', 'python_script', 'intent', 'automation', 'localtuya', 'stream', 'shopping_list', 'media_player', 'homeassistant_alerts', 'energy', 'input_number', 'tag', 'backup', 'script', 'assist_pipeline', 'cast', 'met', 'stt', 'input_datetime', 'default_config', 'html5', 'mqtt', 'yandex_smart_home', 'media_source', 'analytics', 'history', 'input_select', 'conversation', 'my', 'go2rtc', 'yandex_station', 'uptime', 'blueprint', 'zone', 'onvif', 'scene', 'google_translate', 'camera', 'dlna_dms', 'wake_word', 'tts', 'shelly', 'counter', 'schedule', 'ttlock', 'timer', 'qnap', 'local_calendar', 'system_health', 'logbook', 'mobile_app', 'ping'}
|
||||||
|
2025-07-14 04:33:59.077 INFO (MainThread) [homeassistant.setup] Setting up intent
|
||||||
|
2025-07-14 04:33:59.078 INFO (MainThread) [homeassistant.setup] Setup of domain intent took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.078 INFO (MainThread) [homeassistant.setup] Setting up conversation
|
||||||
|
2025-07-14 04:33:59.079 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.080 INFO (MainThread) [homeassistant.setup] Setting up scene
|
||||||
|
2025-07-14 04:33:59.085 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.086 INFO (MainThread) [homeassistant.setup] Setting up wake_word
|
||||||
|
2025-07-14 04:33:59.087 INFO (MainThread) [homeassistant.setup] Setup of domain wake_word took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.087 INFO (MainThread) [homeassistant.setup] Setting up stt
|
||||||
|
2025-07-14 04:33:59.088 INFO (MainThread) [homeassistant.setup] Setup of domain stt took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.090 INFO (MainThread) [homeassistant.setup] Setting up assist_pipeline
|
||||||
|
2025-07-14 04:33:59.092 INFO (MainThread) [homeassistant.setup] Setup of domain assist_pipeline took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.093 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
|
||||||
|
2025-07-14 04:33:59.095 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.096 INFO (MainThread) [homeassistant.setup] Setting up input_button
|
||||||
|
2025-07-14 04:33:59.098 INFO (MainThread) [homeassistant.setup] Setting up media_source
|
||||||
|
2025-07-14 04:33:59.099 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.099 INFO (MainThread) [homeassistant.setup] Setting up trace
|
||||||
|
2025-07-14 04:33:59.100 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.101 INFO (MainThread) [homeassistant.setup] Setting up history
|
||||||
|
2025-07-14 04:33:59.102 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.102 INFO (MainThread) [homeassistant.setup] Setting up input_select
|
||||||
|
2025-07-14 04:33:59.107 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.108 INFO (MainThread) [homeassistant.setup] Setting up blueprint
|
||||||
|
2025-07-14 04:33:59.108 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.112 INFO (MainThread) [homeassistant.setup] Setting up stream
|
||||||
|
2025-07-14 04:33:59.113 INFO (MainThread) [homeassistant.setup] Setting up zone
|
||||||
|
2025-07-14 04:33:59.116 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.118 INFO (MainThread) [homeassistant.setup] Setting up input_number
|
||||||
|
2025-07-14 04:33:59.118 INFO (MainThread) [homeassistant.setup] Setting up timer
|
||||||
|
2025-07-14 04:33:59.119 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.119 INFO (MainThread) [homeassistant.setup] Setting up backup
|
||||||
|
2025-07-14 04:33:59.120 INFO (MainThread) [homeassistant.setup] Setting up script
|
||||||
|
2025-07-14 04:33:59.120 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.121 INFO (MainThread) [homeassistant.setup] Setting up system_health
|
||||||
|
2025-07-14 04:33:59.121 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.121 INFO (MainThread) [homeassistant.setup] Setting up logbook
|
||||||
|
2025-07-14 04:33:59.122 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.124 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 0.03 seconds
|
||||||
|
2025-07-14 04:33:59.125 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 0.01 seconds
|
||||||
|
2025-07-14 04:33:59.141 INFO (MainThread) [homeassistant.setup] Setup of domain backup took 0.02 seconds
|
||||||
|
2025-07-14 04:33:59.147 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
|
||||||
|
2025-07-14 04:33:59.188 INFO (MainThread) [homeassistant.setup] Setting up media_player
|
||||||
|
2025-07-14 04:33:59.204 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.02 seconds
|
||||||
|
2025-07-14 04:33:59.205 INFO (MainThread) [homeassistant.components.media_player] Setting up vlc.media_player
|
||||||
|
2025-07-14 04:33:59.205 INFO (MainThread) [homeassistant.setup] Setting up camera
|
||||||
|
2025-07-14 04:33:59.207 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.251 INFO (MainThread) [homeassistant.setup] Setting up hardware
|
||||||
|
2025-07-14 04:33:59.355 INFO (MainThread) [homeassistant.setup] Setting up html5
|
||||||
|
2025-07-14 04:33:59.356 INFO (MainThread) [homeassistant.setup] Setup of domain html5 took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.356 INFO (MainThread) [homeassistant.setup] Setting up notify
|
||||||
|
2025-07-14 04:33:59.357 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.387 INFO (MainThread) [homeassistant.setup] Setup of domain hardware took 0.14 seconds
|
||||||
|
2025-07-14 04:33:59.391 INFO (MainThread) [homeassistant.setup] Setting up sun
|
||||||
|
2025-07-14 04:33:59.391 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.400 INFO (MainThread) [homeassistant.setup] Setting up sensor
|
||||||
|
2025-07-14 04:33:59.408 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.01 seconds
|
||||||
|
2025-07-14 04:33:59.426 INFO (MainThread) [homeassistant.components.sensor] Setting up sun.sensor
|
||||||
|
2025-07-14 04:33:59.478 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.37 seconds
|
||||||
|
2025-07-14 04:33:59.531 INFO (MainThread) [homeassistant.setup] Setting up mqtt
|
||||||
|
2025-07-14 04:33:59.534 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.806 INFO (MainThread) [homeassistant.setup] Setting up androidtv_remote
|
||||||
|
2025-07-14 04:33:59.806 INFO (MainThread) [homeassistant.setup] Setup of domain androidtv_remote took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.814 INFO (MainThread) [homeassistant.setup] Setting up application_credentials
|
||||||
|
2025-07-14 04:33:59.815 INFO (MainThread) [homeassistant.setup] Setup of domain application_credentials took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.822 INFO (MainThread) [homeassistant.setup] Setting up tag
|
||||||
|
2025-07-14 04:33:59.823 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.825 INFO (MainThread) [homeassistant.setup] Setting up input_text
|
||||||
|
2025-07-14 04:33:59.827 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.830 INFO (MainThread) [homeassistant.setup] Setting up python_script
|
||||||
|
2025-07-14 04:33:59.832 INFO (MainThread) [homeassistant.setup] Setting up my
|
||||||
|
2025-07-14 04:33:59.832 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.835 INFO (MainThread) [homeassistant.setup] Setup of domain python_script took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.847 INFO (MainThread) [homeassistant.setup] Setting up localtuya
|
||||||
|
2025-07-14 04:33:59.851 INFO (MainThread) [homeassistant.setup] Setup of domain localtuya took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.852 INFO (MainThread) [custom_components.localtuya] Cloud API account not configured.
|
||||||
|
2025-07-14 04:33:59.864 INFO (MainThread) [homeassistant.setup] Setting up yandex_station
|
||||||
|
2025-07-14 04:33:59.872 INFO (MainThread) [homeassistant.setup] Setup of domain yandex_station took 0.01 seconds
|
||||||
|
2025-07-14 04:33:59.879 INFO (MainThread) [homeassistant.setup] Setting up uptime
|
||||||
|
2025-07-14 04:33:59.880 INFO (MainThread) [homeassistant.setup] Setup of domain uptime took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.880 INFO (MainThread) [homeassistant.setup] Setting up shopping_list
|
||||||
|
2025-07-14 04:33:59.880 INFO (MainThread) [homeassistant.setup] Setup of domain shopping_list took 0.00 seconds
|
||||||
|
2025-07-14 04:33:59.883 WARNING (MainThread) [custom_components.localtuya] Could not find device for device_id bf649ba4c0bd15a9810txf
|
||||||
|
2025-07-14 04:33:59.951 WARNING (MainThread) [custom_components.localtuya] Could not find device for device_id bfbf33e292dabc52bfktdj
|
||||||
|
2025-07-14 04:33:59.992 INFO (MainThread) [homeassistant.setup] Setting up onvif
|
||||||
|
2025-07-14 04:33:59.995 INFO (MainThread) [homeassistant.setup] Setup of domain onvif took 0.00 seconds
|
||||||
|
2025-07-14 04:34:00.179 WARNING (MainThread) [custom_components.localtuya] Could not find device for device_id bf0dfddfd8f6a0fbc0iu6j
|
||||||
|
2025-07-14 04:34:00.180 INFO (MainThread) [homeassistant.setup] Setting up google_translate
|
||||||
|
2025-07-14 04:34:00.180 INFO (MainThread) [homeassistant.setup] Setup of domain google_translate took 0.00 seconds
|
||||||
|
2025-07-14 04:34:00.181 INFO (MainThread) [homeassistant.setup] Setting up dlna_dms
|
||||||
|
2025-07-14 04:34:00.181 INFO (MainThread) [homeassistant.setup] Setup of domain dlna_dms took 0.00 seconds
|
||||||
|
2025-07-14 04:34:00.182 INFO (MainThread) [homeassistant.setup] Setting up homeassistant_alerts
|
||||||
|
2025-07-14 04:34:00.182 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant_alerts took 0.00 seconds
|
||||||
|
2025-07-14 04:34:00.183 INFO (MainThread) [homeassistant.setup] Setting up shelly
|
||||||
|
2025-07-14 04:34:00.183 INFO (MainThread) [homeassistant.setup] Setup of domain shelly took 0.00 seconds
|
||||||
|
2025-07-14 04:34:00.200 INFO (MainThread) [homeassistant.setup] Setting up counter
|
||||||
|
2025-07-14 04:34:00.201 INFO (MainThread) [homeassistant.setup] Setting up schedule
|
||||||
|
2025-07-14 04:34:00.208 INFO (MainThread) [homeassistant.setup] Setup of domain schedule took 0.01 seconds
|
||||||
|
2025-07-14 04:34:00.209 INFO (MainThread) [homeassistant.setup] Setting up qnap
|
||||||
|
2025-07-14 04:34:00.209 INFO (MainThread) [homeassistant.setup] Setup of domain qnap took 0.00 seconds
|
||||||
|
2025-07-14 04:34:00.249 WARNING (MainThread) [custom_components.localtuya] Could not find device for device_id bf30904199f0e045bdyl1t
|
||||||
|
2025-07-14 04:34:00.264 INFO (MainThread) [homeassistant.setup] Setting up cast
|
||||||
|
2025-07-14 04:34:00.265 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.00 seconds
|
||||||
|
2025-07-14 04:34:00.288 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 0.09 seconds
|
||||||
|
2025-07-14 04:34:00.289 WARNING (MainThread) [custom_components.localtuya] Could not find device for device_id bf3b05952f9088237a0fll
|
||||||
|
2025-07-14 04:34:00.490 INFO (MainThread) [aioshelly.rpc_device.wsrpc] Connected to 192.168.88.184
|
||||||
|
2025-07-14 04:34:00.527 WARNING (MainThread) [custom_components.localtuya] Could not find device for device_id bf6445db5be7b773d9bvuy
|
||||||
|
2025-07-14 04:34:00.816 WARNING (MainThread) [custom_components.localtuya] Could not find device for device_id bf7a92e8d943abed92bjez
|
||||||
|
2025-07-14 04:34:01.017 INFO (MainThread) [homeassistant.setup] Setting up switch
|
||||||
|
2025-07-14 04:34:01.018 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.00 seconds
|
||||||
|
2025-07-14 04:34:01.064 INFO (MainThread) [custom_components.localtuya.common] [bfe...faj] Trying to connect to 192.168.88.204...
|
||||||
|
2025-07-14 04:34:01.203 INFO (MainThread) [custom_components.localtuya.common] [bf6...ng8] Trying to connect to 192.168.88.224...
|
||||||
|
2025-07-14 04:34:02.108 INFO (MainThread) [custom_components.localtuya.common] [bf0...kz2] Trying to connect to 192.168.88.215...
|
||||||
|
2025-07-14 04:34:02.259 INFO (MainThread) [custom_components.localtuya.common] [bfc...vbx] Trying to connect to 192.168.88.182...
|
||||||
|
2025-07-14 04:34:02.304 INFO (MainThread) [custom_components.localtuya.common] [bfd...tic] Trying to connect to 192.168.88.178...
|
||||||
|
2025-07-14 04:34:02.421 INFO (MainThread) [homeassistant.components.sensor] Setting up localtuya.sensor
|
||||||
|
2025-07-14 04:34:02.453 INFO (MainThread) [custom_components.localtuya.common] [bf0...bwp] Trying to connect to 192.168.88.191...
|
||||||
|
2025-07-14 04:34:02.497 INFO (MainThread) [homeassistant.components.switch] Setting up localtuya.switch
|
||||||
|
2025-07-14 04:34:02.548 INFO (MainThread) [custom_components.localtuya.common] [bfa...t9q] Trying to connect to 192.168.88.186...
|
||||||
|
2025-07-14 04:34:02.613 INFO (MainThread) [custom_components.localtuya.common] [bff...mvi] Trying to connect to 192.168.88.212...
|
||||||
|
2025-07-14 04:34:02.655 INFO (MainThread) [custom_components.localtuya.common] [bfd...jqb] Trying to connect to 192.168.88.205...
|
||||||
|
2025-07-14 04:34:02.675 INFO (MainThread) [custom_components.localtuya.common] [bf0...u6j] Trying to connect to 192.168.88.190...
|
||||||
|
2025-07-14 04:34:02.676 INFO (MainThread) [custom_components.localtuya.common] [bf1...8vk] Trying to connect to 192.168.88.185...
|
||||||
|
2025-07-14 04:34:02.677 INFO (MainThread) [custom_components.localtuya.common] [bf3...l1t] Trying to connect to 192.168.88.219...
|
||||||
|
2025-07-14 04:34:02.679 INFO (MainThread) [custom_components.localtuya.common] [bf3...fll] Trying to connect to 192.168.88.228...
|
||||||
|
2025-07-14 04:34:02.679 INFO (MainThread) [custom_components.localtuya.common] [bf4...zr8] Trying to connect to 192.168.88.202...
|
||||||
|
2025-07-14 04:34:02.681 INFO (MainThread) [custom_components.localtuya.common] [bf4...osh] Trying to connect to 192.168.88.237...
|
||||||
|
2025-07-14 04:34:02.682 INFO (MainThread) [custom_components.localtuya.common] [bf6...vuy] Trying to connect to 192.168.88.245...
|
||||||
|
2025-07-14 04:34:02.684 INFO (MainThread) [custom_components.localtuya.common] [bf6...txf] Trying to connect to 192.168.88.183...
|
||||||
|
2025-07-14 04:34:02.695 INFO (MainThread) [custom_components.localtuya.common] [bf7...jez] Trying to connect to 192.168.88.187...
|
||||||
|
2025-07-14 04:34:02.717 INFO (MainThread) [custom_components.localtuya.common] [bfb...tth] Trying to connect to 192.168.88.181...
|
||||||
|
2025-07-14 04:34:02.729 INFO (MainThread) [custom_components.localtuya.common] [bfb...tdj] Trying to connect to 192.168.88.188...
|
||||||
|
2025-07-14 04:34:02.735 INFO (MainThread) [custom_components.localtuya.common] [bfc...rhh] Trying to connect to 192.168.88.229...
|
||||||
|
2025-07-14 04:34:02.743 INFO (MainThread) [custom_components.localtuya.common] [bfe...bf7] Trying to connect to 192.168.88.203...
|
||||||
|
2025-07-14 04:34:02.744 INFO (MainThread) [custom_components.localtuya.common] [bff...cts] Trying to connect to 192.168.88.218...
|
||||||
|
2025-07-14 04:34:02.745 INFO (MainThread) [custom_components.localtuya.common] [bff...udf] Trying to connect to 192.168.88.189...
|
||||||
|
2025-07-14 04:34:02.807 INFO (MainThread) [custom_components.localtuya.common] [bf0...kz2] Successfully connected to 192.168.88.215
|
||||||
|
2025-07-14 04:34:02.810 INFO (MainThread) [custom_components.localtuya.common] [bf6...ng8] Successfully connected to 192.168.88.224
|
||||||
|
2025-07-14 04:34:02.836 INFO (MainThread) [custom_components.localtuya.common] [bfe...faj] Successfully connected to 192.168.88.204
|
||||||
|
2025-07-14 04:34:02.977 INFO (MainThread) [custom_components.localtuya.common] [bf0...bwp] Successfully connected to 192.168.88.191
|
||||||
|
2025-07-14 04:34:03.078 INFO (MainThread) [custom_components.localtuya.common] [bfd...tic] Successfully connected to 192.168.88.178
|
||||||
|
2025-07-14 04:34:03.102 INFO (MainThread) [custom_components.localtuya.common] [bfc...vbx] Successfully connected to 192.168.88.182
|
||||||
|
2025-07-14 04:34:03.103 INFO (MainThread) [custom_components.localtuya.common] [bff...udf] Successfully connected to 192.168.88.189
|
||||||
|
2025-07-14 04:34:03.103 INFO (MainThread) [custom_components.localtuya.common] [bf0...u6j] Successfully connected to 192.168.88.190
|
||||||
|
2025-07-14 04:34:03.109 INFO (MainThread) [custom_components.localtuya.common] [bf3...fll] Successfully connected to 192.168.88.228
|
||||||
|
2025-07-14 04:34:03.220 INFO (MainThread) [custom_components.localtuya.common] [bff...cts] Successfully connected to 192.168.88.218
|
||||||
|
2025-07-14 04:34:03.221 INFO (MainThread) [custom_components.localtuya.common] [bfe...bf7] Successfully connected to 192.168.88.203
|
||||||
|
2025-07-14 04:34:03.221 INFO (MainThread) [custom_components.localtuya.common] [bf6...vuy] Successfully connected to 192.168.88.245
|
||||||
|
2025-07-14 04:34:03.222 INFO (MainThread) [custom_components.localtuya.common] [bf3...l1t] Successfully connected to 192.168.88.219
|
||||||
|
2025-07-14 04:34:03.222 INFO (MainThread) [custom_components.localtuya.common] [bff...mvi] Successfully connected to 192.168.88.212
|
||||||
|
2025-07-14 04:34:03.335 INFO (MainThread) [custom_components.localtuya.common] [bfb...tth] Successfully connected to 192.168.88.181
|
||||||
|
2025-07-14 04:34:03.336 INFO (MainThread) [custom_components.localtuya.common] [bf7...jez] Successfully connected to 192.168.88.187
|
||||||
|
2025-07-14 04:34:03.389 INFO (MainThread) [custom_components.localtuya.common] [bfa...t9q] Successfully connected to 192.168.88.186
|
||||||
|
2025-07-14 04:34:03.390 INFO (MainThread) [custom_components.localtuya.common] [bfb...tdj] Successfully connected to 192.168.88.188
|
||||||
|
2025-07-14 04:34:03.391 INFO (MainThread) [custom_components.localtuya.common] [bf4...osh] Successfully connected to 192.168.88.237
|
||||||
|
2025-07-14 04:34:03.391 INFO (MainThread) [custom_components.localtuya.common] [bf1...8vk] Successfully connected to 192.168.88.185
|
||||||
|
2025-07-14 04:34:03.392 INFO (MainThread) [custom_components.localtuya.common] [bf4...zr8] Successfully connected to 192.168.88.202
|
||||||
|
2025-07-14 04:34:03.392 INFO (MainThread) [custom_components.localtuya.common] [bfd...jqb] Successfully connected to 192.168.88.205
|
||||||
|
2025-07-14 04:34:03.422 INFO (MainThread) [custom_components.localtuya.common] [bfc...rhh] Successfully connected to 192.168.88.229
|
||||||
|
2025-07-14 04:34:03.423 INFO (MainThread) [custom_components.localtuya.common] [bf6...txf] Successfully connected to 192.168.88.183
|
||||||
|
2025-07-14 04:34:11.486 INFO (MainThread) [homeassistant.setup] Setting up local_calendar
|
||||||
|
2025-07-14 04:34:11.486 INFO (MainThread) [homeassistant.setup] Setup of domain local_calendar took 0.00 seconds
|
||||||
|
2025-07-14 04:34:11.500 INFO (MainThread) [homeassistant.setup] Setting up met
|
||||||
|
2025-07-14 04:34:11.500 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.00 seconds
|
||||||
|
2025-07-14 04:34:11.536 INFO (MainThread) [homeassistant.setup] Setting up energy
|
||||||
|
2025-07-14 04:34:11.536 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.00 seconds
|
||||||
|
2025-07-14 04:34:11.537 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
|
||||||
|
2025-07-14 04:34:11.540 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 0.00 seconds
|
||||||
|
2025-07-14 04:34:11.557 INFO (MainThread) [homeassistant.setup] Setting up ping
|
||||||
|
2025-07-14 04:34:11.558 INFO (MainThread) [homeassistant.setup] Setup of domain ping took 0.00 seconds
|
||||||
|
2025-07-14 04:34:11.606 INFO (MainThread) [homeassistant.setup] Setting up go2rtc
|
||||||
|
2025-07-14 04:34:11.606 INFO (MainThread) [homeassistant.setup] Setup of domain go2rtc took 0.00 seconds
|
||||||
|
2025-07-14 04:34:11.611 INFO (MainThread) [homeassistant.components.notify] Setting up notify.html5
|
||||||
|
2025-07-14 04:34:11.671 INFO (MainThread) [homeassistant.setup] Setting up ttlock
|
||||||
|
2025-07-14 04:34:11.754 INFO (MainThread) [homeassistant.setup] Setup of domain ttlock took 0.08 seconds
|
||||||
|
2025-07-14 04:34:11.819 INFO (MainThread) [homeassistant.setup] Setting up esphome
|
||||||
|
2025-07-14 04:34:11.819 INFO (MainThread) [homeassistant.setup] Setup of domain esphome took 0.00 seconds
|
||||||
|
2025-07-14 04:34:11.840 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
|
||||||
|
2025-07-14 04:34:11.840 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.00 seconds
|
||||||
|
2025-07-14 04:34:11.841 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
|
||||||
|
2025-07-14 04:34:11.842 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.00 seconds
|
||||||
|
2025-07-14 04:34:11.843 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
|
||||||
|
2025-07-14 04:34:11.843 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.00 seconds
|
||||||
|
2025-07-14 04:34:11.851 INFO (MainThread) [homeassistant.components.sensor] Setting up mobile_app.sensor
|
||||||
|
2025-07-14 04:34:11.852 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up mobile_app.binary_sensor
|
||||||
|
2025-07-14 04:34:11.853 INFO (MainThread) [homeassistant.components.device_tracker] Setting up mobile_app.device_tracker
|
||||||
|
2025-07-14 04:34:11.853 INFO (MainThread) [homeassistant.components.sensor] Setting up mobile_app.sensor
|
||||||
|
2025-07-14 04:34:11.854 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up mobile_app.binary_sensor
|
||||||
|
2025-07-14 04:34:11.854 INFO (MainThread) [homeassistant.components.device_tracker] Setting up mobile_app.device_tracker
|
||||||
|
2025-07-14 04:34:11.855 INFO (MainThread) [homeassistant.components.sensor] Setting up mobile_app.sensor
|
||||||
|
2025-07-14 04:34:11.855 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up mobile_app.binary_sensor
|
||||||
|
2025-07-14 04:34:11.856 INFO (MainThread) [homeassistant.components.device_tracker] Setting up mobile_app.device_tracker
|
||||||
|
2025-07-14 04:34:11.857 INFO (MainThread) [homeassistant.components.sensor] Setting up mobile_app.sensor
|
||||||
|
2025-07-14 04:34:11.858 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up mobile_app.binary_sensor
|
||||||
|
2025-07-14 04:34:11.858 INFO (MainThread) [homeassistant.components.device_tracker] Setting up mobile_app.device_tracker
|
||||||
|
2025-07-14 04:34:11.861 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
|
||||||
|
2025-07-14 04:34:11.861 INFO (MainThread) [homeassistant.setup] Setting up default_config
|
||||||
|
2025-07-14 04:34:11.862 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.00 seconds
|
||||||
|
2025-07-14 04:34:11.917 INFO (MainThread) [homeassistant.setup] Setting up hacs
|
||||||
|
2025-07-14 04:34:11.918 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.00 seconds
|
||||||
|
2025-07-14 04:34:11.918 INFO (MainThread) [custom_components.hacs]
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
HACS (Home Assistant Community Store)
|
||||||
|
|
||||||
|
Version: 2.0.5
|
||||||
|
This is a custom integration
|
||||||
|
If you have any issues with this you need to open an issue here:
|
||||||
|
https://github.com/hacs/integration/issues
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
|
2025-07-14 04:34:11.922 INFO (MainThread) [homeassistant.setup] Setting up todo
|
||||||
|
2025-07-14 04:34:11.923 INFO (MainThread) [homeassistant.setup] Setup of domain todo took 0.00 seconds
|
||||||
|
2025-07-14 04:34:11.925 INFO (MainThread) [homeassistant.components.sensor] Setting up uptime.sensor
|
||||||
|
2025-07-14 04:34:11.926 INFO (MainThread) [homeassistant.components.todo] Setting up shopping_list.todo
|
||||||
|
2025-07-14 04:34:11.948 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
|
||||||
|
2025-07-14 04:34:12.027 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
|
||||||
|
2025-07-14 04:34:12.028 INFO (MainThread) [custom_components.hacs] Enable category: integration
|
||||||
|
2025-07-14 04:34:12.029 INFO (MainThread) [custom_components.hacs] Enable category: plugin
|
||||||
|
2025-07-14 04:34:12.029 INFO (MainThread) [custom_components.hacs] Enable category: template
|
||||||
|
2025-07-14 04:34:12.029 INFO (MainThread) [custom_components.hacs] Enable category: python_script
|
||||||
|
2025-07-14 04:34:12.029 INFO (MainThread) [custom_components.hacs] Enable category: theme
|
||||||
|
2025-07-14 04:34:12.029 INFO (MainThread) [custom_components.hacs] Enable category: appdaemon
|
||||||
|
2025-07-14 04:34:12.035 INFO (MainThread) [custom_components.hacs] Setting up plugin endpoint
|
||||||
|
2025-07-14 04:34:12.035 INFO (MainThread) [custom_components.hacs] <HacsFrontend> storage mode, cache for /hacsfiles/: True
|
||||||
|
2025-07-14 04:34:12.051 INFO (MainThread) [homeassistant.components.tts] Setting up google_translate.tts
|
||||||
|
2025-07-14 04:34:12.070 INFO (MainThread) [homeassistant.components.media_player] Setting up cast.media_player
|
||||||
|
2025-07-14 04:34:12.152 INFO (MainThread) [homeassistant.setup] Setting up button
|
||||||
|
2025-07-14 04:34:12.153 INFO (MainThread) [homeassistant.setup] Setup of domain button took 0.00 seconds
|
||||||
|
2025-07-14 04:34:12.154 INFO (MainThread) [homeassistant.setup] Setting up climate
|
||||||
|
2025-07-14 04:34:12.163 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.01 seconds
|
||||||
|
2025-07-14 04:34:12.164 INFO (MainThread) [homeassistant.setup] Setting up cover
|
||||||
|
2025-07-14 04:34:12.167 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.00 seconds
|
||||||
|
2025-07-14 04:34:12.169 INFO (MainThread) [homeassistant.setup] Setting up event
|
||||||
|
2025-07-14 04:34:12.169 INFO (MainThread) [homeassistant.setup] Setup of domain event took 0.00 seconds
|
||||||
|
2025-07-14 04:34:12.170 INFO (MainThread) [homeassistant.setup] Setting up light
|
||||||
|
2025-07-14 04:34:12.178 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.01 seconds
|
||||||
|
2025-07-14 04:34:12.179 INFO (MainThread) [homeassistant.setup] Setting up number
|
||||||
|
2025-07-14 04:34:12.182 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.00 seconds
|
||||||
|
2025-07-14 04:34:12.183 INFO (MainThread) [homeassistant.setup] Setting up select
|
||||||
|
2025-07-14 04:34:12.186 INFO (MainThread) [homeassistant.setup] Setup of domain select took 0.00 seconds
|
||||||
|
2025-07-14 04:34:12.188 INFO (MainThread) [homeassistant.setup] Setting up text
|
||||||
|
2025-07-14 04:34:12.189 INFO (MainThread) [homeassistant.setup] Setup of domain text took 0.00 seconds
|
||||||
|
2025-07-14 04:34:12.190 INFO (MainThread) [homeassistant.setup] Setting up update
|
||||||
|
2025-07-14 04:34:12.191 INFO (MainThread) [homeassistant.setup] Setup of domain update took 0.00 seconds
|
||||||
|
2025-07-14 04:34:12.192 INFO (MainThread) [homeassistant.setup] Setting up valve
|
||||||
|
2025-07-14 04:34:12.200 INFO (MainThread) [homeassistant.setup] Setup of domain valve took 0.01 seconds
|
||||||
|
2025-07-14 04:34:12.205 INFO (MainThread) [homeassistant.setup] Setting up calendar
|
||||||
|
2025-07-14 04:34:12.207 INFO (MainThread) [homeassistant.setup] Setup of domain calendar took 0.00 seconds
|
||||||
|
2025-07-14 04:34:12.208 INFO (MainThread) [homeassistant.components.camera] Setting up yandex_station.camera
|
||||||
|
2025-07-14 04:34:12.209 INFO (MainThread) [homeassistant.components.media_player] Setting up yandex_station.media_player
|
||||||
|
2025-07-14 04:34:12.215 INFO (MainThread) [homeassistant.components.conversation] Setting up yandex_station.conversation
|
||||||
|
2025-07-14 04:34:12.218 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up shelly.binary_sensor
|
||||||
|
2025-07-14 04:34:12.251 INFO (MainThread) [homeassistant.components.button] Setting up shelly.button
|
||||||
|
2025-07-14 04:34:12.253 INFO (MainThread) [homeassistant.setup] Setting up analytics
|
||||||
|
2025-07-14 04:34:12.253 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.00 seconds
|
||||||
|
2025-07-14 04:34:12.266 INFO (MainThread) [homeassistant.setup] Setting up weather
|
||||||
|
2025-07-14 04:34:12.267 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.00 seconds
|
||||||
|
2025-07-14 04:34:12.288 INFO (MainThread) [homeassistant.components.climate] Setting up shelly.climate
|
||||||
|
2025-07-14 04:34:12.294 INFO (MainThread) [homeassistant.components.switch] Setting up mqtt.switch
|
||||||
|
2025-07-14 04:34:12.338 INFO (MainThread) [homeassistant.components.sensor] Setting up mqtt.sensor
|
||||||
|
2025-07-14 04:34:12.361 INFO (MainThread) [homeassistant.components.cover] Setting up shelly.cover
|
||||||
|
2025-07-14 04:34:12.368 INFO (MainThread) [homeassistant.components.event] Setting up shelly.event
|
||||||
|
2025-07-14 04:34:12.382 INFO (MainThread) [homeassistant.components.light] Setting up shelly.light
|
||||||
|
2025-07-14 04:34:12.383 INFO (MainThread) [homeassistant.components.number] Setting up shelly.number
|
||||||
|
2025-07-14 04:34:12.388 INFO (MainThread) [homeassistant.setup] Setting up automation
|
||||||
|
2025-07-14 04:34:12.394 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.01 seconds
|
||||||
|
2025-07-14 04:34:12.398 INFO (MainThread) [homeassistant.components.select] Setting up shelly.select
|
||||||
|
2025-07-14 04:34:12.398 INFO (MainThread) [homeassistant.components.sensor] Setting up shelly.sensor
|
||||||
|
2025-07-14 04:34:12.401 INFO (MainThread) [homeassistant.components.switch] Setting up shelly.switch
|
||||||
|
2025-07-14 04:34:12.402 INFO (MainThread) [homeassistant.components.text] Setting up shelly.text
|
||||||
|
2025-07-14 04:34:12.403 INFO (MainThread) [homeassistant.components.update] Setting up shelly.update
|
||||||
|
2025-07-14 04:34:12.405 INFO (MainThread) [homeassistant.components.valve] Setting up shelly.valve
|
||||||
|
2025-07-14 04:34:12.406 INFO (MainThread) [homeassistant.components.calendar] Setting up yandex_station.calendar
|
||||||
|
2025-07-14 04:34:12.406 INFO (MainThread) [homeassistant.components.select] Setting up yandex_station.select
|
||||||
|
2025-07-14 04:34:12.407 INFO (MainThread) [homeassistant.components.camera] Setting up onvif.camera
|
||||||
|
2025-07-14 04:34:12.408 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up onvif.binary_sensor
|
||||||
|
2025-07-14 04:34:12.409 INFO (MainThread) [homeassistant.components.sensor] Setting up onvif.sensor
|
||||||
|
2025-07-14 04:34:12.409 INFO (MainThread) [homeassistant.components.switch] Setting up onvif.switch
|
||||||
|
2025-07-14 04:34:12.410 INFO (MainThread) [homeassistant.components.button] Setting up onvif.button
|
||||||
|
2025-07-14 04:34:12.411 INFO (MainThread) [homeassistant.components.camera] Setting up onvif.camera
|
||||||
|
2025-07-14 04:34:12.416 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up onvif.binary_sensor
|
||||||
|
2025-07-14 04:34:12.417 INFO (MainThread) [homeassistant.components.sensor] Setting up onvif.sensor
|
||||||
|
2025-07-14 04:34:12.417 INFO (MainThread) [homeassistant.components.switch] Setting up onvif.switch
|
||||||
|
2025-07-14 04:34:12.419 INFO (MainThread) [homeassistant.components.button] Setting up onvif.button
|
||||||
|
2025-07-14 04:34:12.419 INFO (MainThread) [homeassistant.components.camera] Setting up onvif.camera
|
||||||
|
2025-07-14 04:34:12.421 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up onvif.binary_sensor
|
||||||
|
2025-07-14 04:34:12.421 INFO (MainThread) [homeassistant.components.sensor] Setting up onvif.sensor
|
||||||
|
2025-07-14 04:34:12.421 INFO (MainThread) [homeassistant.components.switch] Setting up onvif.switch
|
||||||
|
2025-07-14 04:34:12.422 INFO (MainThread) [homeassistant.components.button] Setting up onvif.button
|
||||||
|
2025-07-14 04:34:12.422 INFO (MainThread) [homeassistant.components.camera] Setting up onvif.camera
|
||||||
|
2025-07-14 04:34:12.423 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up onvif.binary_sensor
|
||||||
|
2025-07-14 04:34:12.423 INFO (MainThread) [homeassistant.components.sensor] Setting up onvif.sensor
|
||||||
|
2025-07-14 04:34:12.423 INFO (MainThread) [homeassistant.components.switch] Setting up onvif.switch
|
||||||
|
2025-07-14 04:34:12.424 INFO (MainThread) [homeassistant.components.button] Setting up onvif.button
|
||||||
|
2025-07-14 04:34:12.425 INFO (MainThread) [homeassistant.components.camera] Setting up onvif.camera
|
||||||
|
2025-07-14 04:34:12.426 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up onvif.binary_sensor
|
||||||
|
2025-07-14 04:34:12.426 INFO (MainThread) [homeassistant.components.sensor] Setting up onvif.sensor
|
||||||
|
2025-07-14 04:34:12.426 INFO (MainThread) [homeassistant.components.switch] Setting up onvif.switch
|
||||||
|
2025-07-14 04:34:12.427 INFO (MainThread) [homeassistant.components.button] Setting up onvif.button
|
||||||
|
2025-07-14 04:34:12.427 INFO (MainThread) [homeassistant.components.camera] Setting up onvif.camera
|
||||||
|
2025-07-14 04:34:12.428 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up onvif.binary_sensor
|
||||||
|
2025-07-14 04:34:12.428 INFO (MainThread) [homeassistant.components.sensor] Setting up onvif.sensor
|
||||||
|
2025-07-14 04:34:12.428 INFO (MainThread) [homeassistant.components.switch] Setting up onvif.switch
|
||||||
|
2025-07-14 04:34:12.430 INFO (MainThread) [homeassistant.components.sensor] Setting up energy.sensor
|
||||||
|
2025-07-14 04:34:12.432 INFO (MainThread) [homeassistant.components.switch] Setting up esphome.switch
|
||||||
|
2025-07-14 04:34:12.433 INFO (MainThread) [homeassistant.components.sensor] Setting up esphome.sensor
|
||||||
|
2025-07-14 04:34:12.433 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up esphome.binary_sensor
|
||||||
|
2025-07-14 04:34:12.433 INFO (MainThread) [homeassistant.components.switch] Setting up esphome.switch
|
||||||
|
2025-07-14 04:34:12.433 INFO (MainThread) [homeassistant.components.sensor] Setting up esphome.sensor
|
||||||
|
2025-07-14 04:34:12.437 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up esphome.binary_sensor
|
||||||
|
2025-07-14 04:34:12.445 INFO (MainThread) [homeassistant.components.switch] Setting up hacs.switch
|
||||||
|
2025-07-14 04:34:12.447 INFO (MainThread) [homeassistant.components.update] Setting up hacs.update
|
||||||
|
2025-07-14 04:34:12.451 INFO (MainThread) [homeassistant.components.button] Setting up onvif.button
|
||||||
|
2025-07-14 04:34:12.451 INFO (MainThread) [custom_components.hacs] Stage changed: setup
|
||||||
|
2025-07-14 04:34:12.452 INFO (MainThread) [custom_components.hacs] Stage changed: waiting
|
||||||
|
2025-07-14 04:34:12.452 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
|
||||||
|
2025-07-14 04:34:12.454 INFO (MainThread) [homeassistant.components.calendar] Setting up local_calendar.calendar
|
||||||
|
2025-07-14 04:34:12.455 INFO (MainThread) [homeassistant.components.weather] Setting up met.weather
|
||||||
|
2025-07-14 04:34:12.715 INFO (MainThread) [aioesphomeapi.reconnect_logic] Successfully connected to ventilation @ 192.168.88.192 in 0.278s
|
||||||
|
2025-07-14 04:34:12.886 INFO (MainThread) [homeassistant.setup] Setting up yandex_smart_home
|
||||||
|
2025-07-14 04:34:12.887 INFO (MainThread) [homeassistant.setup] Setup of domain yandex_smart_home took 0.00 seconds
|
||||||
|
2025-07-14 04:34:12.951 INFO (MainThread) [aioesphomeapi.reconnect_logic] Successful handshake with ventilation @ 192.168.88.192 in 0.236s
|
||||||
|
2025-07-14 04:34:12.959 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.teplica_sensor_vlaga (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+mqtt%22
|
||||||
|
2025-07-14 04:34:12.996 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.gas_kitchen (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>) is using native unit of measurement 'ppm' which is not a valid unit for the device class ('gas') it is using; expected one of ['ft³', 'm³', 'CCF']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+mqtt%22
|
||||||
|
2025-07-14 04:34:14.656 INFO (MainThread) [homeassistant.setup] Setting up lock
|
||||||
|
2025-07-14 04:34:14.657 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.00 seconds
|
||||||
|
2025-07-14 04:34:14.663 INFO (MainThread) [homeassistant.components.sensor] Setting up ttlock.sensor
|
||||||
|
2025-07-14 04:34:14.666 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up ttlock.binary_sensor
|
||||||
|
2025-07-14 04:34:14.668 INFO (MainThread) [homeassistant.components.switch] Setting up ttlock.switch
|
||||||
|
2025-07-14 04:34:14.670 INFO (MainThread) [homeassistant.components.lock] Setting up ttlock.lock
|
||||||
|
2025-07-14 04:34:15.556 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for kontroller_kochegarka @ 192.168.10.214: Error connecting to [AddrInfo(family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>, proto=6, sockaddr=IPv4Sockaddr(address='192.168.10.214', port=6053))]: [Errno 113] Connect call failed ('192.168.10.214', 6053) (SocketAPIError)
|
||||||
|
2025-07-14 04:34:15.557 INFO (MainThread) [aioesphomeapi.reconnect_logic] Trying to connect to kontroller_kochegarka @ 192.168.10.214 in the background
|
||||||
|
2025-07-14 04:34:15.751 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up ping.binary_sensor
|
||||||
|
2025-07-14 04:34:15.753 INFO (MainThread) [homeassistant.components.device_tracker] Setting up ping.device_tracker
|
||||||
|
2025-07-14 04:34:15.755 INFO (MainThread) [homeassistant.components.sensor] Setting up ping.sensor
|
||||||
|
2025-07-14 04:34:15.769 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up ping.binary_sensor
|
||||||
|
2025-07-14 04:34:15.770 INFO (MainThread) [homeassistant.components.device_tracker] Setting up ping.device_tracker
|
||||||
|
2025-07-14 04:34:15.771 INFO (MainThread) [homeassistant.components.sensor] Setting up ping.sensor
|
||||||
|
2025-07-14 04:34:15.774 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up ping.binary_sensor
|
||||||
|
2025-07-14 04:34:15.775 INFO (MainThread) [homeassistant.components.device_tracker] Setting up ping.device_tracker
|
||||||
|
2025-07-14 04:34:15.775 INFO (MainThread) [homeassistant.components.sensor] Setting up ping.sensor
|
||||||
|
2025-07-14 04:34:15.781 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up ping.binary_sensor
|
||||||
|
2025-07-14 04:34:15.782 INFO (MainThread) [homeassistant.components.device_tracker] Setting up ping.device_tracker
|
||||||
|
2025-07-14 04:34:15.783 INFO (MainThread) [homeassistant.components.sensor] Setting up ping.sensor
|
||||||
|
2025-07-14 04:34:15.786 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up ping.binary_sensor
|
||||||
|
2025-07-14 04:34:15.787 INFO (MainThread) [homeassistant.components.device_tracker] Setting up ping.device_tracker
|
||||||
|
2025-07-14 04:34:15.788 INFO (MainThread) [homeassistant.components.sensor] Setting up ping.sensor
|
||||||
|
2025-07-14 04:34:15.813 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up ping.binary_sensor
|
||||||
|
2025-07-14 04:34:15.814 INFO (MainThread) [homeassistant.components.device_tracker] Setting up ping.device_tracker
|
||||||
|
2025-07-14 04:34:15.815 INFO (MainThread) [homeassistant.components.sensor] Setting up ping.sensor
|
||||||
|
2025-07-14 04:34:15.895 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up ping.binary_sensor
|
||||||
|
2025-07-14 04:34:15.896 INFO (MainThread) [homeassistant.components.device_tracker] Setting up ping.device_tracker
|
||||||
|
2025-07-14 04:34:15.897 INFO (MainThread) [homeassistant.components.sensor] Setting up ping.sensor
|
||||||
|
2025-07-14 04:34:15.900 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 18.65s
|
||||||
|
2025-07-14 04:34:15.902 INFO (MainThread) [homeassistant.core] Starting Home Assistant
|
||||||
|
2025-07-14 04:34:15.924 INFO (MainThread) [custom_components.hacs] Stage changed: startup
|
||||||
|
2025-07-14 04:34:15.930 INFO (MainThread) [custom_components.hacs] Loading removed repositories
|
||||||
|
2025-07-14 04:34:16.245 INFO (MainThread) [custom_components.hacs] Loading known repositories
|
||||||
|
2025-07-14 04:34:16.718 INFO (MainThread) [custom_components.hacs] Stage changed: running
|
||||||
|
2025-07-14 04:34:16.783 INFO (MainThread) [homeassistant.components.automation.proverka_okon] Проверка окон: Running automation actions
|
||||||
|
2025-07-14 04:34:16.784 INFO (MainThread) [homeassistant.components.automation.proverka_okon] Проверка окон: Executing step call service
|
||||||
|
2025-07-14 04:34:16.785 INFO (MainThread) [homeassistant.components.automation.proverka_okon] Initialized trigger Проверка окон
|
||||||
|
2025-07-14 04:34:16.785 INFO (MainThread) [homeassistant.components.automation.perezagruzka_ha] Initialized trigger Перезагрузка HA
|
||||||
|
2025-07-14 04:34:16.785 INFO (MainThread) [homeassistant.components.automation.button_reboot] Initialized trigger Button reboot
|
||||||
|
2025-07-14 04:34:16.786 INFO (MainThread) [homeassistant.components.automation.gas_kitchen] Initialized trigger gas_kitchen
|
||||||
|
2025-07-14 04:34:16.786 INFO (MainThread) [homeassistant.components.automation.gas_ketchen_status] Initialized trigger gas_ketchen_status
|
||||||
|
2025-07-14 04:34:16.786 INFO (MainThread) [homeassistant.components.automation.vykl_podogrev_chainika] Initialized trigger Выкл подогрев чайника
|
||||||
|
2025-07-14 04:34:16.786 INFO (MainThread) [homeassistant.components.automation.gas_switch_kitchen] Initialized trigger Gas_switch_kitchen
|
||||||
|
2025-07-14 04:34:16.787 INFO (MainThread) [homeassistant.components.automation.vkliuchit_2_iu_skorost_ventiliatsii_na_kukhne] Initialized trigger Включить 2-ю скорость вентиляции на кухне
|
||||||
|
2025-07-14 04:34:16.787 INFO (MainThread) [homeassistant.components.automation.vykliuchit_1_iuskorost_ventiliatsii_na_kukhne] Initialized trigger Выключить 1-юскорость вентиляции на кухне
|
||||||
|
2025-07-14 04:34:16.787 INFO (MainThread) [homeassistant.components.automation.vkliuchit_3_iu_skorost_ventiliatsii_kukhnia] Initialized trigger Включить 3-ю скорость вентиляции кухня
|
||||||
|
2025-07-14 04:34:16.788 INFO (MainThread) [homeassistant.components.automation.close_windows] Initialized trigger Close_windows
|
||||||
|
2025-07-14 04:34:16.788 INFO (MainThread) [homeassistant.components.automation.open_windows] Initialized trigger Open_Windows
|
||||||
|
2025-07-14 04:34:16.788 INFO (MainThread) [homeassistant.components.automation.otkryt_okna_teplitsy] Initialized trigger Открыть окна теплицы
|
||||||
|
2025-07-14 04:34:16.789 INFO (MainThread) [homeassistant.components.automation.zakryt_okna_teplitsy] Initialized trigger Закрыть окна теплицы
|
||||||
|
2025-07-14 04:34:16.789 INFO (MainThread) [homeassistant.components.automation.count_teplica] Initialized trigger count_teplica_closed
|
||||||
|
2025-07-14 04:34:16.789 INFO (MainThread) [homeassistant.components.automation.count_teplica_open] Initialized trigger count_teplica_open
|
||||||
|
2025-07-14 04:34:16.789 INFO (MainThread) [homeassistant.components.automation.status_windows_tep_close] Initialized trigger status_windows_tep_close
|
||||||
|
2025-07-14 04:34:16.789 INFO (MainThread) [homeassistant.components.automation.status_windows_tep_open] Initialized trigger status_windows_tep_open
|
||||||
|
2025-07-14 04:34:16.789 INFO (MainThread) [homeassistant.components.automation.schetchik_okon] Initialized trigger Счетчик окон
|
||||||
|
2025-07-14 04:34:16.790 INFO (MainThread) [homeassistant.components.automation.total_kran_open] Initialized trigger total_kran
|
||||||
|
2025-07-14 04:34:16.790 INFO (MainThread) [homeassistant.components.automation.total_kran_close] Initialized trigger total_kran_close
|
||||||
|
2025-07-14 04:34:16.790 INFO (MainThread) [homeassistant.components.automation.avtomaticheskoe_otkliuchenie_krana_po_vremeni_osnovnoi] Initialized trigger Автоматическое отключение крана по времени Основной
|
||||||
|
2025-07-14 04:34:16.790 INFO (MainThread) [homeassistant.components.automation.avtomaticheskoe_otkliuchenie_krana_po_vremeni_osnovnoi_zakr] Initialized trigger Автоматическое отключение крана по времени Основной-закр
|
||||||
|
2025-07-14 04:34:16.790 INFO (MainThread) [homeassistant.components.automation.on_in1] Initialized trigger on_in1
|
||||||
|
2025-07-14 04:34:16.790 INFO (MainThread) [homeassistant.components.automation.on_in2] Initialized trigger on_in2
|
||||||
|
2025-07-14 04:34:16.792 INFO (MainThread) [homeassistant.components.automation.off_in1_2] Initialized trigger off_in1-2
|
||||||
|
2025-07-14 04:34:16.792 INFO (MainThread) [homeassistant.components.automation.teplica_kran_time] Initialized trigger teplica_kran_time
|
||||||
|
2025-07-14 04:34:16.792 INFO (MainThread) [homeassistant.components.automation.podval_time] Initialized trigger Podval_time
|
||||||
|
2025-07-14 04:34:16.792 INFO (MainThread) [custom_components.ttlock] Webhook registered at http://192.168.88.4:8123/api/webhook/977b8b9b5018be6994aa422a0c634079b86e4daaf6ae56457ea6a6b37c95dd6a
|
||||||
|
2025-07-14 04:34:16.840 INFO (MainThread) [homeassistant.components.automation.proverka_okon] Проверка окон: Executing step delay 0:00:02
|
||||||
|
2025-07-14 04:34:17.908 INFO (MainThread) [homeassistant.components.automation.gas_ketchen_status] gas_ketchen_status: Running automation actions
|
||||||
|
2025-07-14 04:34:17.909 INFO (MainThread) [homeassistant.components.automation.gas_ketchen_status] gas_ketchen_status: Executing step call service
|
||||||
|
2025-07-14 04:34:17.917 INFO (MainThread) [homeassistant.components.automation.gas_ketchen_status] gas_ketchen_status: Executing step delay 0:00:02
|
||||||
|
2025-07-14 04:34:18.230 ERROR (SyncWorker_9) [aiodhcpwatcher] Cannot watch for dhcp packets without a functional packet filter: libpcap is not available. Cannot compile filter !
|
||||||
|
2025-07-14 04:34:18.841 INFO (MainThread) [homeassistant.components.automation.proverka_okon] Проверка окон: Executing step call service
|
||||||
|
2025-07-14 04:34:19.918 INFO (MainThread) [homeassistant.components.automation.gas_ketchen_status] gas_ketchen_status: Executing step call service
|
||||||
|
2025-07-14 04:34:22.875 INFO (MainThread) [homeassistant.components.mqtt.client] MQTT client initialized, birth message sent
|
||||||
|
2025-07-14 04:35:00.035 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.napriazhenie_kochegarka (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>) is using native unit of measurement 'V' which is not a valid unit for the device class ('energy') it is using; expected one of ['GWh', 'MWh', 'J', 'kcal', 'Gcal', 'GJ', 'Wh', 'mWh', 'cal', 'kWh', 'Mcal', 'TWh', 'kJ', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+mqtt%22
|
||||||
|
2025-07-14 04:35:00.039 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.napriazhenie_na_1_etazhe (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>) is using native unit of measurement 'V' which is not a valid unit for the device class ('energy') it is using; expected one of ['GWh', 'MWh', 'J', 'kcal', 'Gcal', 'GJ', 'Wh', 'mWh', 'cal', 'kWh', 'Mcal', 'TWh', 'kJ', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+mqtt%22
|
||||||
|
2025-07-14 04:36:22.238 INFO (MainThread) [homeassistant.components.automation.button_reboot] Button reboot: Running automation actions
|
||||||
|
2025-07-14 04:36:22.238 INFO (MainThread) [homeassistant.components.automation.button_reboot] Button reboot: Executing step call service
|
||||||
|
2025-07-14 04:36:22.249 INFO (MainThread) [homeassistant.components.automation.perezagruzka_ha] Перезагрузка HA: Running automation actions
|
||||||
|
2025-07-14 04:36:22.249 INFO (MainThread) [homeassistant.components.automation.perezagruzka_ha] Перезагрузка HA: Executing step call service
|
||||||
|
2025-07-14 04:36:22.250 INFO (MainThread) [homeassistant.components.automation.button_reboot] Button reboot: Executing step call service
|
||||||
|
2025-07-14 04:36:22.257 INFO (MainThread) [homeassistant.components.automation.perezagruzka_ha] Перезагрузка HA: Executing step call service
|
||||||
|
2025-07-14 04:36:32.838 INFO (MainThread) [aioesphomeapi.reconnect_logic] Processing expected disconnect from ESPHome API for ventilation @ 192.168.88.192
|
||||||
0
home-assistant.log.fault
Normal file
0
home-assistant.log.fault
Normal file
BIN
home-assistant_v2.db
Normal file
BIN
home-assistant_v2.db
Normal file
Binary file not shown.
406
mqtt.yaml
Normal file
406
mqtt.yaml
Normal file
@@ -0,0 +1,406 @@
|
|||||||
|
#Shelly-1PM
|
||||||
|
switch:
|
||||||
|
- name: Подсветка вентиляции
|
||||||
|
unique_id: light_ventilation
|
||||||
|
state_topic: "light_ventilation/status/switch:0"
|
||||||
|
value_template: "{{ value_json.output }}"
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "light_ventilation/command/switch:0"
|
||||||
|
payload_on: "on"
|
||||||
|
payload_off: "off"
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: Свет кочегарка
|
||||||
|
unique_id: light_kochegarka
|
||||||
|
state_topic: "light_kochegarka/status/switch:0"
|
||||||
|
value_template: "{{ value_json.output }}"
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "light_kochegarka/command/switch:0"
|
||||||
|
payload_on: "on"
|
||||||
|
payload_off: "off"
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
#KC868-A16
|
||||||
|
- name: output1-3_KC_868_16
|
||||||
|
unique_id: F024F95A7038-13
|
||||||
|
state_topic: "KC868_A16/F024F95A7038/STATE"
|
||||||
|
value_template: '{{ value_json.output1.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A16/F024F95A7038/SET"
|
||||||
|
payload_on: '{"output1":{"value":true},"output3":{"value":true}}'
|
||||||
|
payload_off: '{"output1":{"value":false},"output3":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: output2-4_KC_868_16
|
||||||
|
unique_id: F024F95A7038-24
|
||||||
|
state_topic: "KC868_A16/F024F95A7038/STATE"
|
||||||
|
value_template: '{{ value_json.output2.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A16/F024F95A7038/SET"
|
||||||
|
payload_on: '{"output2":{"value":true},"output4":{"value":true}}'
|
||||||
|
payload_off: '{"output2":{"value":false},"output4":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
#KC868-A6 Кухня Вентиляция
|
||||||
|
- name: off_on_gas_kitchen
|
||||||
|
unique_id: 2043A8D146FC-4
|
||||||
|
state_topic: "KC868_A6/2043A8D146FC/STATE"
|
||||||
|
value_template: '{{ value_json.output4.value }}'
|
||||||
|
state_on: false
|
||||||
|
state_off: true
|
||||||
|
command_topic: "KC868_A6/2043A8D146FC/SET"
|
||||||
|
payload_on: '{"output4":{"value":false}}'
|
||||||
|
payload_off: '{"output4":{"value":true}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: Gas_switch_1_speed
|
||||||
|
unique_id: 2043A8D146FC-gaswitch
|
||||||
|
state_topic: "KC868_A6/2043A8D146FC/STATE"
|
||||||
|
value_template: '{{ value_json.output1.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A6/2043A8D146FC/SET"
|
||||||
|
payload_on: '{"output1":{"value":true}}'
|
||||||
|
payload_off: '{"output1":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: Gas_switch_2_speed
|
||||||
|
unique_id: 2043A8D146FC-gaswitch-2
|
||||||
|
state_topic: "KC868_A6/2043A8D146FC/STATE"
|
||||||
|
value_template: '{{ value_json.output2.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A6/2043A8D146FC/SET"
|
||||||
|
payload_on: '{"output2":{"value":true}}'
|
||||||
|
payload_off: '{"output2":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: Gas_switch_3_speed
|
||||||
|
unique_id: 2043A8D146FC-gaswitch-3
|
||||||
|
state_topic: "KC868_A6/2043A8D146FC/STATE"
|
||||||
|
value_template: '{{ value_json.output3.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A6/2043A8D146FC/SET"
|
||||||
|
payload_on: '{"output3":{"value":true}}'
|
||||||
|
payload_off: '{"output3":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
#KC868-A8 Теплица
|
||||||
|
- name: teplica_windows_close
|
||||||
|
unique_id: 345F452D7074_1
|
||||||
|
state_topic: "KC868_A8/345F452D7074/STATE"
|
||||||
|
value_template: '{{ value_json.output1.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A8/345F452D7074/SET"
|
||||||
|
payload_on: '{"output1":{"value":true}, "output2":{"value":false}}'
|
||||||
|
payload_off: '{"output1":{"value":false}, "output2":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: teplica_windows_open
|
||||||
|
unique_id: 345F452D7074_2
|
||||||
|
state_topic: "KC868_A8/345F452D7074/STATE"
|
||||||
|
value_template: '{{ value_json.output2.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A8/345F452D7074/SET"
|
||||||
|
payload_on: '{"output2":{"value":true}, "output1":{"value": false}}'
|
||||||
|
payload_off: '{"output2":{"value":false}, "output1":{"value": false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: teplica_kran_vhod_open
|
||||||
|
unique_id: 345F452D7074_3
|
||||||
|
state_topic: "KC868_A8/345F452D7074/STATE"
|
||||||
|
value_template: '{{ value_json.output3.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A8/345F452D7074/SET"
|
||||||
|
payload_on: '{"output3":{"value":true}, "output4":{"value": false} }'
|
||||||
|
payload_off: '{"output3":{"value":false}, "output4":{"value": false} }'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: teplica_kran_vhod_close
|
||||||
|
unique_id: 345F452D7074_4
|
||||||
|
state_topic: "KC868_A8/345F452D7074/STATE"
|
||||||
|
value_template: '{{ value_json.output4.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A8/345F452D7074/SET"
|
||||||
|
payload_on: '{"output4":{"value":true}, "output3":{"value":false} }'
|
||||||
|
payload_off: '{"output4":{"value":false}, "output3":{"value":false} }'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: teplica_kran_open
|
||||||
|
unique_id: 345F452D7074_5
|
||||||
|
state_topic: "KC868_A8/345F452D7074/STATE"
|
||||||
|
value_template: '{{ value_json.output5.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A8/345F452D7074/SET"
|
||||||
|
payload_on: '{"output5":{"value":true}}'
|
||||||
|
payload_off: '{"output5":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: teplica_kran_close
|
||||||
|
unique_id: 345F452D7074_6
|
||||||
|
state_topic: "KC868_A8/345F452D7074/STATE"
|
||||||
|
value_template: '{{ value_json.output6.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A8/345F452D7074/SET"
|
||||||
|
payload_on: '{"output6":{"value":true}}'
|
||||||
|
payload_off: '{"output6":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: teplica_nasos
|
||||||
|
unique_id: 345F452D7074_8
|
||||||
|
state_topic: "KC868_A8/345F452D7074/STATE"
|
||||||
|
value_template: '{{ value_json.output8.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A8/345F452D7074/SET"
|
||||||
|
payload_on: '{"output8":{"value":true}}'
|
||||||
|
payload_off: '{"output8":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
|
||||||
|
#KC868-A16(Кочегарка)
|
||||||
|
- name: Бойлер
|
||||||
|
unique_id: baller
|
||||||
|
state_topic: "KC868_A16/2043A8D14760/STATE"
|
||||||
|
value_template: '{{ value_json.output1.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A16/2043A8D14760/SET"
|
||||||
|
payload_on: '{"output1":{"value":true}}'
|
||||||
|
payload_off: '{"output1":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: Насос отопления
|
||||||
|
unique_id: nasos otoplen
|
||||||
|
state_topic: "KC868_A16/2043A8D14760/STATE"
|
||||||
|
value_template: '{{ value_json.output2.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A16/2043A8D14760/SET"
|
||||||
|
payload_on: '{"output2":{"value":true}}'
|
||||||
|
payload_off: '{"output2":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: Освещение веранда
|
||||||
|
unique_id: Освещение веранда
|
||||||
|
state_topic: "KC868_A16/2043A8D14760/STATE"
|
||||||
|
value_template: '{{ value_json.output3.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A16/2043A8D14760/SET"
|
||||||
|
payload_on: '{"output3":{"value":true}}'
|
||||||
|
payload_off: '{"output3":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: Освещение улица
|
||||||
|
unique_id: Освещение улица
|
||||||
|
state_topic: "KC868_A16/2043A8D14760/STATE"
|
||||||
|
value_template: '{{ value_json.output4.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A16/2043A8D14760/SET"
|
||||||
|
payload_on: '{"output4":{"value":true}}'
|
||||||
|
payload_off: '{"output4":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: Питание теплица
|
||||||
|
unique_id: Питание теплица
|
||||||
|
state_topic: "KC868_A16/2043A8D14760/STATE"
|
||||||
|
value_template: '{{ value_json.output5.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A16/2043A8D14760/SET"
|
||||||
|
payload_on: '{"output5":{"value":true}}'
|
||||||
|
payload_off: '{"output5":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: Розетка на веранде
|
||||||
|
unique_id: Розетка на веранде
|
||||||
|
state_topic: "KC868_A16/2043A8D14760/STATE"
|
||||||
|
value_template: '{{ value_json.output8.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A16/2043A8D14760/SET"
|
||||||
|
payload_on: '{"output8":{"value":true}}'
|
||||||
|
payload_off: '{"output8":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
#KC868-A8 Kochegarka
|
||||||
|
- name: Podval_Close
|
||||||
|
unique_id: Podval_Close
|
||||||
|
state_topic: "KC868_A8/38182B798788/STATE"
|
||||||
|
value_template: '{{ value_json.output1.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A8/38182B798788/SET"
|
||||||
|
payload_on: '{"output1":{"value":true}, "output2":{"value":false}}'
|
||||||
|
payload_off: '{"output1":{"value":false}, "output2":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
- name: Podval_Open
|
||||||
|
unique_id: Podval_Open
|
||||||
|
state_topic: "KC868_A8/38182B798788/STATE"
|
||||||
|
value_template: '{{ value_json.output2.value }}'
|
||||||
|
state_on: true
|
||||||
|
state_off: false
|
||||||
|
command_topic: "KC868_A8/38182B798788/SET"
|
||||||
|
payload_on: '{"output2":{"value":true}, "output1":{"value":false}}'
|
||||||
|
payload_off: '{"output2":{"value":false}, "output1":{"value":false}}'
|
||||||
|
optimistic: true
|
||||||
|
qos: 1
|
||||||
|
retain: true
|
||||||
|
|
||||||
|
|
||||||
|
sensor:
|
||||||
|
|
||||||
|
#Shelly-1PM
|
||||||
|
- name: Напряжение на 1 этаже
|
||||||
|
unique_id: shelly1pmg3-sun
|
||||||
|
state_topic: "light_ventilation/status/switch:0"
|
||||||
|
value_template: "{{ value_json.voltage }}"
|
||||||
|
unit_of_measurement: "V"
|
||||||
|
device_class: 'energy'
|
||||||
|
|
||||||
|
- name: Напряжение кочегарка
|
||||||
|
unique_id: shelly1pmg3-sun_koch
|
||||||
|
state_topic: "light_kochegarka/status/switch:0"
|
||||||
|
value_template: "{{ value_json.voltage }}"
|
||||||
|
unit_of_measurement: "V"
|
||||||
|
device_class: 'energy'
|
||||||
|
|
||||||
|
#Shelly-1PM
|
||||||
|
- name: Temperature_kitchen_vent
|
||||||
|
unique_id: shelly1pmg3-temp
|
||||||
|
state_topic: "light_ventilation/status/switch:0"
|
||||||
|
value_template: "{{ value_json.temperature.tC }}"
|
||||||
|
unit_of_measurement: "°C"
|
||||||
|
device_class: 'temperature'
|
||||||
|
|
||||||
|
|
||||||
|
- name: Temperature_kochegarka
|
||||||
|
unique_id: shelly1pmg3-temp_kocheg
|
||||||
|
state_topic: "light_kochegarka/status/switch:0"
|
||||||
|
value_template: "{{ value_json.temperature.tC }}"
|
||||||
|
unit_of_measurement: "°C"
|
||||||
|
device_class: 'temperature'
|
||||||
|
|
||||||
|
#Контроллер WeMos D1 Mini на базе ESP8266
|
||||||
|
- name: gas_kitchen
|
||||||
|
unique_id: gas_kitchen
|
||||||
|
state_topic: "gas_kitchen/sensor/smoke"
|
||||||
|
value_template: "{{ value_json.data.ppm | round(2) if value_json.data.online == true else -1 }}"
|
||||||
|
unit_of_measurement: "ppm"
|
||||||
|
device_class: 'gas'
|
||||||
|
|
||||||
|
#KC868-A8 Теплица
|
||||||
|
- name: Temperature_teplica
|
||||||
|
unique_id: Temperature_teplica
|
||||||
|
icon: mdi:thermometer
|
||||||
|
state_topic: "KC868_A8/345F452D7074/STATE"
|
||||||
|
value_template: "{{ value_json.sensor1.temperature | round(2) }}"
|
||||||
|
unit_of_measurement: "°C"
|
||||||
|
device_class: 'temperature'
|
||||||
|
|
||||||
|
- name: windows_teplica_status
|
||||||
|
unique_id: windows_teplica_status
|
||||||
|
icon: mdi:window-closed
|
||||||
|
state_topic: "teplica/count/windows"
|
||||||
|
value_template: >-
|
||||||
|
{{ value_json.status}}
|
||||||
|
{{ states('input_number.schetchik_okon') | round(0) }}%
|
||||||
|
|
||||||
|
|
||||||
|
- name: kran_teplica_status
|
||||||
|
unique_id: kran_teplica_status
|
||||||
|
icon: mdi:water-pump
|
||||||
|
state_topic: "teplica/kran"
|
||||||
|
value_template: '{{ value_json.status }}'
|
||||||
|
|
||||||
|
- name: Влажность почвы
|
||||||
|
unique_id: Teplica_sensor_vlaga
|
||||||
|
icon: mdi:thermometer
|
||||||
|
state_topic: "KC868_A8/345F452D7074/STATE"
|
||||||
|
value_template: '{{ value_json.adc1.value | float | round(2) }}'
|
||||||
|
device_class: 'humidity'
|
||||||
|
|
||||||
|
|
||||||
|
#KC868-A8 Кочегарка
|
||||||
|
- name: Temperature_box_kontroller
|
||||||
|
unique_id: Temperature_box_kontroller
|
||||||
|
icon: mdi:thermometer
|
||||||
|
state_topic: "KC868_A8/38182B798788/STATE"
|
||||||
|
value_template: "{{ value_json.sensor1.temperature | round(2) }}"
|
||||||
|
unit_of_measurement: "°C"
|
||||||
|
device_class: 'temperature'
|
||||||
|
|
||||||
|
- name: Temperature_box_server
|
||||||
|
unique_id: Temperature_box_server
|
||||||
|
icon: mdi:thermometer
|
||||||
|
state_topic: "KC868_A8/38182B798788/STATE"
|
||||||
|
value_template: "{{ value_json.sensor2.temperature | round(2) }}"
|
||||||
|
unit_of_measurement: "°C"
|
||||||
|
device_class: 'temperature'
|
||||||
|
|
||||||
|
#KC868-A6
|
||||||
|
- name: Temperature_kitchen
|
||||||
|
unique_id: Temperature_kitchen
|
||||||
|
icon: mdi:thermometer
|
||||||
|
state_topic: "KC868_A6/2043A8D146FC/STATE"
|
||||||
|
value_template: "{{ value_json.sensor1.temperature | round(2) }}"
|
||||||
|
unit_of_measurement: "°C"
|
||||||
|
device_class: 'temperature'
|
||||||
3
python.yaml
Normal file
3
python.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
action: python_script.MRF
|
||||||
|
data:
|
||||||
|
name: "Input-Text"
|
||||||
1
scenes.yaml
Normal file
1
scenes.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[]
|
||||||
1
scripts.yaml
Normal file
1
scripts.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
5
secrets.yaml
Normal file
5
secrets.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
# Use this file to store secrets like usernames and passwords.
|
||||||
|
# Learn more at https://www.home-assistant.io/docs/configuration/secrets/
|
||||||
|
some_password: welcome
|
||||||
|
postgresdb: "postgresql://homeassistant:cbvgcjy0@172.17.0.1:54322/HA"
|
||||||
0
template.yaml
Normal file
0
template.yaml
Normal file
0
yandex_station.yaml
Normal file
0
yandex_station.yaml
Normal file
Reference in New Issue
Block a user