Hassio is running, but no connection with UI

Hello,

First mesage here! I’m running hassio with some ups and downs for about 1,5 years now. Had quite some problems with faulty SD cards and my old RPI Pi 3 (1GB) wasn’t up to the task annymore. So recentrly upgraded to a RPI 4 (8GB). Setup was quite easy, restored a snapshot and everything worked like a charm!

Until yesterday I switched off the power supply to the router and RPI, from there on I wasn’t able to connect to de webserver anymore (also not possible by app). I know hassio is running because the automations still work (true NodeRed).

First thing I tried was a fresh install on a different SD card (64bit because of the 8GB version), after a few minutes I am able to connect to the webserver again (by using http://xx.xx.xx.xx:8123) and setup Samba and put back some saved snapshots. But when I recover one of the snapshots (older and newer ones) the problem retunes and I am not able to connect to the webserver anymore (NodeRed is running again, because the automations do work). From here I am able to ping the RPI and access it true Samba.

I think I need to retrieve the log files, but I’m not quite sure where to find them without the web interface.

The add-ons I use:

• AppDaemon
• Duck DNS
• ESPHome
• File editor
Hass.io Google Drive Backup
• MariaDB
• Mosquitto broker
• Node-RED
• Samba share
• Terminal & SSH
• Z-Wave to MQTT
• deCONZ

The RPI gets a static IP address from my router (Experia Box v10A).

What can this be? it is driving me nuts!

Update, i think i found all the logs and system info by means of putty and shh:

System info:

arch: aarch64
audio_input: null
audio_output: null
boot: true
image: homeassistant/raspberrypi4-64-homeassistant
ip_address: 172.30.32.1
last_version: 0.116.4
machine: raspberrypi4-64
port: 8123
ssl: true
version: 0.115.6
version_latest: 0.116.4
wait_boot: 600
watchdog: true
~ $ ha supervisor info
addons:
- description: Expose Home Assistant folders with SMB/CIFS
  icon: true
  installed: 9.3.0
  logo: true
  name: Samba share
  repository: core
  slug: core_samba
  state: started
  version: 9.3.0
- description: Python Apps and HADashboard using AppDaemon 3.x for Home Assistant
  icon: false
  installed: 4.1.0
  logo: false
  name: AppDaemon
  repository: a0d7b954
  slug: a0d7b954_appdaemon3
  state: stopped
  version: 4.1.0
- description: Free Dynamic DNS (DynDNS or DDNS) service with Let's Encrypt support
  icon: true
  installed: 1.12.0
  logo: true
  name: Duck DNS
  repository: core
  slug: core_duckdns
  state: started
  version: 1.12.1
- description: ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32
    devices.
  icon: true
  installed: 1.14.3
  logo: true
  name: ESPHome
  repository: 15ef4d2f
  slug: 15ef4d2f_esphome
  state: started
  version: 1.15.2
- description: Simple browser-based file editor for Home Assistant
  icon: true
  installed: 5.1.0
  logo: true
  name: File editor
  repository: core
  slug: core_configurator
  state: started
  version: 5.1.0
- description: Automatically back up Hass.io snapshots to Google Drive
  icon: true
  installed: 0.100.0
  logo: true
  name: Hass.io Google Drive Backup
  repository: cebe7a76
  slug: cebe7a76_hassio_google_drive_backup
  state: started
  version: 0.101.3
- description: An Open Source MQTT broker
  icon: true
  installed: "5.1"
  logo: true
  name: Mosquitto broker
  repository: core
  slug: core_mosquitto
  state: started
  version: "5.1"
- description: Flow-based programming for the Internet of Things
  icon: true
  installed: 7.0.0
  logo: true
  name: Node-RED
  repository: a0d7b954
  slug: a0d7b954_nodered
  state: started
  version: 7.2.5
- description: Allow logging in remotely to Home Assistant using SSH
  icon: true
  installed: 8.5.4
  logo: true
  name: Terminal & SSH
  repository: core
  slug: core_ssh
  state: started
  version: 8.9.1
- description: Fully configurable Z-Wave to MQTT gateway and control panel
  icon: true
  installed: 0.6.0
  logo: true
  name: Z-Wave to MQTT
  repository: a0d7b954
  slug: a0d7b954_zwave2mqtt
  state: stopped
  version: 0.8.1
- description: Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik
  icon: true
  installed: 5.3.4
  logo: true
  name: deCONZ
  repository: core
  slug: core_deconz
  state: stopped
  version: 6.4.1
- description: An SQL database server
  icon: true
  installed: 2.2.1
  logo: true
  name: MariaDB
  repository: core
  slug: core_mariadb
  state: started
  version: 2.2.1
addons_repositories:
- https://github.com/hassio-addons/repository
- https://github.com/esphome/hassio
- https://github.com/sabeechen/hassio-google-drive-backup
arch: aarch64
channel: stable
debug: false
debug_block: false
diagnostics: null
healthy: true
ip_address: 172.30.32.2
logging: info
supported: true
timezone: Europe/Amsterdam
version: "249"
version_latest: "249"
wait_boot: 5

HA logs:

~ $ ha core logs
target(*args)
  File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 695, in _refresh
    self._info[template] = template.async_render_to_info(
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 306, in async_render_to_info
    render_info._result = self.async_render(variables, **kwargs)
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 285, in async_render
    return compiled.render(kwargs).strip()
  File "/usr/local/lib/python3.8/site-packages/jinja2/environment.py", line 1090, in render
    self.environment.handle_exception()
  File "/usr/local/lib/python3.8/site-packages/jinja2/environment.py", line 832, in handle_exception
    reraise(*rewrite_traceback_stack(source=source))
  File "/usr/local/lib/python3.8/site-packages/jinja2/_compat.py", line 28, in reraise
    raise value.with_traceback(tb)
  File "<template>", line 1, in top-level template code
TypeError: unsupported operand type(s) for +: 'float' and 'str'
2020-10-23 10:30:07 ERROR (MainThread) [homeassistant.helpers.event] Error while processing state changed for sensor.consumption_high_tarif_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 228, in _async_state_change_dispatcher
    hass.async_run_job(action, event)
  File "/usr/src/homeassistant/homeassistant/core.py", line 384, in async_run_job
    target(*args)
  File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 695, in _refresh
    self._info[template] = template.async_render_to_info(
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 306, in async_render_to_info
    render_info._result = self.async_render(variables, **kwargs)
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 285, in async_render
    return compiled.render(kwargs).strip()
  File "/usr/local/lib/python3.8/site-packages/jinja2/environment.py", line 1090, in render
    self.environment.handle_exception()
  File "/usr/local/lib/python3.8/site-packages/jinja2/environment.py", line 832, in handle_exception
    reraise(*rewrite_traceback_stack(source=source))
  File "/usr/local/lib/python3.8/site-packages/jinja2/_compat.py", line 28, in reraise
    raise value.with_traceback(tb)
  File "<template>", line 1, in top-level template code
TypeError: unsupported operand type(s) for +: 'float' and 'str'
2020-10-23 10:30:07 ERROR (MainThread) [homeassistant.helpers.event] Error while processing state changed for sensor.actual_consumption_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 228, in _async_state_change_dispatcher
    hass.async_run_job(action, event)
  File "/usr/src/homeassistant/homeassistant/core.py", line 384, in async_run_job
    target(*args)
  File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 695, in _refresh
    self._info[template] = template.async_render_to_info(
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 306, in async_render_to_info
    render_info._result = self.async_render(variables, **kwargs)
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 285, in async_render
    return compiled.render(kwargs).strip()
  File "/usr/local/lib/python3.8/site-packages/jinja2/environment.py", line 1090, in render
    self.environment.handle_exception()
  File "/usr/local/lib/python3.8/site-packages/jinja2/environment.py", line 832, in handle_exception
    reraise(*rewrite_traceback_stack(source=source))
  File "/usr/local/lib/python3.8/site-packages/jinja2/_compat.py", line 28, in reraise
    raise value.with_traceback(tb)
  File "<template>", line 1, in top-level template code
TypeError: unsupported operand type(s) for -: 'float' and 'str'
2020-10-23 10:30:07 ERROR (MainThread) [homeassistant.helpers.event] Error while processing state changed for sensor.actual_delivery_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 228, in _async_state_change_dispatcher
    hass.async_run_job(action, event)
  File "/usr/src/homeassistant/homeassistant/core.py", line 384, in async_run_job
    target(*args)
  File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 695, in _refresh
    self._info[template] = template.async_render_to_info(
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 306, in async_render_to_info
    render_info._result = self.async_render(variables, **kwargs)
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 285, in async_render
    return compiled.render(kwargs).strip()
  File "/usr/local/lib/python3.8/site-packages/jinja2/environment.py", line 1090, in render
    self.environment.handle_exception()
  File "/usr/local/lib/python3.8/site-packages/jinja2/environment.py", line 832, in handle_exception
    reraise(*rewrite_traceback_stack(source=source))
  File "/usr/local/lib/python3.8/site-packages/jinja2/_compat.py", line 28, in reraise
    raise value.with_traceback(tb)
  File "<template>", line 1, in top-level template code
TypeError: unsupported operand type(s) for -: 'float' and 'str'
2020-10-23 10:30:07 ERROR (MainThread) [homeassistant.helpers.event] Error while processing state changed for sensor.actual_consumption_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 228, in _async_state_change_dispatcher
    hass.async_run_job(action, event)
  File "/usr/src/homeassistant/homeassistant/core.py", line 384, in async_run_job
    target(*args)
  File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 695, in _refresh
    self._info[template] = template.async_render_to_info(
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 306, in async_render_to_info
    render_info._result = self.async_render(variables, **kwargs)
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 285, in async_render
    return compiled.render(kwargs).strip()
  File "/usr/local/lib/python3.8/site-packages/jinja2/environment.py", line 1090, in render
    self.environment.handle_exception()
  File "/usr/local/lib/python3.8/site-packages/jinja2/environment.py", line 832, in handle_exception
    reraise(*rewrite_traceback_stack(source=source))
  File "/usr/local/lib/python3.8/site-packages/jinja2/_compat.py", line 28, in reraise
    raise value.with_traceback(tb)
  File "<template>", line 1, in top-level template code
TypeError: unsupported operand type(s) for -: 'float' and 'str'
2020-10-23 10:30:28 DEBUG (MainThread) [surepy] using available ETag: {'Connection': 'keep-alive', 'Accept': 'application/json, text/plain, */*', 'Origin': 'https://surepetcare.io', 'User-Agent': 'Mozilla/5.0 (Linux; Android 7.0; SM-G930F Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36', 'Referer': 'https://surepetcare.io/', 'Accept-Encoding': 'gzip, deflate', 'Accept-Language': 'en-US,en-GB;q=0.9', 'X-Requested-With': 'com.sureflap.surepetcare', 'Authorization': 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2FwcC5hcGkuc3VyZWh1Yi5pby9hcGkvYXV0aC9sb2dpbiIsImlhdCI6MTYwMzQ0MDkzOSwiZXhwIjoxNjM0ODkwNTM5LCJuYmYiOjE2MDM0NDA5MzksImp0aSI6IjBGcnh4S0Z1NjJDc0VQdzkiLCJzdWIiOjU3MDY3LCJwcnYiOiJiM2VkM2RiMzM0YzJiYzMzYjE4NDI2OTQ3NTU3NTZhM2ZmYmY1YTdkIiwiZGV2aWNlX2lkIjoiMTUzMjU4ODU3MCJ9.axbpxrYTANIgrMi5IE2--CL2ull6q4hhYIE3UaOm8vI', 'ETag': 'Fw9gQ69vQV0D+wkZE09iczLJrig='}
2020-10-23 10:30:29 DEBUG (MainThread) [surepy] using available ETag: {'Connection': 'keep-alive', 'Accept': 'application/json, text/plain, */*', 'Origin': 'https://surepetcare.io', 'User-Agent': 'Mozilla/5.0 (Linux; Android 7.0; SM-G930F Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36', 'Referer': 'https://surepetcare.io/', 'Accept-Encoding': 'gzip, deflate', 'Accept-Language': 'en-US,en-GB;q=0.9', 'X-Requested-With': 'com.sureflap.surepetcare', 'Authorization': 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2FwcC5hcGkuc3VyZWh1Yi5pby9hcGkvYXV0aC9sb2dpbiIsImlhdCI6MTYwMzQ0MDkzOSwiZXhwIjoxNjM0ODkwNTM5LCJuYmYiOjE2MDM0NDA5MzksImp0aSI6IjBGcnh4S0Z1NjJDc0VQdzkiLCJzdWIiOjU3MDY3LCJwcnYiOiJiM2VkM2RiMzM0YzJiYzMzYjE4NDI2OTQ3NTU3NTZhM2ZmYmY1YTdkIiwiZGV2aWNlX2lkIjoiMTUzMjU4ODU3MCJ9.axbpxrYTANIgrMi5IE2--CL2ull6q4hhYIE3UaOm8vI', 'ETag': 'nSG0Hv5PviAc2Oiy5x7DAPBSxog='}
2020-10-23 10:30:29 DEBUG (MainThread) [surepy] using available ETag: {'Connection': 'keep-alive', 'Accept': 'application/json, text/plain, */*', 'Origin': 'https://surepetcare.io', 'User-Agent': 'Mozilla/5.0 (Linux; Android 7.0; SM-G930F Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36', 'Referer': 'https://surepetcare.io/', 'Accept-Encoding': 'gzip, deflate', 'Accept-Language': 'en-US,en-GB;q=0.9', 'X-Requested-With': 'com.sureflap.surepetcare', 'Authorization': 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2FwcC5hcGkuc3VyZWh1Yi5pby9hcGkvYXV0aC9sb2dpbiIsImlhdCI6MTYwMzQ0MDkzOSwiZXhwIjoxNjM0ODkwNTM5LCJuYmYiOjE2MDM0NDA5MzksImp0aSI6IjBGcnh4S0Z1NjJDc0VQdzkiLCJzdWIiOjU3MDY3LCJwcnYiOiJiM2VkM2RiMzM0YzJiYzMzYjE4NDI2OTQ3NTU3NTZhM2ZmYmY1YTdkIiwiZGV2aWNlX2lkIjoiMTUzMjU4ODU3MCJ9.axbpxrYTANIgrMi5IE2--CL2ull6q4hhYIE3UaOm8vI', 'ETag': 'fBI+c1INaP9GShKjAdzbzhuOyCc='}
2020-10-23 10:30:51 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at 172.30.33.4
2020-10-23 10:30:51 WARNING (MainThread) [homeassistant.config_entries] Config entry for deconz not ready yet. Retrying in 80 seconds
~ $

Supervisor logs:

~ $ ha supervisor logs
20-10-23 08:14:45 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
20-10-23 08:14:45 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_cli application
20-10-23 08:14:46 INFO (SyncWorker_0) [supervisor.docker.cli] Starting CLI homeassistant/aarch64-hassio-cli with version 2020.10.0 - 172.30.32.5
20-10-23 08:14:46 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/aarch64-hassio-observer with version 2020.10.1
20-10-23 08:14:46 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/aarch64-hassio-multicast with version 3
20-10-23 08:14:46 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
20-10-23 08:14:46 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_multicast application
20-10-23 08:14:47 INFO (SyncWorker_0) [supervisor.docker.multicast] Starting Multicast homeassistant/aarch64-hassio-multicast with version 3 - Host
20-10-23 08:14:47 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
20-10-23 08:14:47 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/raspberrypi4-64-homeassistant with version 0.115.6
20-10-23 08:14:47 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 11 Home Assistant secrets
20-10-23 08:14:47 INFO (MainThread) [supervisor.hassos] Detect HassOS 4.13 / BootSlot A
20-10-23 08:14:48 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
20-10-23 08:14:48 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
20-10-23 08:14:48 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/cebe7a76 repository
20-10-23 08:14:48 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/15ef4d2f repository
20-10-23 08:14:48 INFO (MainThread) [supervisor.store] Loading add-ons from store: 70 all - 70 new - 0 remove
20-10-23 08:14:48 INFO (MainThread) [supervisor.addons] Found 12 installed add-ons
20-10-23 08:14:48 INFO (SyncWorker_2) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-mariadb with version 2.2.1
20-10-23 08:14:48 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-deconz with version 5.3.4
20-10-23 08:14:48 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to hassioaddons/node-red-aarch64 with version 7.0.0
20-10-23 08:14:48 INFO (SyncWorker_4) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-mosquitto with version 5.1
20-10-23 08:14:48 INFO (SyncWorker_2) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-ssh with version 8.5.4
20-10-23 08:14:48 INFO (SyncWorker_7) [supervisor.docker.interface] Attaching to esphome/esphome-hassio-aarch64 with version 1.14.3
20-10-23 08:14:48 INFO (SyncWorker_6) [supervisor.docker.interface] Attaching to sabeechen/hassio-google-drive-backup-aarch64 with version 0.100.0
20-10-23 08:14:48 INFO (SyncWorker_3) [supervisor.docker.interface] Attaching to hassioaddons/zwave2mqtt-aarch64 with version 0.6.0
20-10-23 08:14:48 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-configurator with version 5.1.0
20-10-23 08:14:48 INFO (SyncWorker_4) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-duckdns with version 1.12.0
20-10-23 08:14:48 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-samba with version 9.3.0
20-10-23 08:14:48 INFO (SyncWorker_5) [supervisor.docker.interface] Attaching to hassioaddons/appdaemon3-aarch64 with version 4.1.0
20-10-23 08:14:48 INFO (MainThread) [supervisor.snapshots] Found 7 snapshot files
20-10-23 08:14:48 INFO (MainThread) [supervisor.discovery] Loaded 2 messages
20-10-23 08:14:48 INFO (MainThread) [supervisor.ingress] Loaded 1 ingress sessions
20-10-23 08:14:49 INFO (MainThread) [__main__] Running Supervisor
20-10-23 08:14:49 INFO (MainThread) [supervisor.hassos] Rauc: A - marked slot kernel.0 as good
20-10-23 08:14:49 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
20-10-23 08:14:49 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 2 add-ons
20-10-23 08:14:49 INFO (SyncWorker_4) [supervisor.docker.interface] Cleaning addon_core_mosquitto application
20-10-23 08:14:51 INFO (SyncWorker_4) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mosquitto with version 5.1
20-10-23 08:14:51 INFO (SyncWorker_3) [supervisor.docker.interface] Cleaning addon_core_mariadb application
20-10-23 08:14:54 INFO (SyncWorker_3) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mariadb with version 2.2.1
20-10-23 08:14:54 INFO (MainThread) [supervisor.services.modules.mqtt] Set core_mosquitto as service provider for mqtt
20-10-23 08:14:58 INFO (MainThread) [supervisor.services.modules.mysql] Set core_mariadb as service provider for MySQL
20-10-23 08:14:59 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 4 add-ons
20-10-23 08:14:59 INFO (SyncWorker_6) [supervisor.docker.interface] Cleaning addon_core_samba application
20-10-23 08:15:00 INFO (SyncWorker_6) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-samba with version 9.3.0
20-10-23 08:15:00 INFO (SyncWorker_1) [supervisor.docker.interface] Cleaning addon_core_duckdns application
20-10-23 08:15:02 INFO (SyncWorker_1) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-duckdns with version 1.12.0
20-10-23 08:15:02 INFO (SyncWorker_4) [supervisor.docker.interface] Cleaning addon_core_ssh application
20-10-23 08:15:04 INFO (SyncWorker_4) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-ssh with version 8.5.4
20-10-23 08:15:04 INFO (SyncWorker_3) [supervisor.docker.interface] Cleaning addon_core_deconz application
20-10-23 08:15:07 INFO (SyncWorker_3) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-deconz with version 5.3.4
20-10-23 08:15:12 INFO (SyncWorker_1) [supervisor.docker.interface] Starting homeassistant
20-10-23 08:15:12 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
20-10-23 08:15:39 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
20-10-23 08:15:45 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
20-10-23 08:15:45 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 4 add-ons
20-10-23 08:15:45 INFO (SyncWorker_6) [supervisor.docker.interface] Cleaning addon_15ef4d2f_esphome application
20-10-23 08:15:46 INFO (SyncWorker_6) [supervisor.docker.addon] Starting Docker add-on esphome/esphome-hassio-aarch64 with version 1.14.3
20-10-23 08:15:46 INFO (SyncWorker_3) [supervisor.docker.interface] Cleaning addon_core_configurator application
20-10-23 08:15:48 INFO (SyncWorker_3) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-configurator with version 5.1.0
20-10-23 08:15:48 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning addon_cebe7a76_hassio_google_drive_backup application
20-10-23 08:15:48 INFO (MainThread) [supervisor.api.security] /host/info access from 15ef4d2f_esphome
20-10-23 08:15:52 INFO (SyncWorker_0) [supervisor.docker.addon] Starting Docker add-on sabeechen/hassio-google-drive-backup-aarch64 with version 0.100.0
20-10-23 08:15:52 INFO (SyncWorker_7) [supervisor.docker.interface] Cleaning addon_a0d7b954_nodered application
20-10-23 08:15:53 INFO (SyncWorker_7) [supervisor.docker.addon] Starting Docker add-on hassioaddons/node-red-aarch64 with version 7.0.0
20-10-23 08:15:58 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
20-10-23 08:15:58 INFO (MainThread) [supervisor.misc.hwmon] Started Supervisor hardware monitor
20-10-23 08:15:58 INFO (MainThread) [supervisor.core] Supervisor is up and running
20-10-23 08:15:58 INFO (MainThread) [supervisor.host.info] Updating local host information
20-10-23 08:15:58 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
20-10-23 08:15:59 INFO (MainThread) [supervisor.host.services] Updating service information
20-10-23 08:15:59 INFO (MainThread) [supervisor.host.network] Updating local network information
20-10-23 08:16:00 INFO (MainThread) [supervisor.api.security] /host/info access from a0d7b954_nodered
20-10-23 08:16:00 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
20-10-23 08:16:02 INFO (MainThread) [supervisor.api.security] /homeassistant/info access from cebe7a76_hassio_google_drive_backup
20-10-23 08:16:02 INFO (MainThread) [supervisor.api.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
20-10-23 08:16:02 INFO (MainThread) [supervisor.api.security] /snapshots access from cebe7a76_hassio_google_drive_backup
20-10-23 08:16:02 INFO (MainThread) [supervisor.api.security] /snapshots/d03b39b2/info access from cebe7a76_hassio_google_drive_backup
20-10-23 08:16:02 INFO (MainThread) [supervisor.api.security] /snapshots/7089d3c3/info access from cebe7a76_hassio_google_drive_backup
20-10-23 08:16:02 INFO (MainThread) [supervisor.api.security] /snapshots/1ca04a27/info access from cebe7a76_hassio_google_drive_backup
20-10-23 08:16:02 INFO (MainThread) [supervisor.api.security] /snapshots/69be8424/info access from cebe7a76_hassio_google_drive_backup
20-10-23 08:16:02 INFO (MainThread) [supervisor.api.security] /snapshots/34946617/info access from cebe7a76_hassio_google_drive_backup
20-10-23 08:16:02 INFO (MainThread) [supervisor.api.security] /snapshots/f69b0dac/info access from cebe7a76_hassio_google_drive_backup
20-10-23 08:16:02 INFO (MainThread) [supervisor.api.security] /snapshots/9b1d44d8/info access from cebe7a76_hassio_google_drive_backup
20-10-23 08:16:03 INFO (MainThread) [supervisor.api.security] /dns/info access from a0d7b954_nodered
20-10-23 08:16:34 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
20-10-23 08:16:34 INFO (MainThread) [supervisor.api.proxy] WebSocket access from a0d7b954_nodered
20-10-23 08:16:34 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running
20-10-23 08:18:51 INFO (MainThread) [supervisor.api.security] /core/info access from core_ssh
20-10-23 08:19:07 INFO (MainThread) [supervisor.api.security] /core/logs access from core_ssh
20-10-23 08:27:10 INFO (MainThread) [supervisor.api.security] /core/check access from core_ssh
20-10-23 08:27:10 INFO (SyncWorker_6) [supervisor.docker] Runing command 'python3 -m homeassistant -c /config --script check_config' on homeassistant/raspberrypi4-64-homeassistant
20-10-23 08:27:43 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant config is valid
20-10-23 08:28:29 INFO (MainThread) [supervisor.api.security] /supervisor/info access from core_ssh
20-10-23 08:31:06 INFO (MainThread) [supervisor.api.security] /core/logs access from core_ssh
20-10-23 08:31:58 INFO (MainThread) [supervisor.api.security] /supervisor/logs access from core_ssh
~ $

Martin.

1 Like

damn you homeassistant , god damn you.