HomeAssistant, Update fehlgeschlagen

Bei mir läuft HA 0.82.1, ich möch­te auf 0.83.1 upda­ten. Hin­ter­grund ist, daß nach einem Sonos-Update Text-to-Speech nicht mehr funk­tio­niert. Da dach­te ich, daß es viel­leicht mit einem aktu­el­len HA geht und habe upge­da­ted wie immer.
Danach ging kein Con­nect mehr auf TCP/8123, obwohl HA angeb­lich klag­los lief:

root@raspberrypi:/srv# systemctl status home-assistant@homeassistant.service
● home-assistant@homeassistant.service - Home Assistant
Loaded: loaded (/etc/systemd/system/home-assistant@homeassistant.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2018-11-30 19:38:03 CET; 1min 7s ago
Main PID: 4772 (hass)
CGroup: /system.slice/system-home\x2dassistant.slice/home-assistant@homeassistant.service
└─4772 /srv/homeassistant/bin/python3 /srv/homeassistant/bin/hass -c /home/homeassistant/.homeassistant

Nov 30 19:38:03 raspberrypi systemd[1]: Started Home Assistant.
Nov 30 19:38:09 raspberrypi hass[4772]: 2018-11-30 19:38:09 INFO (MainThread) [homeassistant.loader] Loaded websocket_api from homeassistant.components.websocket_api
Nov 30 19:38:09 raspberrypi hass[4772]: 2018-11-30 19:38:09 INFO (MainThread) [homeassistant.bootstrap] Home Assistant core initialized
Nov 30 19:38:09 raspberrypi hass[4772]: 2018-11-30 19:38:09 INFO (MainThread) [homeassistant.loader] Loaded logger from homeassistant.components.logger
Nov 30 19:38:09 raspberrypi hass[4772]: 2018-11-30 19:38:09 INFO (MainThread) [homeassistant.setup] Setting up logger
root@raspberrypi:/srv#

Aber lau­schen tut der nicht:

root@raspberrypi:/srv# netstat -tulpen | grep python
tcp 0 0 192.168.1.41:1400 0.0.0.0:* LISTEN 999 385576389 4772/python3
root@raspberrypi:/srv#

Mist!
Zum Glück gibts Back­ups 😉 Also das Back­up zurück­ge­spielt und:

root@raspberrypi:/srv# netstat -tulpen | grep python
tcp 0 0 192.168.1.41:1400 0.0.0.0:* LISTEN 999 385595390 6234/python3
tcp 0 0 0.0.0.0:8123 0.0.0.0:* LISTEN 999 385596186 6234/python3
udp 165952 0 0.0.0.0:5353 0.0.0.0:* 999 385596190 6234/python3
udp 165952 0 0.0.0.0:5353 0.0.0.0:* 999 385596189 6234/python3
udp 0 0 0.0.0.0:5353 0.0.0.0:* 999 385596187 6234/python3
udp 0 0 0.0.0.0:50199 0.0.0.0:* 999 385605044 6234/python3
root@raspberrypi:/srv#

Natür­lich geht Text-to-Speech nun wie­der nicht. Ging ganz gut, um die Kin­der zu erschrecken 😉

1 Comment

Add a Comment

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert