I am trying to use a SLZB-06M and Zigbee2MQTT in the Zigbee Coordinator mode in the ethernet connection mode. I have it on a sperate POE switch. I used the Edit in YAML to apply the configuration that I copied from the SLZB-06M and then changed the YAML so that there was only one serial area. I tired the local DNS name and also the IP address. It is also on the ember adapter and the newest development firmware for the SLZB OS and for the Zigbee firmware.
[09:12:28] INFO: Preparing to start…
[09:12:28] INFO: Socat not enabled
[09:12:28] INFO: Starting Zigbee2MQTT…
Starting Zigbee2MQTT without watchdog.
[2025-05-22 09:12:29] info: z2m: Logging to console, file (filename: log.log)
[2025-05-22 09:12:29] info: z2m: Starting Zigbee2MQTT version 2.3.0 (commit #unknown)
[2025-05-22 09:12:29] info: z2m: Starting zigbee-herdsman (4.0.0)
[2025-05-22 09:12:29] info: zh:ember: Using default stack config.
[2025-05-22 09:12:29] info: zh:ember: ======== Ember Adapter Starting ========
[2025-05-22 09:12:29] info: zh:ember:ezsp: ======== EZSP starting ========
[2025-05-22 09:12:29] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-05-22 09:12:29] info: zh:ember:uart:ash: Socket ready
[2025-05-22 09:12:29] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-05-22 09:12:30] error: zh:ember:uart:ash: Port Error: read ECONNRESET
[2025-05-22 09:12:30] info: zh:ember:uart:ash: Port closed.
[2025-05-22 09:12:32] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-05-22 09:12:32] info: zh:ember:uart:ash: Socket ready
[2025-05-22 09:12:32] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-05-22 09:12:33] error: zh:ember:uart:ash: Port Error: read ECONNRESET
[2025-05-22 09:12:33] info: zh:ember:uart:ash: Port closed.
[2025-05-22 09:12:34] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-05-22 09:12:34] info: zh:ember:uart:ash: Socket ready
[2025-05-22 09:12:34] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-05-22 09:12:35] error: zh:ember:uart:ash: Port Error: read ECONNRESET
[2025-05-22 09:12:35] info: zh:ember:uart:ash: Port closed.
[2025-05-22 09:12:37] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-05-22 09:12:37] info: zh:ember:uart:ash: Socket ready
[2025-05-22 09:12:37] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-05-22 09:12:38] error: zh:ember:uart:ash: Port Error: read ECONNRESET
[2025-05-22 09:12:38] info: zh:ember:uart:ash: Port closed.
[2025-05-22 09:12:39] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-05-22 09:12:39] info: zh:ember:uart:ash: Socket ready
[2025-05-22 09:12:39] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-05-22 09:12:41] error: zh:ember:uart:ash: Port Error: read ECONNRESET
[2025-05-22 09:12:41] info: zh:ember:uart:ash: Port closed.
[2025-05-22 09:12:42] error: z2m: Error while starting zigbee-herdsman
[2025-05-22 09:12:42] error: z2m: Failed to start zigbee-herdsman
[2025-05-22 09:12:42] error: z2m: Check Zigbee2MQTT fails to start/crashes runtime | Zigbee2MQTT for possible solutions
[2025-05-22 09:12:42] error: z2m: Exiting…
[2025-05-22 09:12:42] 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:666:19)
at EmberAdapter.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:1548:24)
at Controller.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/controller.ts:133:29)
at Zigbee.start (/app/lib/zigbee.ts:70:27)
at Controller.start (/app/lib/controller.ts:104:13)
at start (/app/index.js:149:5)