home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.13k stars 30.18k forks source link

Couldn't start EZSP - SONOFF Zigbee 3.0 USB Dongle Plus V2 #89462

Closed shurakr closed 1 year ago

shurakr commented 1 year ago

The problem

after upgrade HA i can't start Zigbee Home Automation

What version of Home Assistant Core has the issue?

2023.3.2

What was the last working version of Home Assistant Core?

2022.8

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Zigbee Home Automation

Link to integration documentation on our website

No response

Diagnostics information

home-assistant_zha_2023-03-09T19-11-55.898Z.log

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.components.zha.core.gateway
Source: components/zha/core/gateway.py:185
Integration: Zigbee Home Automation (documentation, issues)
First occurred: 9:54:24 PM (5 occurrences)
Last logged: 10:03:05 PM

Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 1 of 3)
Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 2 of 3)
Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 3 of 3)
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/asyncio/tasks.py", line 456, in wait_for
    return fut.result()
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/core/gateway.py", line 185, in async_initialize
    self.application_controller = await app_controller_cls.new(
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 171, in new
    await app.startup(auto_form=auto_form)
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 145, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 124, in connect
    self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 107, in initialize
    await ezsp._protocol.initialize(zigpy_config)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/protocol.py", line 79, in initialize
    await self._cfg(self.types.EzspConfigId[config], value)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/protocol.py", line 38, in _cfg
    (status,) = await self.setConfigurationValue(config_id, value)
  File "/usr/local/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
    raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError

Additional information

No response

shurakr commented 1 year ago

Logger: homeassistant.config_entries Source: components/zha/core/gateway.py:185 First occurred: 10:03:09 PM (2 occurrences) Last logged: 10:19:28 PM

Error setting up entry SONOFF Zigbee 3.0 USB Dongle Plus V2 for zha Error setting up entry SONOFF Zigbee 3.0 USB Dongle Plus V2, s/n: 20221031161038 - ITEAD for zha Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup result = await component.async_setup_entry(hass, self) File "/usr/src/homeassistant/homeassistant/components/zha/init.py", line 122, in async_setup_entry await zha_gateway.async_initialize() File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize self.application_controller = await app_controller_cls.new( File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 171, in new await app.startup(auto_form=auto_form) File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 145, in startup await self.connect() File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 124, in connect self._ezsp = await bellows.ezsp.EZSP.initialize(self.config) File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/init.py", line 105, in initialize await ezsp._startup_reset() File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/init.py", line 96, in _startup_reset await self.reset() File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/init.py", line 125, in reset await self._gw.reset() asyncio.exceptions.CancelledError

LouisAtGH commented 1 year ago

Home assistant 2023.3 releases are not working at all for me after upgrading from the 2023.2 versions to either 2023.3.1/2

All my ZHA sensors, I only have zigbee sensors, are not connected / showing status any more. Connection between the AMD processor based mini-pc using the SONOFF Zigbee V2 dongle is gone.

So I had to return to the latest 2023.2 release!

rjDipcord commented 1 year ago

Also having this issue. And similarly to @LouisAtGH I had to downgrade to February for ZHA to work properly.

issue-triage-workflows[bot] commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.