Hello there, i am trying to get my ZBT-1 working with Zigbee2Mqtt in HA. When i am in Settings-System-Hardware i get my ZBT-1 displayed. However when i click configure it asks which network i want to create i select Zigbee its loading and then it loads and returns an error. The error says the firmware could not be correctly identified. I updated the firmware to the latest Zigbee version and tried again, same issue. I am running inside Unraid OS with HA being a VM - passthrough is correctly configured. When i start Zigbee2Mqtt with the following config i am getting the following error in the logs. Thanks for your help.
Config:
socat:
enabled: false
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
slave: tcp-
listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
options: "-d -d"
log: false
serial:
port: /dev/ttyUSB0
adapter: ember
The logs:
[15:08:39] INFO: Preparing to start...
[15:08:39] INFO: Socat not enabled
[15:08:39] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-03-15 15:08:40] info: z2m: Logging to console, file (filename: log.log)
[2025-03-15 15:08:40] info: z2m: Starting Zigbee2MQTT version 2.1.3 (commit #unknown)
[2025-03-15 15:08:40] info: z2m: Starting zigbee-herdsman (3.2.7)
[2025-03-15 15:08:40] info: zh:adapter:discovery: Matched adapter: {"path":"/dev/ttyUSB0","manufacturer":"Nabu Casa","serialNumber":"86f4cb0e0339ef11ae38e5d154516304","pnpId":"usb-Nabu_Casa_Home_Assistant_Connect_ZBT-1_86f4cb0e0339ef11ae38e5d154516304-if00-port0","vendorId":"10c4","productId":"ea60"} => ember: 2
[2025-03-15 15:08:40] info: zh:ember: Using default stack config.
[2025-03-15 15:08:40] info: zh:ember: ======== Ember Adapter Starting ========
[2025-03-15 15:08:40] info: zh:ember:ezsp: ======== EZSP starting ========
[2025-03-15 15:08:40] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-03-15 15:08:40] info: zh:ember:uart:ash: RTS/CTS config is off, enabling software flow control.
[2025-03-15 15:08:40] info: zh:ember:uart:ash: Serial port opened
[2025-03-15 15:08:40] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-03-15 15:08:43] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-03-15 15:08:43] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-03-15 15:08:45] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-03-15 15:08:45] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-03-15 15:08:48] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-03-15 15:08:48] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-03-15 15:08:50] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-03-15 15:08:50] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-03-15 15:08:53] error: z2m: Error while starting zigbee-herdsman
[2025-03-15 15:08:53] error: z2m: Failed to start zigbee-herdsman
[2025-03-15 15:08:53] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-03-15 15:08:53] error: z2m: Exiting...
[2025-03-15 15:08:53] error: z2m: Error: Failed to start EZSP layer with status=HOST_FATAL_ERROR.
at EmberAdapter.initEzsp (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:670:19)
at EmberAdapter.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:1536:24)
at Controller.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/controller.ts:136:29)
at Zigbee.start (/app/lib/zigbee.ts:69:27)
at Controller.start (/app/lib/controller.ts:142:13)
at start (/app/index.js:161:5)