Zoneminder on same NUC as Hass.io

Hi All,

I have a spare NUC, quite a beefy one with an i7 processor and 16G RAM.

I want to install Hass.io on the NUC but want to know if I can also run my Zoneminder instalnce on the same box somehow? I have around 18 camera’s and that chews through some resources. I also have around 650 entities in my current HA instance. I DDon’t want to put HASSIO or Zoneminder on to an RPI3 as I want the performance of a faster processor…

Any thoughts? Thanks

I run HassIO on an Pi3 (runs smoothly) and Zoneminder on a separate pc. I am running 12 cameras on an old i3 with I think 16 meg of RAM and 4 TB HD. I use to run ZM on a 16 core/64GB server with Hass (not HassIO) so I can definitely tell a performance difference but it runs it okay.

i have Hassio running with zoneminder in docker on a nul i5 8GB ram, no problem, using passthough cam feed in ZM and load is on 0.30-40 so no problem.

Hi, with HASSIO as the OS, is there a command line tool available or something where you are abale to load additioanal software unrelated to HASSIO (like docker) Sorry for the noob questions, I just would relaly like to start using HASSIO on a beefy box, but want to run other things on it at the same time.

Thanks

You can totally do this.
There is some useful info in this topic:

I am running an ubuntu VM with docker. I installed hassio via the linux script, but I am free to install anything else I like on the same ubuntu platform.

2 Likes

awesome thanks

I should clarify that this is not using hassio as the OS.
I install ubuntu + docker then install hassio on top.

yes, Install Ubuntu, centos etc and use this guide til get Hassio running


on the side Install docker :slight_smile:

Hi, sorry for the noob questions, maybe this should go intot hte HASSIO install forum, but I am getting the following error when I run curl…

xx@xxxxxxx:~$ sudo curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s
[INFO] Install supervisor docker
Warning: failed to get default registry endpoint from daemon (Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.32/info: dial unix /var/run/docker.sock: connect: permission denied). Using system default: https://index.docker.io/v1/
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.32/images/create?fromImage=homeassistant%2Famd64-hassio-supervisor&tag=0.73: dial unix /var/run/docker.sock: connect: permission denied

Any ideas? Thanks again for the help

Did you install Docker? Is it running?

Do a “sudo su” first :slight_smile:

1 Like

ok, up and running… thanks all…

2 Likes