I have zwave js ui running in docker and im trying the WS connect inside of HA
I don’t know what I’m doing wrong
I have zwave js ui running in docker and im trying the WS connect inside of HA
I don’t know what I’m doing wrong
Hi @Rocketplanner83 - Sorry for the delay. Work is busy right so I’m likely slow to respond the next few weeks.
When I was using native docker back in the Angle Fish days, I used the container name to pass zwave-js-ui to Home Assistant.
For example, in my compose file under zwave-js-ui section, I added a container_name
zwave-js-ui:
image: zwavejs/zwave-js-ui:latest
container_name: zwavejs
...
And then in Home Assistant, I used ws://zwavejs:3000
But I was running docker compose
straight from the CLI, so I’m not sure if using Dockage adds anything in between.
I gave this a shot and the zwavejs:3000 didnt work for me.
I changed the yaml to refrence the zwavejs name
Just to wrap this thread up.
I am back on docker vs being on a VM and I got zwavejs working with my dongle.
this is how I got the usb into the container
devices:
- /dev/serial/by-id/usb-Zooz_800_Z-Wave_Stick_533D004242-if00:/dev/zwave