Hello,
Today I updated my sonoff zigbee 3.0 usb dongle plus v2. But I can’t start it because it keeps giving the following errors.
I’ve been working on this all day. I think I’ve read everything, but I can’t get it to work.
Hello,
Today I updated my sonoff zigbee 3.0 usb dongle plus v2. But I can’t start it because it keeps giving the following errors.
The logs are for z2m, the screen shots look like ZHA. Which are you trying to use? You can’t have both with a single coordinator.
Thanks for your answer.
I don’t understand this now. It worked like this before the update.
There have been several Zigbee updates, but this error always occurred when I updated. Yesterday I started updating Sonoff too, so that everything is up to date, but now I can’t get it to work.
Zigbee is the coordinator, right?
But on Sonoff is mistakes here too.
2024-12-21 07:21:46.862 DEBUG (MainThread) [homeassistant.components.zha.repairs.wrong_silabs_firmware] Failed to probe application type
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/bellows/uart.py", line 109, in reset
return await self._reset_future
^^^^^^^^^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 151, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/local/lib/python3.13/site-packages/zha/application/gateway.py", line 275, in async_initialize
await self._async_initialize()
File "/usr/local/lib/python3.13/site-packages/zha/application/gateway.py", line 258, in _async_initialize
await self.application_controller.startup(auto_form=True)
File "/usr/local/lib/python3.13/site-packages/zigpy/application.py", line 220, in startup
await self.connect()
File "/usr/local/lib/python3.13/site-packages/bellows/zigbee/application.py", line 150, in connect
await self._ezsp.connect(use_thread=self.config[CONF_USE_THREAD])
File "/usr/local/lib/python3.13/site-packages/bellows/ezsp/__init__.py", line 138, in connect
await self.startup_reset()
File "/usr/local/lib/python3.13/site-packages/bellows/ezsp/__init__.py", line 127, in startup_reset
await self.reset()
File "/usr/local/lib/python3.13/site-packages/bellows/ezsp/__init__.py", line 146, in reset
await self._gw.reset()
File "/usr/local/lib/python3.13/site-packages/bellows/uart.py", line 108, in reset
async with asyncio_timeout(RESET_TIMEOUT):
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in __aexit__
raise TimeoutError from exc_val
TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zha/repairs/wrong_silabs_firmware.py", line 87, in probe_silabs_firmware_type
await flasher.probe_app_type()
File "/usr/local/lib/python3.13/site-packages/universal_silabs_flasher/flasher.py", line 244, in probe_app_type
raise RuntimeError("Failed to probe running application type")
RuntimeError: Failed to probe running application type