#2 HA servers, 1 zwave stick, 1 ZwaveJS UI instance Possible?

1 messages · Page 1 of 1 (latest)

brave portal
#

This came up in Beta Today
#beta message
I also have a server and a beta instance and would like to test more stuff. Is it possible for my beta server to talk to my house zwave network without futzing everything up?
Sounded like an interesting thing to do, and Beta was not the place to discuss.

#

@celest vortex it's your question, but it also applied to my setup... FYI

#

Anything to add?

visual slate
#

Yes, been supported since Z-Wave JS was introduced.

brave portal
#

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?

visual slate
#

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

brave portal
#

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.

brave portal
#

Got it... ws://10.10.100.8:13000. Set the add-on to add port 13000 of course...
Thanks!

#

🌝

visual slate
#

The expose port settings in the add-on configurations will always expose the port on the host (hostname/IP) itself.