Hi, Wisecracker.
Well, I downloaded the latest container version, but when I started it, I got a bunch of ugly errors:
File "/usr/local/lib/python3.13/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 9, in <module>
from zha.application.gateway import Gateway
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/usr/local/lib/python3.13/site-packages/zha/application/gateway.py", line 30, in <module>
from zha.application import discovery
I knew that trying to debug that was not going to be fun, so I tried a different approach - I copied the individual configuration files from my working 2021 container into the /supervisor/homeassistant/ directory of the haos_ova-14.2.qcow2 VM image. I then found the file /supervisor/homeassistant/.storage/onboarding, and changed the status to “done”. That got me past the “Welcome” screen, and everything came up as it should.
I am now off of the container and running HAOS in a virtual machine.
Thanks.