"Z-Wave JS UI" problems to connect to an tcp URL as serial port. Nearby discussion #3972 #4076
Replies: 3 comments 1 reply
-
Why are you checking this port? Z-Wave JS UI does not implement a serial port, this port number has nothing behind it.
What dialog are you talking about? Only Z-Wave JS UI will accept a TCP URL of a remote serial port. If you are attempting to put a TCP URL into something that expect a websocket address, it will never work.
Many people run multiple networks successfully. You will need a separate instance of Z-Wave JS UI for every controller. You can't do this with add-ons, unless you know how to create your own add-on from your own repository. You will need a 2nd PC to do it otherwise. |
Beta Was this translation helpful? Give feedback.
-
Hi kpine,
The full command was nc -vz (remoteipaddr) 6638 to check the remote TCP port of esp32's streaming server. The brackets for the IP address were lost when copying and pasting.
The dialog is accessible in the frontend under Settings -> Devices & Services -> Z-Wave -> Add Hub. But I understand now that this is only for hubs and not for the second controller.
Since I also did not find a way to open a second "instance" with own keys, I think this is better implemented in iobroker. Without a new idea to solve my scenario (i think it's not that rare) it seems to become a showstopper for me and I have to return to my iobroker. Regards |
Beta Was this translation helpful? Give feedback.
-
In my first time i did that based native in OS with USBIP for iobroker and build System-Services for it. |
Beta Was this translation helpful? Give feedback.
-
Hi, it seems I have the same problem as in discussion #3972, but I in little different szeanrio.
In the Z-Wave JS UI Add-On I implemented a HUB over USB IP, that works.
There are the the keys defined .
Now I'm trying to add a second HUB over a streaming server on ESP32-S.
I also get the information that the port is open in the ZWave JS UI Docker container with nc -vz 6638.
When I enter the URL in the dialog to add the hub, it seems that a TCP URL is not accepted.
I get the message "Invalid websockte URL"
So i have no chance to define any Keys for an Hub not existing.
Is that basicly possible or i'm on the wrong way?
I try include an second Z-Wave Controller with his own Mesh-Network.
Beta Was this translation helpful? Give feedback.
All reactions