QNAP box => Virtualization Station => use the official HassOS VM
My QNAP box is a 253D, and I gave just 1GB of RAM to the HassOS VM, and has not noticed any performance hit.
So yes, going VM route would consume more resources than container route, but (in my case) I can live with the tax and enjoy the user-friendliness from HassOS.
Donāt know how you could disable VS3 entirely short of uninstalling VS3. So Iād stop here.
Not running Container Station either so cannot really compare. I hope someone else could follow up, in case we really need to find the answer.
But HassOS VM under VS3 is good enough and painless enough for me.
This is a brilliant answer. I got all that to run by fixing some issues with DNS container and HA container, but my networking is still pooched so no container can talk to other containers. Still have to figure that one out. Regardless, this almost gets me to where I need to be so I just wanted to thank you since I have never seen this method mentioned anywhere else.
Hi there all,
I just installed the Hass OS in my Qnap 882 using the OVA image
It was installed in 10 secs
But first os allā¦ now my Hass OS with about 6-8 Add-on have a restart in just 11 sec
Grate grate story !!! so THANKS A LOT TO ALL DEVELOPERS !!!.
So i have installed Hass OS in a 6 GB hard disk image and after installation,
I remember it was about at 20% of HD
Then I installed some apps:
Node-Red, Samba, VSC, MQTT, ADB - Android Debug Bridge, Log Viewer and TasmoAdmin.
Then supervisor give me an errorā¦ something about I have no more spaces on the HD
ā¦I was at about 85-87% od HD.
So here is the problemā¦ I power off the Hass OS VM and I resized the HD from 6 to 10 GB.
And at this point the OS is not started anymoreā¦ I take this error:
I restart the Qnap, but nothingā¦
And I donāt know where to see some other details.
And because I was not happy, I remake all this thinks from beginingā¦ using same steps.
HD of 6 GB at start, installed Hass OS VM, installed some apps
and then sized HD again from 6 to 10 GB.
ā¦ same error
Is there anybody can help me to understand why I canāt resize the Hass OS hard disk please ?
Thanks a lot all.
ā¦and again congratulations !!!
Hope you dont mind me jumping on this thread to ask for some help but struggling to fix my setup. Ive has HASSIO running on VM on my qnap 251 since april without many issues until this morning. It wont boot up, sits there showing " Shell> " . When i reboot i get a brief glimpse of something saying "BdsDxe failed to load Boot0002. Now im sure i can create a new VM but ive lost my configuration which has taken me months to sort. I have a copy of the latest config.yaml but is there anyway i can either get it to reboot or find a way of retrieving files from the installation that wont boot that i can drop into a fresh install. Any help much appreciated
This is the setup I had once I upgraded to Ubuntu 20.4 I kept getting the message that I am running an āUnsupported Installationā Are you getting this message?
I am exploring the debian route, since debian seems to be the offical supported linux version that can run home assistant in supervised mode. Currently I am able to run debian 10, ubuntu 20.4. with hass os in supervised mode. I am finding that home assistant is not auto starting. Working on figuring that out.
Hello everyone! I have tried to install HA in Container Station, where I got the HA Core to work with my laptop inside my home network (behind NAT). Then I installed the OVA version in Virtualization Station to access Hassio/HA Supervisor edition. I setup Virtio for Network setting like you suggested. Everything installs just fine and I get to CLI and I can log in to HA. But I cannot connect to the GUI version in port 8123 with my laptop. Inside HA CLI, I give command ācore infoā and it says the IP is 172.30.32.1 but my QNAP is on 192.168.0.3 inside my home network. I also cannot see the IP (same problem as Bryan) under the Virtualization settings.
Edit: quick answer to myself. I tried to go to URL http://homeassistant.local:8123 and it worked! I used ātracert homeassistant.localā in my Windows CMD and found out the IP is 192.168.0.11:8123 for some reason. Awesome. Hope everything works now ā¦
The Container Station api looks promising, and if I could get it working (for my use case) itāll be good to be able to spin up containers quickly, via the command line and keep everything in one place.
I am using the QNAP TS-431X2, newest firmware = 4.5.2.1566, its a armv7 32 bit machine.
I have adapted the command above:
docker run -d --name āhassio-supervisorā --restart always -v /var/run/docker.sock:/var/run/docker.sock -v /var/run/hassio-hc.sock:/var/run/hassio-hc.sock -v ā/share/Container/Home Assistant/HASS/dataā:/data -v ā/share/Container/Home Assistant/HASS/logā:/var/log -e SUPERVISOR_SHARE="/share/Container/Home Assistant/HASS" -e SUPERVISOR_NAME=āhassio-supervisorā -e HOMEASSISTANT_REPOSITORY=homeassistant/qemuarm-homeassistant homeassistant/armhf-hassio-supervisor
No I am getting the following error:
[02:50:32] INFO: Starting local supervisor watchdogā¦
Fatal Python error: pyinit_main: canāt initialize time
Python runtime state: core initialized
PermissionError: [Errno 1] Operation not permitted
Current thread 0x75af4390 (most recent call first):
[cont-finish.d] executing container finish scriptsā¦
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.