#ZWaveJS Integration 'Failed to Connect'

1 messages · Page 1 of 1 (latest)

blissful lark
#

Finally bringing my ZWave integration from the legacy ZWave to the current ZWaveJS.

I'm running HA via a Docker container on an Ubuntu server. I installed the ZWaveJS UI container linked on the HA website, and after a bit of tinkering, was able to get my ZWave controller recognized, and my devices to populate.

I'm having difficulty adding the integration in HA though. Every time, I get a "failed to connect" message.

-I have the websocket server set up on ZWaveJS UI, and it's port 3000, which is already mapped and visible on Docker.
-My HA and ZWaveJSUI Docker containers are on the same bridge network
-I'm referring to the container name when mapping the integration websocket address, which I saw as a solution in a few places online.

This seems like it should work but I'm obviously missing a step somewhere. Any suggestions on where I'm going wrong? Do I need to make any more references between the two containers in my Docker Compose or anything?