Installation on rpi zero 2 w

Hi, I’m trying install home assistant os and home assistant supervised on my pi zero 2 w. But i failed. Is there a way to install them to my device ?

1 Like
1 Like

Hi !
i have the same problem.

Last year I managed to do an installation on my raspberry pi zero 2W.
with version 6.6 I didn’t have too many problems and I managed to use a few zigbee devices.
however when upgrading to version 9.X, there were problems with the network so I gave up.
I just tried to install again with the latest version of HA to see if the problem is fixed, but I end up with an error during installation:

23-11-20 22:28:30 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/aarch64-hassio-audio:2023.10.0: 404 Client Error for http+docker://localhost/v1.43/images/ghcr.io/home-assistant/aarch64-hassio-audio:2023.10.0/json: Not Found ("No such image: ghcr.io/home-assistant/aarch64-hassio-audio:2023.10.0")
23-11-20 22:28:30 ERROR (MainThread) [supervisor.plugins.audio] Audio update failed
23-11-20 22:28:30 ERROR (MainThread) [supervisor.plugins.manager] Can't update audio to 2023.10.0, the Supervisor healthy could be compromised!
...
23-11-20 22:36:26 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.11.2: 500 Server Error for http+docker://localhost/v1.43/images/create?tag=2023.11.2&fromImage=ghcr.io%2Fhome-assistant%2Fraspberrypi3-64-homeassistant&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
23-11-20 22:36:26 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
...
23-11-20 22:37:17 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-432' coro=<HomeAssistant._hardware_events() done, defined at /usr/src/supervisor/supervisor/homeassistant/module.py:307> exception=AwesomeVersionCompareException("Can't compare <unknown landingpage> and <CalVer 2021.9.0>")>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/homeassistant/module.py", line 312, in _hardware_events
    or self.version < "2021.9.0"
       ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/awesomeversion/awesomeversion.py", line 171, in __lt__
    raise AwesomeVersionCompareException(
awesomeversion.exceptions.AwesomeVersionCompareException: Can't compare <unknown landingpage> and <CalVer 2021.9.0>

any idea ?