My home-assistant won’t come back online after updating the v0.83.3 from v0.82.1.
I’ve found somewhere that there was an issue with Owntracks, so i rolled back to v0.82.1, removed owntracks from my config, and re-updated to v0.83.3 but it’s still staying offline.
my setup:
- Raspberry pi 3
- Hassbian
The issue:
I update Home-Assistant as I always do and no errors show up there besides the same on that’s been there for ages on my end:
netdisco 1.2.2 has requirement zeroconf==0.19.1, but you'll have zeroconf 0.21.3 which is incompatible.
I wait 15 minutes, recheck the UI but it’s still unavailable. Normally it’s up again after a few minutes.
My next move is to check the logs and they show only this entry:
2018-12-05 09:48:48 ERROR (MainThread) [coap] Exception CancelledError() can not be represented as errno, setting -1.
So next i check the service status and get this:
... sudo service home-assistant@homeassistant status
● [email protected] - Home Assistant for homeassistant
Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)
Active: active (running) since Wed 2018-12-05 09:50:24 CET; 8min ago
Main PID: 5658 (hass)
CGroup: /system.slice/system-home\x2dassistant.slice/[email protected]
├─5658 /srv/homeassistant/bin/python3 /srv/homeassistant/bin/hass
└─5679 /srv/homeassistant/bin/python3 -m pip install --quiet sqlalchemy==1.2.14 --upgrade --constraint /srv/homeassistant/lib/python3.5/site-packages/homeassistant/package_constraints.txt
Dec 05 09:50:33 hassbian hass[5658]: 2018-12-05 09:50:33 INFO (MainThread) [homeassistant.loader] Loaded system_log from homeassistant.components.system_log
Dec 05 09:50:33 hassbian hass[5658]: 2018-12-05 09:50:33 INFO (MainThread) [homeassistant.loader] Loaded auth from homeassistant.components.auth
Dec 05 09:50:33 hassbian hass[5658]: 2018-12-05 09:50:33 INFO (MainThread) [homeassistant.loader] Loaded onboarding from homeassistant.components.onboarding
Dec 05 09:50:33 hassbian hass[5658]: 2018-12-05 09:50:33 INFO (MainThread) [homeassistant.loader] Loaded lovelace from homeassistant.components.lovelace
Dec 05 09:50:33 hassbian hass[5658]: 2018-12-05 09:50:33 INFO (MainThread) [homeassistant.loader] Loaded recorder from homeassistant.components.recorder
Dec 05 09:50:33 hassbian hass[5658]: 2018-12-05 09:50:33 INFO (Thread-7) [homeassistant.util.package] Attempting install of sqlalchemy==1.2.14
Dec 05 09:50:33 hassbian hass[5658]: 2018-12-05 09:50:33 INFO (MainThread) [homeassistant.loader] Loaded mqtt from homeassistant.components.mqtt
Dec 05 09:50:33 hassbian hass[5658]: 2018-12-05 09:50:33 INFO (MainThread) [homeassistant.loader] Loaded history from homeassistant.components.history
Dec 05 09:50:33 hassbian hass[5658]: 2018-12-05 09:50:33 INFO (MainThread) [homeassistant.setup] Setting up lovelace
Dec 05 09:50:33 hassbian hass[5658]: 2018-12-05 09:50:33 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds.
Is it possible that the sqlalchemy update is causing the delay? I would assume 15 minutes would have been enough.
Can someone point me into the right direction to fix this?