So I received a hand-me-down HA Green because the original owner considers it “doesn’t work”.
He can’t remember what it did to it so I cannot backtrack much here.
I followed these steps and sure enough, the LEDs indicate it booted OK but [LOCAL_IP]:8123
is not accessible.
I ensured a freshly formatted SD card is inserted.
Looking at the debugging instructions here, I gained ssh access to the host system so that seems to be working.
Running journalctl -f -u hassos-supervisor.service
doesn’t show much:
homeassistant systemd[1]: Starting HassOS supervisor...
homeassistant docker[838]: hassio_supervisor
homeassistant systemd[1]: Started HassOS supervisor.
homeassistant hassos-supervisor[846]: [INFO] Starting the Supervisor...
homeassistant hassos-supervisor[875]: hassio_supervisor
Similarly, docker logs hassio_supervisor
shows no errors, only a warning regarding pulseaudio.
Checking the logs for homeassistant with docker logs homeassistant
also only prints a couple of warnings:
WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=4)
Still HA is not accessible.
Where else could I look for clues?