-
Hello! I couldn't find a similar question with the search tool, sorry if it's a repeat. I've got a fairly expansive area to cover with a detached workshop/outbuilding--I have a wireless bridge to expand my LAN/WLAN, but it's well out of range of Z-WAVE due to construction materials and distance. I'm looking to expand my coverage and install some sensors, using a second Pi running ZwaveJS/ZwaveJS2mqtt just like the first in the main house. My main question is, is it possible to utilize the websocket server when using two Pis? There is no way to configure that in HomeAssistant, which makes sense since the first Pi is acting as the actual ZwaveJS server, and as far as I can tell there is no way to configure this in the GUI available with the Docker image. Is there a way to do this manually in the configuration files or with commands, or do I need to swap over to the MQTT implementation if I intend to use multiple "hub"-type devices? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
All you have to do is add a second instance of the zwave_js integration, giving it the ws URL of the second host. HA has supported multiple zwave-js servers since the first release. |
Beta Was this translation helpful? Give feedback.
All you have to do is add a second instance of the zwave_js integration, giving it the ws URL of the second host. HA has supported multiple zwave-js servers since the first release.