tube0013 / tube_gateways

Information and Documentation on Tube's Zigbee Gateways
271 stars 51 forks source link

RESOLVED: zwave POE kit, using tcp://zwave.poe.ip.here:6638 in zwave-js-ui ? #210

Closed ltgcc closed 3 weeks ago

ltgcc commented 3 weeks ago

Good morning,

I'm having trouble getting zwave-js-ui serial port entry in the configuration page to accept the tcp:// style address of the zwave-poe-kit . Has anyone succeeded doing this?

I'm using the zwave POE kit with the zooz ZAC93 GPIO board for the zwave part.

Can anyone confirm that they have succeeded in getting the POE kit to talk with the zwave-js-ui as suggested in

https://tubeszb.com/product/z-wave-poe-kit/

Requires use of the [Z-Wave JS UI] or the [Z-Wave JS UI Home Assistant Addon]

Set up is as simple as entering the IP address of the ESP32-PoE and port as the serial port in the Z-Wave settings – tcp://IP_ADDRESS:6638

zwave-poe device address is 192.168.22.8

I can successfully ping the zwave-poe from within the zwave-js-ui docker container:

$ docker container  exec -it zwave-js-ui /bin/sh
/usr/src/app # ping 192.168.22.8
PING 192.168.22.8 (192.168.22.8): 56 data bytes
64 bytes from 192.168.22.8: seq=0 ttl=254 time=0.752 ms
64 bytes from 192.168.22.8: seq=1 ttl=254 time=0.847 ms

and the zwave-js-ui docker container sees tcp-serial port on the zwave-poe device:

$ docker container  exec -it zwave-js-ui /bin/sh
/usr/src/app # nc -vz 192.168.22.8 6638
192.168.22.8 (192.168.22.8:6638) open

but when I try to put tcp://192.168.22.8:6638 in the serial port of the zwave-js-ui configuration page:

image

home assistant info is:

Core 2024.10.2 Frontend 20241002.3

thanks in advance!

ltgcc commented 3 weeks ago

this is resolved. User-goof. Thank you.

https://github.com/zwave-js/zwave-js-ui/discussions/3972