#2 HA servers, 1 zwave stick, 1 ZwaveJS UI instance Possible?
1 messages · Page 1 of 1 (latest)
@celest vortex it's your question, but it also applied to my setup... FYI
Anything to add?
Yes, been supported since Z-Wave JS was introduced.
OK, is it documented some where?
i assume I connect the 2nd HA server to the same ZwaveJS UI instance but how do I address that add-on?
I'd say that's too niche to be documented specifically. You can expose the port 3000 in the add-on settings and connect to that host during integration setup on the second instance
Ok, I get that.
So to get the original, the port is ws://a0d7b954-zwavejs2mqtt:3000
I'm scouring all the ZwaveJS Docs wherever I can find them, but don't see how to talk to the port from elsewhere.
I set port 3000 in the addon config and tried adding the addon's IP address to the url above, no connect.
Port 3000 is connected to the first host though, so tried other random ports, no connect either. (ws://10.10.100.8/a0d7b954-zwavejs2mqtt:13000)
Probably a path problem guessing, but don't know.
Got it... ws://10.10.100.8:13000. Set the add-on to add port 13000 of course...
Thanks!
🌝
The expose port settings in the add-on configurations will always expose the port on the host (hostname/IP) itself.