[2024-06-26 16:24:28] error: z2m: Exiting...
[2024-06-26 16:24:28] error: z2m: 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:101:27)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:127:29)
at Zigbee.start (/app/lib/zigbee.ts:62:27)
at Controller.start (/app/lib/controller.ts:109:27)
at start (/app/index.js:107:5)
I received a SLZB-06M (EFR32MG21) in error yesterday so I have been playing with for a better understanding of the chipset differences. I tried adding it as a second Z2M for multiple coordinators. Not exactly this situation, but I 'm assuming he has an E (same chipset). I tried so many variations and nothing is allowing a connection.
I have two SLZB-06s (CC2652P) and one is flashed as a router. As a test, I switched the router back to a coordinator and the second Z2M activated instantly.
This feels like a Firmware/Z2M issue to me.
Additional info:
I only get the ZStackAdapter.start error when set to z-stack. ezsp and ember produce different errors.
2024-06-26 23:16:25] error: z2m: 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:101:27)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:127:29)
at Zigbee.start (/app/lib/zigbee.ts:62:27)
at Controller.start (/app/lib/controller.ts:109:27)
at start (/app/index.js:107:5)
Any advice would be appreciated. I have learned so much from your Zigbee resolutions!
ember errors
[2024-06-26 23:39:06] error: z2m: Error: Failed to start EZSP layer with status=HOST_FATAL_ERROR.
at EmberAdapter.initEzsp (/app/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:850:19)
at EmberAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:2683:24)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:127:29)
at Zigbee.start (/app/lib/zigbee.ts:62:27)
at Controller.start (/app/lib/controller.ts:109:27)
at start (/app/index.js:107:5)
eszp errors
[2024-06-26 23:40:06] error: zh:ezsp:uart: --> Error: Error: {"sequence":-1} after 10000ms
Error: Failure to connect
at SerialDriver.resetForReconnect (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:347:19)
at SerialDriver.emit (node:events:517:28)
at /app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:348:22
at Queue.execute (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:35:20)
at Socket.<anonymous> (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:154:17)
So many recent issues on Github with this chipset with no clear answer. The coordinator does not want to connect to HA. I tested and compared the baud rate via the SLZBs UI.
Happy I took your advice on the CC2652P chipset a few months back.