Archlinux home assistant supervised install

@adi-mistrzu, thanks for the suggestions. The first one was fixed, although both will work the same way. The second is incorect. MACHINE should be one of the following:

  • generic-x86-64
  • odroid-c2
  • odroid-n2
  • odroid-xu
  • qemuarm
  • qemuarm-64
  • qemux86
  • qemux86-64
  • raspberrypi
  • raspberrypi2
  • raspberrypi3
  • raspberrypi4
  • raspberrypi3-64
  • raspberrypi4-64
  • tinker
  • khadas-vim3

That’s why we have a check_machine function in the install script. If the CPU arch isn’t i386, i686 or x86_64, you need to set MACHINE env var.

Now, about your error, looks like a network configuration issue. Check if NetworkManager is correctly installed and configured.
Also, check System Health - Home Assistant
Should look something like this:

Now looks better:
obraz

But still HA not supervised:
obraz

I managed to run supervisor once, I suppose there is a problem with IP addressing
Could you show me you ifconfig ? docker and hassio shoudn’t be in the same network?


My internet come from mlan0, eth0 is local network.

–UPDATE–

Now work, before run supervisor we must stop home-assistant process.