V
пока ворнинг надо игнорить, со временем починят
Size: a a a
V
BR
pi@raspberrypi:~ $ sudo systemctl status homeassistant@homeassistant.service
● homeassistant@homeassistant.service - Home Assistant
Loaded: loaded (/etc/systemd/system/homeassistant@homeassistant.service; enabled; vendor preset: enabled)
Active: failed (Result: signal) since Mon 2021-04-19 09:50:14 EEST; 7h ago
Process: 761 ExecStart=/srv/homeassistant/bin/hass -c /home/homeassistant/.homeassistant (code=killed, signal=KILL)
Main PID: 761 (code=killed, signal=KILL)
Apr 19 09:49:59 raspberrypi hass[761]: 2021-04-19 09:49:59 WARNING (MainThread) [homeassistant.components.sensor] Updating systemmonitor sensor took longer than the scheduled update i
Apr 19 09:49:59 raspberrypi hass[761]: 2021-04-19 09:49:59 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0
Apr 19 09:49:59 raspberrypi hass[761]: 2021-04-19 09:49:59 WARNING (MainThread) [homeassistant.components.fan] Updating xiaomi_miio fan took longer than the scheduled update interval
Apr 19 09:49:59 raspberrypi hass[761]: 2021-04-19 09:49:59 WARNING (MainThread) [homeassistant.components.sensor] Updating scrape sensor took longer than the scheduled update interval
Apr 19 09:50:00 raspberrypi hass[761]: 2021-04-19 09:50:00 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'action' whe
Apr 19 09:50:00 raspberrypi hass[761]: 2021-04-19 09:50:00 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'action' whe
Apr 19 09:50:00 raspberrypi hass[761]: 2021-04-19 09:50:00 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'action' whe
Apr 19 09:50:14 raspberrypi systemd[1]: homeassistant@homeassistant.service: Main process exited, code=killed, status=9/KILL
Apr 19 09:50:14 raspberrypi sudo[2088]: pam_unix(sudo:session): session closed for user root
Apr 19 09:50:14 raspberrypi systemd[1]: homeassistant@homeassistant.service: Failed with result 'signal'.
S
Д
АА
A
АА
A
A
АА
A
A
АА
A
АА
Д
D
- id: bed_light_managementПосле очередного обновления триггер не срабатывает, т.е. клавиша выключателя не включает и не выключает ленту. Лента переключается только непосредственно через свой объект.
alias: Управление подсветкой кровати
trigger:
- platform: state
entity_id: switch.0x00000000fe616957_right
action:
- choose:
- conditions:
- condition: state
entity_id: switch.0x00000000fe616957_right
state: 'on'
sequence:
- service: light.turn_on
entity_id: light.0x0000000021f2abf3
- conditions:
- condition: state
entity_id: switch.0x00000000fe616957_right
state: 'off'
sequence:
- service: light.turn_off
entity_id: light.0x000000021f2abf3
default: []
mode: restart
max: 10
D
D
KN