So yesterday and today I’ve been attempting to get HomeAssistant up and running. Well following both a turial i found on youtube by TheHookUp and the instructions on the HomeAssistant install pages i wind up with the same issue. VM spins up fine goto the web page to do onboarding and I’m left at the preparing home assistant drop page. looking into the blue button and logs reveils that it keeps timing out trying to download a supervisor docker update. thru some tomfullery i got it to downgradeish but then I’m stuck without supervisor and a partial HomeAssistant install. Im wondering if anyone has Been able to get the latest version running on VM?
Are you doing this on Windows or Linux?
Are you downloading haos_ova-6.5.vdi.zip?
I would go here to download and choose the VDI:
https://www.home-assistant.io/installation/linux/
Are you bridging the ethernet to the host machine?
I have the latest VM running on Linux on a dedicated server. I run ubuntu 20.04. Here is my info:
System Health
Version | core-2021.10.6 |
---|---|
Installation Type | Home Assistant OS |
Development | false |
Supervisor | true |
Docker | true |
User | root |
Virtual Environment | false |
Python Version | 3.9.7 |
Operating System Family | Linux |
Operating System Version | 5.10.70 |
CPU Architecture | x86_64 |
Timezone | America/Denver |
Home Assistant Community Store
GitHub API | ok |
---|---|
Github API Calls Remaining | 4863 |
Installed Version | 1.15.2 |
Stage | running |
Available Repositories | 952 |
Installed Repositories | 23 |
Home Assistant Cloud
Logged In | true |
---|---|
Subscription Expiration | October 25, 2021, 6:00 PM |
Relayer Connected | true |
Remote Enabled | true |
Remote Connected | true |
Alexa Enabled | true |
Google Enabled | true |
Remote Server | us-xxxxxxxxx.xx.xxxx.xxxx |
Reach Certificate Server | ok |
Reach Authentication Server | ok |
Reach Home Assistant Cloud | ok |
Home Assistant Supervisor
Host Operating System | Home Assistant OS 6.5 |
---|---|
Update Channel | stable |
Supervisor Version | supervisor-2021.10.0 |
Docker Version | 20.10.7 |
Disk Total | 93.8 GB |
Disk Used | 11.0 GB |
Healthy | true |
Supported | true |
Board | ova |
Supervisor API | ok |
Version API | ok |
Installed Add-ons | Terminal & SSH (9.2.1), Log Viewer (0.12.0), Z-Wave JS (0.1.45), AppDaemon 4 (0.7.0), Check Home Assistant configuration (3.9.0), Samba share (9.5.1) |
its on windows latest offical build from the homeassistant website ethernet is bridged with full premiscuis mode. i also have the dns servers set to 8.8.8.8 9.9.9.9 and 1.1.1.1
ok so aparently the dns setting in the ha cli does not change the dns settings that were causing my issue. to get to those
ha> login
#nmcli con edit “Home Assistant OS default”
set ipv4.dns 8.8.8.8
save
quit
ha host reboot
it should reboot and the cycle will break. also you can replace 8.8.8.8 with 9.9.9.9 or 1.1.1.1 depending on your prefrence
Neat, where can i find this information?
it was passed on to me in the discord. to my noladge there is no documentation for it othewr than what was provided to me and posted above