I am currently testing running HA via docker on my QNAP. So far so good all works, well the stuff I have configured does, z wave and mqtt don’t.
Do I need to have a different mind set now? As I was/am running HA via the all in one on a RPi3 where I used telnet, winscp etc. I am guessing I no longer need to do use them? As the config is via a shared folder
\192.168.0.100\Container\hass-config
I was also looking at how I install MQTT in the docker, but I don’t do I ? I just install Mosquitto on the QNAP right?
and I take it there us no need to install OZWCP ? just copy it’s config file to the HA config folder?
OK I fully moved over to a QNAP docker on Friday with, Mosquitto, Z Wave stick, etc and all running perfectly. I had to run the docker in bridged mode, which is fine as I wanted it to have a different IP to my NAS. So easy to take an image of the server and keep a backup. I wish I had done this a long time ago
After a few weeks of running on the QNAP I found out that the docker on QNAP isn’t that great (for me). i was having problems with my z wave stick flipping between different usb paths and I couldn’t sort it. So I am now on a nuc with ubuntu in a docker
I don’t have any of the links but installing dockers via container station is fairly painless
That is the route I ended up going and have installed it and was able to get my most basic needs settled, but I have issues with it running discovery properly and was wondering if you had run into the same. I will keep looking. Honestly, since i was able to get the docker to do what I needed I probably should move on and let it be, but now that I discovered this thing I want to see what else it can do.
This is exactly what I was trying to do myself. I really like the idea of the rasberry Pi but I don’t want to buy anything new if I can make what I already have work, and there is no reason that a 30 dollar board should be required when I have a far more powerful QNAP device that can handle running apps in docker.
HomeAssistant works great in Docker container in my qnap. I have other containers running mosquito, node-red, etc. and all is well. Zwave works great too. My qnap is a TVS-682.
Johnny, is your version of HomeAssistant successfully running discovery or are you getting an errno98 when it starts? If you are not getting errno98, did you do something to fix it or did it just never happen to you?
A python container running a script to monitor my Dahua IP cams for IVS events. A container running mosquitto for MQTT. A container running node-red. A container running pi-hole.
Check my comment history. I think I’ve talked about it before. I create the HomeAssistant container via the command line so I can map USB devices (zwave and serial adapter) to the container.
Thanks Johnny! I ended up finding the solution to my issue by creating a virtual adapter in QNAP with a static IP in the same range as the devices I am monitoring (same range as qnap also) and bridging. This allowed discovery of everything on my network and everything works now. Counter-intuitive but if it’s stupid and it works…
Anyway, I will look up those other containers because I think I would like to stretch out the legs on this install and see what it is capable of.