Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zh:ember: Adapter fatal error: HOST_FATAL_ERROR when attmepting to start the addon #700

Open
joeybab3 opened this issue Jan 7, 2025 · 1 comment

Comments

@joeybab3
Copy link

joeybab3 commented Jan 7, 2025

Description of the issue

Using a sonoff ZBDongle-e. This issue has been going on for a bit from what I can remember, even prior to 2.x.x. Sometimes plugging and unplugging the adapter will randomly allow it to start and run for a bit.

Addon version

v2.0.0-2

Platform

Core 2025.1.1
Supervisor 2024.12.3
Operating System 14.1
Frontend 20250106.0

Logs of the issue (if applicable)

[11:55:55] INFO: Preparing to start...
[11:55:55] INFO: Socat not enabled
[11:55:56] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-01-07 11:55:59] info: 	z2m: Logging to console, file (filename: log.log)
[2025-01-07 11:55:59] info: 	z2m: Starting Zigbee2MQTT version 2.0.0 (commit #unknown)
[2025-01-07 11:55:59] info: 	z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-07 11:55:59] info: 	zh:adapter:discovery: Matched adapter: {"path":"/dev/ttyACM0","manufacturer":"ITEAD","serialNumber":"20230505184202","pnpId":"usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230505184202-if00","vendorId":"1a86","productId":"55d4"} => ember: path=/dev/ttyACM0, score=4
[2025-01-07 11:55:59] info: 	zh:ember: Using default stack config.
[2025-01-07 11:55:59] info: 	zh:ember: ======== Ember Adapter Starting ========
[2025-01-07 11:55:59] info: 	zh:ember:ezsp: ======== EZSP starting ========
[2025-01-07 11:55:59] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-01-07 11:55:59] info: 	zh:ember:uart:ash: RTS/CTS config is off, enabling software flow control.
[2025-01-07 11:55:59] info: 	zh:ember:uart:ash: Serial port opened
[2025-01-07 11:55:59] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2025-01-07 11:56:02] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-01-07 11:56:02] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2025-01-07 11:56:04] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-01-07 11:56:04] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2025-01-07 11:56:07] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-01-07 11:56:07] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2025-01-07 11:56:09] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-01-07 11:56:09] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2025-01-07 11:56:10] info: 	zh:ember:uart:ash: ======== ASH connected ========
[2025-01-07 11:56:10] info: 	zh:ember:uart:ash: ======== ASH started ========
[2025-01-07 11:56:10] info: 	zh:ember:ezsp: ======== EZSP started ========
[2025-01-07 11:56:11] warning: 	zh:ember:uart:ash: Frame(s) in progress cancelled in [1ac1020b0a527e]
[2025-01-07 11:56:11] error: 	zh:ember:uart:ash: Received unexpected reset from adapter, with reason=RESET_SOFTWARE.
[2025-01-07 11:56:11] error: 	zh:ember:uart:ash: ASH disconnected: ASH_ERROR_NCP_RESET | Adapter status: ASH_NCP_FATAL_ERROR
[2025-01-07 11:56:11] error: 	zh:ember:uart:ash: Error while parsing received frame, status=HOST_FATAL_ERROR.
[2025-01-07 11:56:11] error: 	zh:ember: Adapter fatal error: HOST_FATAL_ERROR
[2025-01-07 11:56:25] error: 	zh:ember:ezsp: ERROR Transaction failure; status=ASH_ERROR_TIMEOUTS. Last Frame: [FRAME: ID=0:"VERSION" Seq=0 Len=0].
[2025-01-07 11:56:25] error: 	z2m: Error while starting zigbee-herdsman
[2025-01-07 11:56:25] error: 	z2m: Failed to start zigbee-herdsman
[2025-01-07 11:56:25] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-07 11:56:25] error: 	z2m: Exiting...
[2025-01-07 11:56:25] error: 	z2m: Error: ASH_ERROR_TIMEOUTS
    at Ezsp.ezspVersion (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/ezsp/ezsp.ts:1426:19)
    at EmberAdapter.emberVersion (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:1389:63)
    at EmberAdapter.initEzsp (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:674:9)
    at EmberAdapter.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:1533: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)
    ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant