I have a Nortek HubZ stick with both Zigbee and Z-Wave functionality. Zigbee is detected and works under Docker.
But, no matter what I do or how I map devices, I get “Failed to connect” when I try to add the Z-Wave integration under Docker.
The container is running in Host network mode and is privileged. I’m convinced the devices are correctly mapped, using both /dev/ttyUSB0x and /dev/serial/by-id/…
I believe there’s some issue with the z-wave JS server, but since I’m running the containerized version of HA I don’t have an add-on store to manually install it from. When I set up the integration in VirtualBox it must have gone ahead and installed it automatically.
It fails instantly when trying to connect to ws://localhost:3000 and via the machine’s IP. Possibly also relevant: when running under Docker, HA is not accessible via. homeassistant.local; I have to use the IP or localhost.
I’m not sure which logs to check or where they’re located.
Any help is appreciated.