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

Can't flash SkyConnect #159

Open
Krzysztonek opened this issue Dec 2, 2024 · 0 comments
Open

Can't flash SkyConnect #159

Krzysztonek opened this issue Dec 2, 2024 · 0 comments

Comments

@Krzysztonek
Copy link

While flashing my SkyConnect dongle, I got the following:

-----------------------------------------------------------
 Add-on: Silicon Labs Flasher
 Silicon Labs firmware flasher add-on
-----------------------------------------------------------
 Add-on version: 0.3.1
 You are running the latest version of this add-on.
 System: Home Assistant OS 13.2  (amd64 / generic-x86-64)
 Home Assistant Core: 2024.11.3
 Home Assistant Supervisor: 2024.11.4
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service banner successfully started
s6-rc: info: service universal-silabs-flasher: starting
[17:48:47] INFO: Checking /dev/ttyUSB0 identifying SkyConnect v1.0 from Nabu Casa.
[17:48:47] INFO: Starting universal-silabs-flasher with /dev/ttyUSB0 (bootloader baudrate 115200)
2024-12-02 17:48:48.741 core-silabs-flasher universal_silabs_flasher.flash INFO Extracted GBL metadata: NabuCasaMetadata(metadata_version=2, sdk_version='4.4.4', ezsp_version='7.4.4.0', ot_rcp_version=None, cpc_version=None, fw_type=<FirmwareImageType.ZIGBEE_NCP: 'zigbee_ncp'>, fw_variant=None, baudrate=115200)
2024-12-02 17:48:48.742 core-silabs-flasher universal_silabs_flasher.flasher INFO Probing ApplicationType.GECKO_BOOTLOADER at 115200 baud
2024-12-02 17:48:50.750 core-silabs-flasher universal_silabs_flasher.flasher INFO Probing ApplicationType.EZSP at 115200 baud
2024-12-02 17:48:51.903 core-silabs-flasher universal_silabs_flasher.flasher INFO Detected ApplicationType.EZSP, version '7.4.3.0 build 0' (7.4.3.0.0) at 115200 baudrate (bootloader baudrate None)
2024-12-02 17:48:58.026 core-silabs-flasher universal_silabs_flasher.flasher INFO Probing ApplicationType.GECKO_BOOTLOADER at 115200 baud
2024-12-02 17:48:58.046 core-silabs-flasher universal_silabs_flasher.flasher INFO Detected bootloader version '2.1.1'
2024-12-02 17:48:58.047 core-silabs-flasher universal_silabs_flasher.flasher INFO Detected ApplicationType.GECKO_BOOTLOADER, version '2.1.1' at 115200 baudrate (bootloader baudrate 115200)
skyconnect_zigbee_ncp_7.4.4.0.gbl
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/universal_silabs_flasher/gecko_bootloader.py", line 71, in probe
    return await self.ebl_info()
           ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/universal_silabs_flasher/gecko_bootloader.py", line 81, in ebl_info
    await self._state_machine.wait_for_state(State.IN_MENU)
  File "/usr/local/lib/python3.11/site-packages/universal_silabs_flasher/common.py", line 119, in wait_for_state
    return await future
           ^^^^^^^^^^^^
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
  File "/usr/local/bin/universal-silabs-flasher", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/universal_silabs_flasher/flash.py", line 37, in inner
    return asyncio.run(f(*args, **kwargs))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/asyncio/runners.py", line 190, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/universal_silabs_flasher/flash.py", line 420, in flash
    await flasher.flash_firmware(
  File "/usr/local/lib/python3.11/site-packages/universal_silabs_flasher/flasher.py", line 304, in flash_firmware
    await gecko.probe()
  File "/usr/local/lib/python3.11/site-packages/universal_silabs_flasher/gecko_bootloader.py", line 70, in probe
    async with asyncio_timeout(PROBE_TIMEOUT):
  File "/usr/local/lib/python3.11/asyncio/timeouts.py", line 115, in __aexit__
    raise TimeoutError from exc_val
TimeoutError
[17:49:00] INFO: universal-silabs-flasher-up script exited with code 1
s6-rc: warning: unable to start service universal-silabs-flasher: command exited 1
s6-rc: info: service banner: stopping
s6-rc: info: service banner successfully stopped
s6-rc: info: service legacy-cont-init: stopping
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
/run/s6/basedir/scripts/rc.init: fatal: stopping the container.
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

Now I'm not able to start my Z2M add-on. Here is my log:

[18:10:08] INFO: Preparing to start...
[18:10:08] INFO: Socat not enabled
[18:10:08] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-12-02 18:10:11] info: 	z2m: Logging to console, file (filename: log.log)
[2024-12-02 18:10:11] debug: 	z2m: Loaded state from file /config/zigbee2mqtt/state.json
[2024-12-02 18:10:11] info: 	z2m: Starting Zigbee2MQTT version 1.41.0 (commit #unknown)
[2024-12-02 18:10:11] debug: 	z2m: sd-notify loaded
[2024-12-02 18:10:11] info: 	z2m: Starting zigbee-herdsman (2.1.7)
[2024-12-02 18:10:11] debug: 	z2m: Using zigbee-herdsman with settings: '"{\"network\":{\"panID\":4710,\"extendedPanID\":[101,171,33,233,67,190,85,154],\"channelList\":[25],\"networkKey\":\"HIDDEN\"},\"databasePath\":\"/config/zigbee2mqtt/database.db\",\"databaseBackupPath\":\"/config/zigbee2mqtt/database.db.backup\",\"backupPath\":\"/config/zigbee2mqtt/coordinator_backup.json\",\"serialPort\":{\"rtscts\":false,\"path\":\"/dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_30c07efc368dec119afc69e883c5466d-if00-port0\",\"adapter\":\"ember\"},\"adapter\":{\"disableLED\":true}}"'
[2024-12-02 18:10:11] debug: 	zh:adapter: Path '/dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_30c07efc368dec119afc69e883c5466d-if00-port0' is valid for 'EmberAdapter'
[2024-12-02 18:10:11] info: 	zh:ember: Using default stack config.
[2024-12-02 18:10:11] debug: 	zh:controller: Starting with options '{"network":{"networkKeyDistribute":false,"networkKey":"HIDDEN","panID":4710,"extendedPanID":[101,171,33,233,67,190,85,154],"channelList":[25]},"serialPort":{"rtscts":false,"path":"/dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_30c07efc368dec119afc69e883c5466d-if00-port0","adapter":"ember"},"adapter":{"disableLED":true},"databasePath":"/config/zigbee2mqtt/database.db","databaseBackupPath":"/config/zigbee2mqtt/database.db.backup","backupPath":"/config/zigbee2mqtt/coordinator_backup.json"}'
[2024-12-02 18:10:11] info: 	zh:ember: ======== Ember Adapter Starting ========
[2024-12-02 18:10:11] info: 	zh:ember:ezsp: ======== EZSP starting ========
[2024-12-02 18:10:11] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2024-12-02 18:10:11] info: 	zh:ember:uart:ash: RTS/CTS config is off, enabling software flow control.
[2024-12-02 18:10:11] debug: 	zh:ember:uart:ash: Opening serial port with {"path":"/dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_30c07efc368dec119afc69e883c5466d-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false,"parity":"none","stopBits":1,"xon":true,"xoff":true}
[2024-12-02 18:10:11] info: 	zh:ember:uart:ash: Serial port opened
[2024-12-02 18:10:11] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2024-12-02 18:10:11] debug: 	zh:ember:uart:ash: ---> [FRAME type=RST]
[2024-12-02 18:10:11] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 0/2500
[2024-12-02 18:10:11] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 100/2500
[2024-12-02 18:10:12] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 200/2500
[2024-12-02 18:10:12] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 300/2500
[2024-12-02 18:10:12] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 400/2500
[2024-12-02 18:10:12] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 500/2500
[2024-12-02 18:10:12] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 600/2500
[2024-12-02 18:10:12] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 700/2500
[2024-12-02 18:10:12] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 800/2500
[2024-12-02 18:10:12] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 900/2500
[2024-12-02 18:10:12] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1000/2500
[2024-12-02 18:10:13] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1100/2500
[2024-12-02 18:10:13] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1200/2500
[2024-12-02 18:10:13] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1300/2500
[2024-12-02 18:10:13] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1400/2500
[2024-12-02 18:10:13] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1500/2500
[2024-12-02 18:10:13] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1600/2500
[2024-12-02 18:10:13] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1700/2500
[2024-12-02 18:10:13] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1800/2500
[2024-12-02 18:10:13] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1900/2500
[2024-12-02 18:10:13] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2000/2500
[2024-12-02 18:10:14] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2100/2500
[2024-12-02 18:10:14] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2200/2500
[2024-12-02 18:10:14] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2300/2500
[2024-12-02 18:10:14] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2400/2500
[2024-12-02 18:10:14] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2024-12-02 18:10:14] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2024-12-02 18:10:14] debug: 	zh:ember:uart:ash: ---> [FRAME type=RST]
[2024-12-02 18:10:14] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 0/2500
[2024-12-02 18:10:14] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 100/2500
[2024-12-02 18:10:14] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 200/2500
[2024-12-02 18:10:14] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 300/2500
[2024-12-02 18:10:14] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 400/2500
[2024-12-02 18:10:14] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 500/2500
[2024-12-02 18:10:15] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 600/2500
[2024-12-02 18:10:15] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 700/2500
[2024-12-02 18:10:15] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 800/2500
[2024-12-02 18:10:15] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 900/2500
[2024-12-02 18:10:15] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1000/2500
[2024-12-02 18:10:15] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1100/2500
[2024-12-02 18:10:15] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1200/2500
[2024-12-02 18:10:15] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1300/2500
[2024-12-02 18:10:15] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1400/2500
[2024-12-02 18:10:15] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1500/2500
[2024-12-02 18:10:16] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1600/2500
[2024-12-02 18:10:16] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1700/2500
[2024-12-02 18:10:16] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1800/2500
[2024-12-02 18:10:16] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1900/2500
[2024-12-02 18:10:16] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2000/2500
[2024-12-02 18:10:16] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2100/2500
[2024-12-02 18:10:16] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2200/2500
[2024-12-02 18:10:16] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2300/2500
[2024-12-02 18:10:16] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2400/2500
[2024-12-02 18:10:16] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2024-12-02 18:10:16] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2024-12-02 18:10:16] debug: 	zh:ember:uart:ash: ---> [FRAME type=RST]
[2024-12-02 18:10:16] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 0/2500
[2024-12-02 18:10:17] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 100/2500
[2024-12-02 18:10:17] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 200/2500
[2024-12-02 18:10:17] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 300/2500
[2024-12-02 18:10:17] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 400/2500
[2024-12-02 18:10:17] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 500/2500
[2024-12-02 18:10:17] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 600/2500
[2024-12-02 18:10:17] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 700/2500
[2024-12-02 18:10:17] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 800/2500
[2024-12-02 18:10:17] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 900/2500
[2024-12-02 18:10:17] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1000/2500
[2024-12-02 18:10:18] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1100/2500
[2024-12-02 18:10:18] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1200/2500
[2024-12-02 18:10:18] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1300/2500
[2024-12-02 18:10:18] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1400/2500
[2024-12-02 18:10:18] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1500/2500
[2024-12-02 18:10:18] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1600/2500
[2024-12-02 18:10:18] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1700/2500
[2024-12-02 18:10:18] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1800/2500
[2024-12-02 18:10:18] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1900/2500
[2024-12-02 18:10:18] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2000/2500
[2024-12-02 18:10:19] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2100/2500
[2024-12-02 18:10:19] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2200/2500
[2024-12-02 18:10:19] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2300/2500
[2024-12-02 18:10:19] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2400/2500
[2024-12-02 18:10:19] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2024-12-02 18:10:19] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2024-12-02 18:10:19] debug: 	zh:ember:uart:ash: ---> [FRAME type=RST]
[2024-12-02 18:10:19] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 0/2500
[2024-12-02 18:10:19] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 100/2500
[2024-12-02 18:10:19] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 200/2500
[2024-12-02 18:10:19] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 300/2500
[2024-12-02 18:10:19] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 400/2500
[2024-12-02 18:10:19] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 500/2500
[2024-12-02 18:10:20] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 600/2500
[2024-12-02 18:10:20] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 700/2500
[2024-12-02 18:10:20] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 800/2500
[2024-12-02 18:10:20] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 900/2500
[2024-12-02 18:10:20] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1000/2500
[2024-12-02 18:10:20] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1100/2500
[2024-12-02 18:10:20] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1200/2500
[2024-12-02 18:10:20] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1300/2500
[2024-12-02 18:10:20] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1400/2500
[2024-12-02 18:10:20] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1500/2500
[2024-12-02 18:10:21] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1600/2500
[2024-12-02 18:10:21] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1700/2500
[2024-12-02 18:10:21] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1800/2500
[2024-12-02 18:10:21] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1900/2500
[2024-12-02 18:10:21] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2000/2500
[2024-12-02 18:10:21] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2100/2500
[2024-12-02 18:10:21] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2200/2500
[2024-12-02 18:10:21] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2300/2500
[2024-12-02 18:10:21] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2400/2500
[2024-12-02 18:10:21] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2024-12-02 18:10:21] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2024-12-02 18:10:21] debug: 	zh:ember:uart:ash: ---> [FRAME type=RST]
[2024-12-02 18:10:21] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 0/2500
[2024-12-02 18:10:22] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 100/2500
[2024-12-02 18:10:22] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 200/2500
[2024-12-02 18:10:22] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 300/2500
[2024-12-02 18:10:22] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 400/2500
[2024-12-02 18:10:22] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 500/2500
[2024-12-02 18:10:22] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 600/2500
[2024-12-02 18:10:22] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 700/2500
[2024-12-02 18:10:22] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 800/2500
[2024-12-02 18:10:22] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 900/2500
[2024-12-02 18:10:22] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1000/2500
[2024-12-02 18:10:23] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1100/2500
[2024-12-02 18:10:23] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1200/2500
[2024-12-02 18:10:23] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1300/2500
[2024-12-02 18:10:23] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1400/2500
[2024-12-02 18:10:23] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1500/2500
[2024-12-02 18:10:23] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1600/2500
[2024-12-02 18:10:23] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1700/2500
[2024-12-02 18:10:23] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1800/2500
[2024-12-02 18:10:23] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 1900/2500
[2024-12-02 18:10:23] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2000/2500
[2024-12-02 18:10:24] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2100/2500
[2024-12-02 18:10:24] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2200/2500
[2024-12-02 18:10:24] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2300/2500
[2024-12-02 18:10:24] debug: 	zh:ember:uart:ash: Waiting for RSTACK... 2400/2500
[2024-12-02 18:10:24] error: 	z2m: Error while starting zigbee-herdsman
[2024-12-02 18:10:24] error: 	z2m: Failed to start zigbee
[2024-12-02 18:10:24] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-12-02 18:10:24] error: 	z2m: Exiting...
[2024-12-02 18:10:24] 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:1598: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)
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