Startup of Zigbee2Mosquitto failed ( using HA Skyconnect Adapater)

Hi, I am a noob here. So please bear with me. Here’s the log details:

Device: HA Green

[09:13:44] INFO: Preparing to start…
[09:13:45] INFO: Socat not enabled
[09:13:49] INFO: Starting Zigbee2MQTT…
Zigbee2MQTT:info 2023-12-29 09:13:58: Logging to console and directory: ‘/config/zigbee2mqtt/log/2023-12-29.09-13-58’ filename: log.txt
Zigbee2MQTT:info 2023-12-29 09:13:58: Starting Zigbee2MQTT version 1.34.0 (commit #unknown)
Zigbee2MQTT:info 2023-12-29 09:13:58: Starting zigbee-herdsman (0.25.0)
Zigbee2MQTT:error 2023-12-29 09:14:19: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2023-12-29 09:14:19: Failed to start zigbee
Zigbee2MQTT:error 2023-12-29 09:14:19: Check Zigbee2MQTT fails to start | Zigbee2MQTT for possible solutions
Zigbee2MQTT:error 2023-12-29 09:14:19: Exiting…
Zigbee2MQTT:error 2023-12-29 09:14:19: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:103:27)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:132:29)
at Zigbee.start (/app/lib/zigbee.ts:60:27)
at Controller.start (/app/lib/controller.ts:101:27)
at start (/app/index.js:107:5)
Attached is the screenshot of the configuration of Z2M:
CleanShot 2023-12-29 at 09.17.12 · CleanShot Cloud

  1. Mosquitto Broker is installed
  2. ZHA add-on is ignored

What else can I do to get this to work? Thanks

Port is correct as seen in screenshot:

z2m defaults to zstack if adapter type is not specified.

You need:

serial:
  port: /dev/serial/by-id/.........
  adapter: ezsp
2 Likes