@Fredrik_Jacobsson wrote:
I have Hassio installed in a Docker on a Ubuntu host.
I have just discovered that the Discovery dosen’t work.
Have read that you need to use--net=host
when you have installed Hassio in a Docker.
But I don’t really understand how to use it and it seems to be some others that have hade problem when they have been using that command.
Maybe someone knows if it should be like this?
Do I need to include the “device”?
If needed, what should the path be?$ docker run --init -d \ --name="home-assistant" \ -v /PATH_TO_YOUR_CONFIG:/config \ -e "TZ=Europe/Stockholm" \ --device /dev/ttyUSB0:/dev/ttyUSB0 \ --net=host homeassistant/home-assistant:stable
Posts: 2
Participants: 2