I am about to move from my old RPi2 o an HP SFF Prodesk i3 machine because performance and SD-card-issues…
Can you pleace advice me…
I have installed:
Ubuntu 18.04.2 LTS
Docker
Followed: https://www.home-assistant.io/docs/installation/docker/
Went for Docker-compose. And the documentation regarding the “Exposing device”. But I’m not able to add the Z-Wave service in HA… USB location seems to be wrong…
Start by telling us the truth. you could not have followed your link using docker run and also used docker-compose. They are 2 different commands with different configuration files, etc.
docker run pulls down the officially built Docker image from hub.docker.com. docker-compose could be used to build your own image.
I am in the midst of setting up z-wave, but had issues setting up my RFXcom, and my solution was to add a line in my docker-compose to point to my /dev/serial/by-id/ … you may want to add this to your volumes; as well … see the last line below.
I can access the web UI, and added the integration by the /dev/serial/by-id…, and my “old” key. Restarted, and I got some Z-wave devices showing up in the UI now…
What is the best way to switch from SQLite, is it to go to MySQL or PostgreSQL?