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