Replies: 1 comment
-
holy molly ravioli ive done the 230400 baud firmware and everything works smoothly now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi guys
i'm trying to start my first project and i'm stuck.
i've used the website and upgraded my dongles to their latest ezsp version (7.3.1.0)
and when i've checked the logs it was saying that "ember" is my best bet.
I downloaded the latest 7.4.4.0 and used the same site; everything went smoothly,
but now I'm encountering errors, and Zigbee2MQTT won't start anymore.
what am i doing wrong here?
also: please please please point me to the latest router firmware for my 2nd and 3rd dongles (both ember and ezsp)
[14:07:01] INFO: Preparing to start...
[14:07:01] INFO: Socat not enabled
[14:07:01] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-10-29 14:07:03] info: z2m: Logging to console, file (filename: log.log)
[2024-10-29 14:07:03] info: z2m: Starting Zigbee2MQTT version 1.40.2 (commit #unknown)
[2024-10-29 14:07:03] info: z2m: Starting zigbee-herdsman (2.1.3)
[2024-10-29 14:07:03] info: zh:ember: Using default stack config.
[2024-10-29 14:07:03] info: zh:ember: ======== Ember Adapter Starting ========
[2024-10-29 14:07:03] info: zh:ember:ezsp: ======== EZSP starting ========
[2024-10-29 14:07:03] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2024-10-29 14:07:03] info: zh:ember:uart:ash: RTS/CTS config is off, enabling software flow control.
[2024-10-29 14:07:03] info: zh:ember:uart:ash: Serial port opened
[2024-10-29 14:07:03] info: zh:ember:uart:ash: ======== ASH starting ========
[2024-10-29 14:07:06] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2024-10-29 14:07:06] info: zh:ember:uart:ash: ======== ASH starting ========
[2024-10-29 14:07:08] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2024-10-29 14:07:08] info: zh:ember:uart:ash: ======== ASH starting ========
[2024-10-29 14:07:11] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2024-10-29 14:07:11] info: zh:ember:uart:ash: ======== ASH starting ========
[2024-10-29 14:07:13] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2024-10-29 14:07:13] info: zh:ember:uart:ash: ======== ASH starting ========
[2024-10-29 14:07:16] error: z2m: Error while starting zigbee-herdsman
[2024-10-29 14:07:16] error: z2m: Failed to start zigbee
[2024-10-29 14:07:16] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-10-29 14:07:16] error: z2m: Exiting...
[2024-10-29 14:07:16] 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:684:19)
at EmberAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:1583:24)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:137:29)
at Zigbee.start (/app/lib/zigbee.ts:69:27)
at Controller.start (/app/lib/controller.ts:161:27)
at start (/app/index.js:154:5)
Beta Was this translation helpful? Give feedback.
All reactions