@gigaboy wrote:
Running Home Assistant/Docker with Ubuntu on Intel NUC.
I am able to find the Zwave USB as /dev/ttyAMC0I’ve attempted to configure using the HA configuration | integrations widget but complains can’t find it.
However, according to docs here: https://www.home-assistant.io/docs/z-wave/installation/ (under “Platform Specific Instructions > Docker”), it states to add a command to Docker Host. This is where I’m lost.
- How do I access docker host from the command line.
- Wondering what modifications to the command I need to make to work with my instance:
docker run -d --name="home-assistant" -v /home/pi/homeassistant:/config -v /etc/localtime:/etc/localtime:ro --net=host --device=/dev/ttyACM0 homeassistant/raspberrypi3-homeassistant
… as my home directory is names /home/ha-admin - and I wouldn’t think that the “raspberrypi3” would be applicable.
Posts: 9
Participants: 3