Hi Tube0013, I recently purchase a TubesZB 2022 POE coordinator to replace my Conbee II. I’m having issued connecting with zigbee2mqtt, please see following HA log:
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/socat.sh
[20:12:19] INFO: Socat not enabled, marking service as down
cont-init: info: /etc/cont-init.d/socat.sh exited 0
cont-init: info: running /etc/cont-init.d/zigbee2mqtt.sh
cont-init: info: /etc/cont-init.d/zigbee2mqtt.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun socat (no readiness notification)
services-up: info: copying legacy longrun zigbee2mqtt (no readiness notification)
[20:12:20] INFO: Handing over control to Zigbee2mqtt Core …
[email protected] start
node index.js
Zigbee2MQTT:info 2022-06-29 20:12:22: Logging to console and directory: ‘/config/zigbee2mqtt/log/2022-06-29.20-12-22’ filename: log.txt
Zigbee2MQTT:info 2022-06-29 20:12:22: Starting Zigbee2MQTT version 1.25.2 (commit #unknown)
Zigbee2MQTT:info 2022-06-29 20:12:22: Starting zigbee-herdsman (0.14.34)
CREATED DECONZ ADAPTER
Zigbee2MQTT:error 2022-06-29 20:12:33: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-06-29 20:12:33: Failed to start zigbee
Zigbee2MQTT:error 2022-06-29 20:12:33: Check Zigbee2MQTT fails to start | Zigbee2MQTT for possible solutions
Zigbee2MQTT:error 2022-06-29 20:12:33: Exiting…
Zigbee2MQTT:error 2022-06-29 20:12:33: undefined
[20:12:34] INFO: Handing over control to Zigbee2mqtt Core … [email protected] start
node index.js
Zigbee2MQTT:info 2022-06-29 20:12:36: Logging to console and directory: ‘/config/zigbee2mqtt/log/2022-06-29.20-12-36’ filename: log.txt
Zigbee2MQTT:info 2022-06-29 20:12:36: Starting Zigbee2MQTT version 1.25.2 (commit #unknown)
Zigbee2MQTT:info 2022-06-29 20:12:36: Starting zigbee-herdsman (0.14.34)
CREATED DECONZ ADAPTER
Zigbee2MQTT:error 2022-06-29 20:12:46: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-06-29 20:12:46: Failed to start zigbee
Zigbee2MQTT:error 2022-06-29 20:12:46: Check Zigbee2MQTT fails to start | Zigbee2MQTT for possible solutions
Zigbee2MQTT:error 2022-06-29 20:12:46: Exiting…
Zigbee2MQTT:error 2022-06-29 20:12:46: undefined
[20:12:47] INFO: Handing over control to Zigbee2mqtt Core … [email protected] start
node index.js
Zigbee2MQTT:info 2022-06-29 20:12:50: Logging to console and directory: ‘/config/zigbee2mqtt/log/2022-06-29.20-12-50’ filename: log.txt
Zigbee2MQTT:info 2022-06-29 20:12:50: Starting Zigbee2MQTT version 1.25.2 (commit #unknown)
Zigbee2MQTT:info 2022-06-29 20:12:50: Starting zigbee-herdsman (0.14.34)
CREATED DECONZ ADAPTER
and TubesZB log:
[D][serial_server:068]: Client 192.168.0.30 disconnected
[D][binary_sensor:036]: ‘Serial Connected’: Sending state OFF
[D][serial_server:103]: New client connected from 192.168.0.30
[D][binary_sensor:036]: ‘Serial Connected’: Sending state ON
[D][serial_server:068]: Client 192.168.0.30 disconnected
[D][binary_sensor:036]: ‘Serial Connected’: Sending state OFF
[D][serial_server:103]: New client connected from 192.168.0.30
[D][binary_sensor:036]: ‘Serial Connected’: Sending state ON
[D][serial_server:068]: Client 192.168.0.30 disconnected
[D][binary_sensor:036]: ‘Serial Connected’: Sending state OFF
[D][serial_server:103]: New client connected from 192.168.0.30
[D][binary_sensor:036]: ‘Serial Connected’: Sending state ON
[D][serial_server:068]: Client 192.168.0.30 disconnected
[D][binary_sensor:036]: ‘Serial Connected’: Sending state OFF
[D][serial_server:103]: New client connected from 192.168.0.30
[D][binary_sensor:036]: ‘Serial Connected’: Sending state ON
[D][serial_server:068]: Client 192.168.0.30 disconnected
[D][binary_sensor:036]: ‘Serial Connected’: Sending state OFF
Hi, I may have the same issue as @bryan1983 my log looked basically the same at-least with debug off.
This is using HAOS and the Zigbee2MQTT as per hassio-zigbee2mqtt#installation guide
Below is my log with debug on
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/socat.sh
[01:39:38] INFO: Socat not enabled, marking service as down
cont-init: info: /etc/cont-init.d/socat.sh exited 0
cont-init: info: running /etc/cont-init.d/zigbee2mqtt.sh
cont-init: info: /etc/cont-init.d/zigbee2mqtt.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun socat (no readiness notification)
services-up: info: copying legacy longrun zigbee2mqtt (no readiness notification)
[01:39:38] INFO: Zigbee Herdsman debug logging enabled
[01:39:38] INFO: Handing over control to Zigbee2mqtt Core ...
> [email protected] start
> node index.js
Zigbee2MQTT:debug 2022-07-01 01:39:40: Can't load state from file /config/zigbee2mqtt/state.json (doesn't exist)
Zigbee2MQTT:info 2022-07-01 01:39:40: Logging to console and directory: '/config/zigbee2mqtt/log/2022-07-01.01-39-40' filename: log.txt
Zigbee2MQTT:debug 2022-07-01 01:39:40: Removing old log directory '/config/zigbee2mqtt/log/2022-07-01.01-39-10'
Zigbee2MQTT:info 2022-07-01 01:39:40: Starting Zigbee2MQTT version 1.25.2 (commit #unknown)
Zigbee2MQTT:info 2022-07-01 01:39:40: Starting zigbee-herdsman (0.14.34)
Zigbee2MQTT:debug 2022-07-01 01:39:40: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null,"disableLED":false},"backupPath":"/config/zigbee2mqtt/coordinator_backup.json","databaseBackupPath":"/config/zigbee2mqtt/database.db.backup","databasePath":"/config/zigbee2mqtt/database.db","network":{"channelList":[11],"extendedPanID":[221,221,221,221,221,221,221,221],"networkKey":"HIDDEN","panID":6754},"serialPort":{}}'
2022-06-30T13:39:40.875Z zigbee-herdsman:adapter No path provided, auto detecting path
Zigbee2MQTT:error 2022-07-01 01:39:40: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-07-01 01:39:40: Failed to start zigbee
Zigbee2MQTT:error 2022-07-01 01:39:40: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-07-01 01:39:40: Exiting...
Zigbee2MQTT:error 2022-07-01 01:39:40: Error: spawn udevadm ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:478:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
[01:39:40] INFO: Zigbee Herdsman debug logging enabled
[01:39:41] INFO: Handing over control to Zigbee2mqtt Core ...
Sorry I should have mentioned I had tired this too but same result unfortunately, I have tried again and also with the development branch “Zigbee2MQTT Edge” but the error looks largely the same although I notice has a little bit more data
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/socat.sh
[07:54:37] INFO: Socat not enabled, marking service as down
cont-init: info: /etc/cont-init.d/socat.sh exited 0
cont-init: info: running /etc/cont-init.d/zigbee2mqtt.sh
cont-init: info: /etc/cont-init.d/zigbee2mqtt.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun socat (no readiness notification)
services-up: info: copying legacy longrun zigbee2mqtt (no readiness notification)
[07:54:37] INFO: Zigbee Herdsman debug logging enabled
[07:54:37] INFO: Handing over control to Zigbee2MQTT Core ...
> [email protected] start
> node index.js
Zigbee2MQTT:debug 2022-07-01 07:54:40: Can't load state from file /config/zigbee2mqtt/state.json (doesn't exist)
Zigbee2MQTT:info 2022-07-01 07:54:40: Logging to console and directory: '/config/zigbee2mqtt/log/2022-07-01.07-54-40' filename: log.txt
Zigbee2MQTT:debug 2022-07-01 07:54:40: Removing old log directory '/config/zigbee2mqtt/log/2022-07-01.07-54-03'
Zigbee2MQTT:info 2022-07-01 07:54:40: Starting Zigbee2MQTT version 1.25.2-dev (commit #3d406c3)
Zigbee2MQTT:info 2022-07-01 07:54:40: Starting zigbee-herdsman (0.14.40)
Zigbee2MQTT:debug 2022-07-01 07:54:40: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null,"disableLED":false},"backupPath":"/config/zigbee2mqtt/coordinator_backup.json","databaseBackupPath":"/config/zigbee2mqtt/database.db.backup","databasePath":"/config/zigbee2mqtt/database.db","network":{"channelList":[11],"extendedPanID":[221,221,221,221,221,221,221,221],"networkKey":"HIDDEN","panID":6754},"serialPort":{}}'
2022-06-30T19:54:40.586Z zigbee-herdsman:adapter No path provided, auto detecting path
Zigbee2MQTT:error 2022-07-01 07:54:40: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-07-01 07:54:40: Failed to start zigbee
Zigbee2MQTT:error 2022-07-01 07:54:40: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-07-01 07:54:40: Exiting...
Zigbee2MQTT:error 2022-07-01 07:54:40: Error: spawn udevadm ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:478:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
If you have the non PoE Ethernet board you can pull the Ethernet module off and move the jumpers to zigbee to usb and flash that way (hold bsl button while plugging in usb). And no reason to keep the Ethernet module on if doing that.
PoE you’ll need to flash over tcp (can be done with usb to serial adaptor as well if you have one)
Hi Tube0013, logs don’t show anymore detail. I uninstalled Zigbee2MQTT and changed to ZHA everything seems to work, can connect and control all devices without any issue.
It ships with the current Z-Stack release. (not the development branch). - I typically will start shipping a new release after a week or so from it’s release so any bugs not caught during the dev/beta can be addressed.
Im having an issue with my coordinator. The USB has come loose-ish. I have to bend the cable down to keep it powered on. and sometimes it turns off.
Is there a way to fix this, relatively easily? Or an alternate way to power the device. Other than this issue (which came from the device falling off a shelf) its been great
The GND and 5V pins are all that matter from the usb connection on this model. The blue arrows point to some “posts” that go through the pcb and can have some solder added to them to help stabilize the port (from the bottom).
If it becomes more of an issue and you don’t have the ability to do it, a local cell phone or computer repair place could probably do it for minimal cost.