Hey Folks! I am trying to setup a TubesZB PoE coordinator with Zigbee2MQTT. The tutorial I am following is based on a USB connected zigbee stick where I am instead using the TubesZB which is PoE powered and not directly connected to the HA unit.
The instructions on TubeZB site just instruct that you add:
port: 'tcp://IPADDRESS:6638'```
to the serial portion in the Zigbee2MQTT configuration.yaml file. Being as how most of the troubleshooting is focused on folks using USB zigbee sticks, I was hoping someone here might be able to give me a hint on how to get this working..?
The log file and the failure is detailed here:
```Zigbee2MQTT:info 2022-09-28 17:56:01: Starting zigbee-herdsman (0.14.53)
Zigbee2MQTT:info 2022-09-28 17:56:04: zigbee-herdsman started (resumed)
Zigbee2MQTT:info 2022-09-28 17:56:04: Coordinator firmware version: '{"meta":{"maintrel":1,"majorrel":2,"minorrel":7,"product":1,"revision":20220219,"transportrev":2},"type":"zStack3x0"}'
Zigbee2MQTT:info 2022-09-28 17:56:04: Currently 0 devices are joined:
Zigbee2MQTT:info 2022-09-28 17:56:04: Zigbee: disabling joining new devices.
Zigbee2MQTT:info 2022-09-28 17:56:04: Connecting to MQTT server at mqtt://core-mosquito:1883
Zigbee2MQTT:error 2022-09-28 17:56:08: MQTT failed to connect: getaddrinfo ENOTFOUND core-mosquito
Zigbee2MQTT:error 2022-09-28 17:56:08: Exiting...
Zigbee2MQTT:info 2022-09-28 17:56:08: Stopping zigbee-herdsman...
Zigbee2MQTT:info 2022-09-28 17:56:33: Stopped zigbee-herdsman
[17:56:35] INFO: Handing over control to Zigbee2MQTT Core ...
Zigbee2MQTT:info 2022-09-28 17:56:40: Logging to console and directory: '/config/zigbee2mqtt/log/2022-09-28.17-56-40' filename: log.txt
Zigbee2MQTT:info 2022-09-28 17:56:40: Starting Zigbee2MQTT version 1.27.2 (commit #unknown)```