HA Supervised + OrangePi 4 + Armbian

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!

you have to downgrade docker to version 24, take a look here Home Assistant Supervisor based installations fail after Docker upgrade - Installation - Home Assistant Community (home-assistant.io)

apt install --allow-downgrades -y docker-ce=$(apt-cache madison docker-ce | awk ‘/24.0.7/{print $3}’)

Should help (downgrading docker version to 24.0.7)

And just a little notice.
Supervisor might complain about your system being unsupported, because Armbian is not a supported OS. Only Debian is supported and no derivatives.

Armbian provides ready-to-run images for several boards. If you have Orangepi 4 LTS, then its available for download. If not, here are instructions to build an image. I am running my instance on Odroid M1 with underlying Armbian Bookworm.