Log errors in clean install

I just did a fresh installation of HA on an Ubuntu server using docker. Followed these instructions

root@Plex:~# curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-i                                     nstaller/master/hassio_install.sh" | bash -s
[Info] Install supervisor Docker container
[Info] Install supervisor startup scripts
[Info] Install AppArmor scripts
[Info] Run Hass.io

Docker and HA both installed without error. The HA GUI comes up fine. However, I’m seeing a lot of errors in the home-assistant.log.

2020-02-27 15:51:25 ERROR (MainThread) [homeassistant.components.updater] Could not contact Home Assistant Update to check for updates
2020-02-27 15:51:25 ERROR (MainThread) [homeassistant.components.updater] Error fetching Home Assistant update data: 
2020-02-27 15:51:26 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 830, in _resolve_host
    self._resolver.resolve(host, port, family=self._family)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/resolver.py", line 30, in resolve
    host, port, type=socket.SOCK_STREAM, family=family)
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 788, in getaddrinfo
    None, getaddr_func, host, port, family, type, proto, flags)
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.7/socket.py", line 752, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Try again
2020-02-27 15:51:26 ERROR (MainThread) [metno] https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/1.9/ returned Cannot connect to host aa015h6buqvih86i1.api.met.no:443 ssl:None [Try again]
2020-02-27 15:51:26 ERROR (MainThread) [homeassistant.components.met.weather] Retrying in 19 minutes
2020-02-27 15:51:31 WARNING (MainThread) [homeassistant.setup] Setup of hassio is taking over 10 seconds.
2020-02-27 15:51:36 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/ping request
2020-02-27 15:51:36 WARNING (MainThread) [homeassistant.components.hassio] Not connected with Hass.io / system to busy!
2020-02-27 15:51:46 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /homeassistant/options request
2020-02-27 15:51:56 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/options request
2020-02-27 15:52:06 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /homeassistant/info request
2020-02-27 15:52:06 WARNING (MainThread) [homeassistant.components.hassio] Can't read last version: 
2020-02-27 15:52:16 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /ingress/panels request
2020-02-27 15:52:16 ERROR (MainThread) [homeassistant.components.hassio.addon_panel] Can't read panel info: 
2020-02-27 15:52:17 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
    traces=traces), loop=self._loop)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 830, in _resolve_host
    self._resolver.resolve(host, port, family=self._family)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/resolver.py", line 30, in resolve
    host, port, type=socket.SOCK_STREAM, family=family)
  File "/usr/local/lib/python3.7/asyncio/base_events.py", line 788, in getaddrinfo
    None, getaddr_func, host, port, family, type, proto, flags)
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.7/socket.py", line 752, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Try again

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 109, in async_init
    result = await self._async_handle_step(flow, flow.init_step, data)
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 172, in _async_handle_step
    result: Dict = await getattr(flow, method)(user_input)
  File "/usr/src/homeassistant/homeassistant/helpers/config_entry_oauth2_flow.py", line 270, in async_step_discovery
    return await self.async_step_pick_implementation()
  File "/usr/src/homeassistant/homeassistant/helpers/config_entry_oauth2_flow.py", line 202, in async_step_pick_implementation
    implementations = await async_get_implementations(self.hass, self.DOMAIN)
  File "/usr/src/homeassistant/homeassistant/helpers/config_entry_oauth2_flow.py", line 315, in async_get_implementations
    implementation = await get_impl(hass, domain)
  File "/usr/src/homeassistant/homeassistant/components/cloud/account_link.py", line 29, in async_provide_implementation
    services = await _get_services(hass)
  File "/usr/src/homeassistant/homeassistant/components/cloud/account_link.py", line 76, in _get_services
    services = await account_link.async_fetch_available_services(hass.data[DOMAIN])
  File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/account_link.py", line 120, in async_fetch_available_services
    resp = await cloud.client.websession.post(f"{cloud.account_link_url}/services")
  File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
    timeout=real_timeout
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
    req, traces, timeout)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 971, in _create_direct_connection
    raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host account-link.nabucasa.com:443 ssl:None [Try again]
2020-02-27 15:52:27 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /discovery request
2020-02-27 15:52:27 ERROR (MainThread) [homeassistant.components.hassio.discovery] Can't read discover info: 

The configuration.yaml is unchanged from the initial install


# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
#   base_url: example.duckdns.org:8123

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

Based on info you provided, homeassistant has no connection to internet.

Did you install the extra packages here.

Seems that way but I am able to connect to Google Home and other devices on the network. Any idea on how to troubleshoot the connectivity?

Yes. All of the extra packages are installed and on the latest version.

Is there any errors in the supervisor log in the system page.

edit: I had similar errors when testing Raspbian with 64 bit kernel and it there was a Core DNS docker error.

I don’t see a Supervisors log or a System page. How do I find that? The Supervisors Panel is blank.

I’ve never used Docker before. Is there a way to test if there is an issue there? When I run Hello World it works fine. I tried completely removing Docker and reinstalling everything following the guides exactly. I get the exact same errors in the HA logs.

Look here.
xxx.xxx.xxx.xxx:8123/hassio/system

Maybe check this out if you are using ubuntu too.

You also need to have Docker-CE installed. There are well-documented procedures for installing Docker on Ubuntu at Docker.com, you can find installation steps for your Linux distribution in the menu on the left.

I have Docker-CE installed. That is the exact guide I followed.

Looks like a DNS issue. I can ping IPs from the homeassistant container but it don’t resolve domain names.

image

Not sure what to do now as without the supervisor page which should be under the developer tools, maybe if you can ssh into hassio https://www.home-assistant.io/hassio/commandline/ and get the supervisor log to see what is going on you may be able to find out what the deal is, but as it is a fresh install I would just start again with a reboot in between installing apps/docker and starting docker and installing HA.

Like I said before I had a similar issue testing it on Raspbian with 64-bit kernel but gave up as it is still in beta and I already got it running well on Manjaro XFCE for the 64-bit OS

Can you ping and browse internet from Ubuntu server?

Yeah. The server is fine.

I think it’s definitely a DNS issue. I can ping IPs from the homeassistant docker contain but cannot resolve DNS names.
image

Can you run ifconfig on both and compare/provide result.

Have you tried these two on the HA side

ha supervisor info
ha supervisor logs

edit:
Or this one on ubuntu server

sudo docker logs hassio_supervisor

Try this : https://community.home-assistant.io/t/this-is-how-i-installed-hass-io-on-ubuntu-with-docker-portainer-via-ssh/71743

tom@Plex:~$ sudo docker logs hassio_supervisor
20-02-27 20:39:02 INFO (MainThread) [__main__] Initialize Hass.io setup
20-02-27 20:39:02 INFO (MainThread) [hassio.docker.network] Can't find Hass.io network, create new network
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Home Assistant configuration folder /data/homeassistant
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io SSL/TLS folder /data/ssl
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io Add-on data folder /data/addons/data
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io Add-on local repository folder /data/addons/local
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io Add-on git repositories folder /data/addons/git
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io temp folder /data/tmp
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io backup folder /data/backup
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io share folder /data/share
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io DNS folder /data/dns
20-02-27 20:39:03 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/amd64-hassio-supervisor with version 201
20-02-27 20:39:03 INFO (SyncWorker_0) [hassio.docker.supervisor] Connect Supervisor to Hass.io Network
20-02-27 20:39:04 INFO (MainThread) [__main__] Setup HassIO
20-02-27 20:39:04 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.systemd1 - /org/freedesktop/systemd1
20-02-27 20:39:05 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.hostname1 - /org/freedesktop/hostname1
20-02-27 20:39:05 WARNING (MainThread) [hassio.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
20-02-27 20:39:05 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.NetworkManager - /org/freedesktop/NetworkManager/DnsManager
20-02-27 20:39:05 INFO (MainThread) [hassio.host.info] Update local host information
20-02-27 20:39:05 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-27 20:39:05 INFO (MainThread) [hassio.host.services] Update service information
20-02-27 20:39:05 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-27 20:39:05 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-27 20:39:05 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-27 20:39:05 INFO (MainThread) [hassio.host.apparmor] Load AppArmor Profiles: {'hassio-supervisor'}
20-02-27 20:39:05 INFO (MainThread) [hassio.host.services] Reload local service hassio-apparmor.service
20-02-27 20:39:05 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ReloadOrRestartUnit on /org/freedesktop/systemd1
20-02-27 20:39:05 INFO (MainThread) [hassio.dns] No CoreDNS plugin Docker image homeassistant/amd64-hassio-dns found.
20-02-27 20:39:05 INFO (MainThread) [hassio.dns] Setup CoreDNS plugin
20-02-27 20:39:05 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-27 20:39:05 INFO (SyncWorker_2) [hassio.docker.interface] Pull image homeassistant/amd64-hassio-dns tag 1.
20-02-27 20:39:08 INFO (MainThread) [hassio.dns] CoreDNS plugin now installed
20-02-27 20:39:08 INFO (MainThread) [hassio.misc.forwarder] Start DNS port forwarding to 172.30.32.3
20-02-27 20:39:08 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
20-02-27 20:39:14 INFO (SyncWorker_5) [hassio.docker.dns] Start DNS homeassistant/amd64-hassio-dns with version 1 - 172.30.32.3
20-02-27 20:39:14 INFO (MainThread) [hassio.homeassistant] No Home Assistant Docker image homeassistant/qemux86-64-homeassistant found.
20-02-27 20:39:14 INFO (MainThread) [hassio.homeassistant] Setup HomeAssistant landingpage
20-02-27 20:39:14 INFO (SyncWorker_1) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag landingpage.
20-02-27 20:39:18 INFO (MainThread) [hassio.homeassistant] Start HomeAssistant landingpage
20-02-27 20:39:21 INFO (SyncWorker_0) [hassio.docker.homeassistant] Start homeassistant homeassistant/qemux86-64-homeassistant with version landingpage
20-02-27 20:49:21 WARNING (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup!
20-02-27 20:49:21 INFO (MainThread) [hassio.store.git] Clone add-on https://github.com/hassio-addons/repository repository
20-02-27 20:49:21 INFO (MainThread) [hassio.store.git] Clone add-on https://github.com/home-assistant/hassio-addons repository
20-02-27 20:49:24 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 63 new - 0 remove
20-02-27 20:49:24 INFO (MainThread) [hassio.addons] Found 0 installed add-ons
20-02-27 20:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-27 20:49:24 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files
20-02-27 20:49:24 INFO (MainThread) [hassio.discovery] Load 0 messages
20-02-27 20:49:24 INFO (MainThread) [hassio.ingress] Load 0 ingress session
20-02-27 20:49:24 INFO (MainThread) [hassio.secrets] Load Home Assistant secrets: 0
20-02-27 20:49:24 INFO (MainThread) [__main__] Run Hass.io
20-02-27 20:49:24 INFO (MainThread) [hassio.api] Start API on 172.30.32.2
20-02-27 20:49:24 INFO (MainThread) [hassio.addons] Phase 'initialize' start 0 add-ons
20-02-27 20:49:24 INFO (MainThread) [hassio.addons] Phase 'system' start 0 add-ons
20-02-27 20:49:24 INFO (MainThread) [hassio.addons] Phase 'services' start 0 add-ons
20-02-27 20:49:24 INFO (MainThread) [hassio.core] Skip start of Home Assistant
20-02-27 20:49:24 INFO (MainThread) [hassio.addons] Phase 'application' start 0 add-ons
20-02-27 20:49:24 INFO (MainThread) [hassio.tasks] All core tasks are scheduled
20-02-27 20:49:24 INFO (MainThread) [hassio.core] Hass.io is up and running
20-02-27 20:49:24 INFO (MainThread) [hassio.homeassistant] Setup Home Assistant
20-02-27 20:49:24 INFO (SyncWorker_5) [hassio.docker.interface] Update image homeassistant/qemux86-64-homeassistant:landingpage to homeassistant/qemux86-64-homeassistant:0.106.0
20-02-27 20:49:24 INFO (SyncWorker_5) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.106.0.
20-02-27 20:50:15 INFO (SyncWorker_5) [hassio.docker.interface] Stop homeassistant application
20-02-27 20:50:42 INFO (SyncWorker_5) [hassio.docker.interface] Clean homeassistant application
20-02-27 20:50:42 INFO (MainThread) [hassio.homeassistant] Home Assistant docker now installed
20-02-27 20:50:42 INFO (MainThread) [hassio.homeassistant] Start Home Assistant
20-02-27 20:50:44 INFO (SyncWorker_6) [hassio.docker.homeassistant] Start homeassistant homeassistant/qemux86-64-homeassistant with version 0.106.0
20-02-27 21:00:45 WARNING (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup!
20-02-27 21:00:45 ERROR (MainThread) [hassio.homeassistant] Can't start Home Assistant!
20-02-27 21:00:45 INFO (SyncWorker_22) [hassio.docker.interface] Cleanup images: ['homeassistant/qemux86-64-homeassistant:landingpage']
20-02-27 22:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-27 22:56:04 INFO (MainThread) [hassio.host.info] Update local host information
20-02-27 22:56:04 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-27 22:56:07 INFO (MainThread) [hassio.host.services] Update service information
20-02-27 22:56:07 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-27 22:56:07 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-27 22:56:07 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-27 23:49:24 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-27 23:49:25 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-27 23:49:28 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 0 new - 0 remove
20-02-28 00:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 01:02:44 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 01:02:44 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 01:02:45 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 01:02:45 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 01:02:45 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 01:02:45 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 02:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 02:49:24 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 02:49:24 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 02:49:27 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 0 new - 0 remove
20-02-28 03:09:24 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 03:09:24 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 03:09:25 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 03:09:25 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 03:09:25 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 03:09:25 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 04:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 05:16:04 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 05:16:04 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 05:16:05 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 05:16:05 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 05:16:05 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 05:16:05 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 05:49:24 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 05:49:24 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 05:49:26 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 0 new - 0 remove
20-02-28 06:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 07:22:44 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 07:22:44 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 07:22:45 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 07:22:45 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 07:22:45 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 07:22:45 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 08:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 08:49:24 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 08:49:25 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 08:49:29 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 0 new - 0 remove
20-02-28 09:29:24 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 09:29:24 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 09:29:25 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 09:29:25 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 09:29:26 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 09:29:26 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 09:49:30 INFO (MainThread) [__main__] Stopping Hass.io
20-02-28 09:49:32 INFO (MainThread) [hassio.api] Stop API on 172.30.32.2
20-02-28 09:49:32 INFO (MainThread) [hassio.misc.forwarder] Stop DNS forwarding
20-02-28 09:49:32 INFO (MainThread) [hassio.core] Hass.io is down
20-02-28 09:49:32 INFO (MainThread) [__main__] Close Hass.io
20-02-28 09:53:03 INFO (MainThread) [__main__] Initialize Hass.io setup
20-02-28 09:53:03 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/amd64-hassio-supervisor with version 201
20-02-28 09:53:03 INFO (MainThread) [__main__] Setup HassIO
20-02-28 09:53:03 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.systemd1 - /org/freedesktop/systemd1
20-02-28 09:53:04 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.hostname1 - /org/freedesktop/hostname1
20-02-28 09:53:04 WARNING (MainThread) [hassio.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
20-02-28 09:53:04 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.NetworkManager - /org/freedesktop/NetworkManager/DnsManager
20-02-28 09:53:04 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 09:53:04 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 09:53:04 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 09:53:04 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 09:53:04 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 09:53:04 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 09:53:04 INFO (MainThread) [hassio.host.apparmor] Load AppArmor Profiles: {'hassio-supervisor'}
20-02-28 09:53:04 INFO (MainThread) [hassio.host.services] Reload local service hassio-apparmor.service
20-02-28 09:53:04 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ReloadOrRestartUnit on /org/freedesktop/systemd1
20-02-28 09:53:04 INFO (SyncWorker_0) [hassio.docker.interface] Attach to homeassistant/amd64-hassio-dns with version 1
20-02-28 09:53:04 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
20-02-28 09:53:04 INFO (MainThread) [hassio.misc.forwarder] Start DNS port forwarding to 172.30.32.3
20-02-28 09:53:04 INFO (SyncWorker_0) [hassio.docker.interface] Clean hassio_dns application
20-02-28 09:53:09 INFO (SyncWorker_0) [hassio.docker.dns] Start DNS homeassistant/amd64-hassio-dns with version 1 - 172.30.32.3
20-02-28 09:53:09 INFO (SyncWorker_5) [hassio.docker.interface] Attach to homeassistant/qemux86-64-homeassistant with version 0.106.0
20-02-28 09:53:10 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/core repository
20-02-28 09:53:10 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/git/a0d7b954 repository
20-02-28 09:53:10 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 63 new - 0 remove
20-02-28 09:53:10 INFO (MainThread) [hassio.addons] Found 0 installed add-ons
20-02-28 09:53:10 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 09:53:11 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files
20-02-28 09:53:11 INFO (MainThread) [hassio.discovery] Load 0 messages
20-02-28 09:53:11 INFO (MainThread) [hassio.ingress] Load 0 ingress session
20-02-28 09:53:11 INFO (MainThread) [hassio.secrets] Load Home Assistant secrets: 1
20-02-28 09:53:11 INFO (MainThread) [__main__] Run Hass.io
20-02-28 09:53:11 INFO (MainThread) [hassio.api] Start API on 172.30.32.2
20-02-28 09:53:11 INFO (MainThread) [hassio.addons] Phase 'initialize' start 0 add-ons
20-02-28 09:53:11 INFO (MainThread) [hassio.addons] Phase 'system' start 0 add-ons
20-02-28 09:53:11 INFO (MainThread) [hassio.addons] Phase 'services' start 0 add-ons
20-02-28 09:53:11 INFO (SyncWorker_7) [hassio.docker.interface] Start homeassistant/qemux86-64-homeassistant
20-02-28 10:03:13 WARNING (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup!
20-02-28 10:03:14 INFO (MainThread) [hassio.addons] Phase 'application' start 0 add-ons
20-02-28 10:03:14 INFO (MainThread) [hassio.tasks] All core tasks are scheduled
20-02-28 10:03:14 INFO (MainThread) [hassio.core] Hass.io is up and running
20-02-28 12:03:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 12:09:54 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 12:09:54 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 12:09:57 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 12:09:57 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 12:09:58 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 12:09:58 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 13:03:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 13:03:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 13:03:17 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 0 new - 0 remove
20-02-28 14:03:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 14:16:34 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 14:16:34 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 14:16:37 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 14:16:37 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 14:16:37 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 14:16:37 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 16:03:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 16:03:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 16:03:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 16:03:17 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 1 remove
20-02-28 16:23:14 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 16:23:14 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 16:23:15 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 16:23:15 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 16:23:15 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 16:23:15 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 16:59:38 INFO (MainThread) [__main__] Stopping Hass.io
20-02-28 16:59:39 INFO (MainThread) [hassio.api] Stop API on 172.30.32.2
20-02-28 16:59:39 INFO (MainThread) [hassio.misc.forwarder] Stop DNS forwarding

20-02-28 16:59:39 INFO (MainThread) [hassio.core] Hass.io is down
20-02-28 16:59:39 INFO (MainThread) [__main__] Close Hass.io
20-02-28 17:00:09 INFO (MainThread) [__main__] Initialize Hass.io setup
20-02-28 17:00:09 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/amd64-hassio-supervisor with version 201
20-02-28 17:00:09 INFO (MainThread) [__main__] Setup HassIO
20-02-28 17:00:09 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.systemd1 - /org/freedesktop/systemd1
20-02-28 17:00:10 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.hostname1 - /org/freedesktop/hostname1
20-02-28 17:00:10 WARNING (MainThread) [hassio.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
20-02-28 17:00:10 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.NetworkManager - /org/freedesktop/NetworkManager/DnsManager
20-02-28 17:00:10 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 17:00:10 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 17:00:10 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 17:00:10 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 17:00:10 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 17:00:10 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 17:00:10 INFO (MainThread) [hassio.host.apparmor] Load AppArmor Profiles: {'hassio-supervisor'}
20-02-28 17:00:10 INFO (MainThread) [hassio.host.services] Reload local service hassio-apparmor.service
20-02-28 17:00:10 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ReloadOrRestartUnit on /org/freedesktop/systemd1
20-02-28 17:00:10 INFO (SyncWorker_2) [hassio.docker.interface] Attach to homeassistant/amd64-hassio-dns with version 1
20-02-28 17:00:10 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
20-02-28 17:00:10 INFO (MainThread) [hassio.misc.forwarder] Start DNS port forwarding to 172.30.32.3
20-02-28 17:00:10 INFO (SyncWorker_2) [hassio.docker.interface] Clean hassio_dns application
20-02-28 17:00:15 INFO (SyncWorker_2) [hassio.docker.dns] Start DNS homeassistant/amd64-hassio-dns with version 1 - 172.30.32.3
20-02-28 17:00:15 INFO (SyncWorker_0) [hassio.docker.interface] Attach to homeassistant/qemux86-64-homeassistant with version 0.106.0
20-02-28 17:00:15 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/core repository
20-02-28 17:00:15 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/git/a0d7b954 repository
20-02-28 17:00:15 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 62 new - 0 remove
20-02-28 17:00:15 INFO (MainThread) [hassio.addons] Found 0 installed add-ons
20-02-28 17:00:15 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 17:00:16 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files
20-02-28 17:00:16 INFO (MainThread) [hassio.discovery] Load 0 messages
20-02-28 17:00:16 INFO (MainThread) [hassio.ingress] Load 0 ingress session
20-02-28 17:00:16 INFO (MainThread) [hassio.secrets] Load Home Assistant secrets: 1
20-02-28 17:00:16 INFO (MainThread) [__main__] Run Hass.io
20-02-28 17:00:16 INFO (MainThread) [hassio.api] Start API on 172.30.32.2
20-02-28 17:00:16 INFO (MainThread) [hassio.addons] Phase 'initialize' start 0 add-ons
20-02-28 17:00:16 INFO (MainThread) [hassio.core] Hass.io reboot detected
20-02-28 17:00:16 INFO (MainThread) [hassio.tasks] All core tasks are scheduled
20-02-28 17:00:16 INFO (MainThread) [hassio.core] Hass.io is up and running
20-02-28 17:17:57 INFO (MainThread) [__main__] Stopping Hass.io
20-02-28 17:17:57 INFO (MainThread) [hassio.api] Stop API on 172.30.32.2
20-02-28 17:17:57 INFO (MainThread) [hassio.misc.forwarder] Stop DNS forwarding
20-02-28 17:17:57 INFO (MainThread) [hassio.core] Hass.io is down
20-02-28 17:17:57 INFO (MainThread) [__main__] Close Hass.io
20-02-28 17:21:26 INFO (MainThread) [__main__] Initialize Hass.io setup
20-02-28 17:21:27 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/amd64-hassio-supervisor with version 201
20-02-28 17:21:27 INFO (MainThread) [__main__] Setup HassIO
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.systemd1 - /org/freedesktop/systemd1
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.hostname1 - /org/freedesktop/hostname1
20-02-28 17:21:27 WARNING (MainThread) [hassio.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.NetworkManager - /org/freedesktop/NetworkManager/DnsManager
20-02-28 17:21:27 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 17:21:27 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 17:21:27 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 17:21:27 INFO (MainThread) [hassio.host.apparmor] Load AppArmor Profiles: {'hassio-supervisor'}
20-02-28 17:21:27 INFO (MainThread) [hassio.host.services] Reload local service hassio-apparmor.service
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ReloadOrRestartUnit on /org/freedesktop/systemd1
20-02-28 17:21:27 INFO (SyncWorker_1) [hassio.docker.interface] Attach to homeassistant/amd64-hassio-dns with version 1
20-02-28 17:21:27 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
20-02-28 17:21:27 INFO (MainThread) [hassio.misc.forwarder] Start DNS port forwarding to 172.30.32.3
20-02-28 17:21:27 INFO (SyncWorker_1) [hassio.docker.interface] Clean hassio_dns application
20-02-28 17:21:33 INFO (SyncWorker_1) [hassio.docker.dns] Start DNS homeassistant/amd64-hassio-dns with version 1 - 172.30.32.3
20-02-28 17:21:33 INFO (SyncWorker_0) [hassio.docker.interface] Attach to homeassistant/qemux86-64-homeassistant with version 0.106.0
20-02-28 17:21:34 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/git/a0d7b954 repository
20-02-28 17:21:34 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/core repository
20-02-28 17:21:34 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 62 new - 0 remove
20-02-28 17:21:34 INFO (MainThread) [hassio.addons] Found 0 installed add-ons
20-02-28 17:21:34 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 17:21:35 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files
20-02-28 17:21:35 INFO (MainThread) [hassio.discovery] Load 0 messages
20-02-28 17:21:35 INFO (MainThread) [hassio.ingress] Load 0 ingress session
20-02-28 17:21:35 INFO (MainThread) [hassio.secrets] Load Home Assistant secrets: 1
20-02-28 17:21:35 INFO (MainThread) [__main__] Run Hass.io
20-02-28 17:21:35 INFO (MainThread) [hassio.api] Start API on 172.30.32.2
20-02-28 17:21:35 INFO (MainThread) [hassio.addons] Phase 'initialize' start 0 add-ons
20-02-28 17:21:35 INFO (MainThread) [hassio.addons] Phase 'system' start 0 add-ons
20-02-28 17:21:35 INFO (MainThread) [hassio.addons] Phase 'services' start 0 add-ons
20-02-28 17:21:35 INFO (SyncWorker_8) [hassio.docker.interface] Start homeassistant/qemux86-64-homeassistant
20-02-28 17:31:37 WARNING (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup!
20-02-28 17:31:37 INFO (MainThread) [hassio.addons] Phase 'application' start 0 add-ons
20-02-28 17:31:37 INFO (MainThread) [hassio.tasks] All core tasks are scheduled
20-02-28 17:31:37 INFO (MainThread) [hassio.core] Hass.io is up and running
20-02-28 19:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 19:38:17 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 19:38:17 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 19:38:20 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 19:38:20 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 19:38:20 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 19:38:20 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 20:00:20 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with CoreDNS plugin!
20-02-28 20:00:36 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
20-02-28 20:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 20:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 20:31:42 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-28 21:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 21:44:57 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 21:44:57 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 21:44:58 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 21:44:58 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 21:44:58 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 21:44:58 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 23:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 23:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 23:31:38 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 23:31:42 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-28 23:51:37 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 23:51:37 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 23:51:39 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 23:51:39 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 23:51:39 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 23:51:39 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 01:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 01:58:17 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 01:58:17 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 01:58:18 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 01:58:18 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 01:58:18 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 01:58:18 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 02:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-29 02:31:38 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-29 02:31:41 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-29 03:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 04:04:57 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 04:04:57 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 04:04:58 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 04:04:58 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 04:04:58 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 04:04:58 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 05:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-29 05:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-29 05:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 05:31:40 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-29 06:11:37 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 06:11:37 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 06:11:39 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 06:11:39 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 06:11:39 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 06:11:39 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 07:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 08:18:17 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 08:18:17 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 08:18:20 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 08:18:21 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 08:18:21 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 08:18:21 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 08:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-29 08:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-29 08:31:42 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-29 09:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 09:48:31 INFO (MainThread) [__main__] Stopping Hass.io
20-02-29 09:48:33 INFO (MainThread) [hassio.api] Stop API on 172.30.32.2
20-02-29 09:48:33 INFO (MainThread) [hassio.misc.forwarder] Stop DNS forwarding
20-02-29 09:48:33 INFO (MainThread) [hassio.core] Hass.io is down
20-02-29 09:48:33 INFO (MainThread) [__main__] Close Hass.io
20-02-29 09:52:02 INFO (MainThread) [__main__] Initialize Hass.io setup
20-02-29 09:52:02 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/amd64-hassio-supervisor with version 201
20-02-29 09:52:02 INFO (MainThread) [__main__] Setup HassIO
20-02-29 09:52:03 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.systemd1 - /org/freedesktop/systemd1
20-02-29 09:52:03 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.hostname1 - /org/freedesktop/hostname1
20-02-29 09:52:03 WARNING (MainThread) [hassio.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
20-02-29 09:52:03 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.NetworkManager - /org/freedesktop/NetworkManager/DnsManager
20-02-29 09:52:03 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 09:52:03 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 09:52:03 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 09:52:03 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 09:52:03 INFO (MainThread) [hassio.host.network] Update local network DNS information