Hi - I’ve re-installed my OrangePi with Armbian and installed HA via sereral articles. With all articles I’m running into the same issue, and that is that HA won’t start properly.
All containers are created:
But then I try to setup HA it is throwing errors my side, like when I upload a backup it spits out a 504.
When I look into the logs of the containers I’m seeing mostly errors about not being able to reach the supervisor.
2024-01-20 22:14:24.661 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /refresh_updates request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
2024-01-20 22:14:27.734 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
2024-01-20 22:14:27.739 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /core/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
2024-01-20 22:14:27.742 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /supervisor/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
2024-01-20 22:14:27.747 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /os/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
When Lookint at the Observer I’m getting disconnected as a result:
to hassio-network
24-01-20 21:03:11 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/88a6fe515606f2dccae67d6eb8b4b3dd9aa9d6d7fc43739830d93d486788525b/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.2")
24-01-20 21:03:11 CRITICAL (MainThread) [supervisor.supervisor] Can't setup Supervisor Docker container!
Does someone have an idea on what is going on?
Thanks!