ZigBee stick issues

I have a cc2652r Texas instruments stick and I cannot for the life of me get it to work with home assistant OS. I’ve tried replugging it in, unplugging my zwave stick, using a USB extension cable and reflashing the stick. It doesn’t load at all and is super unreliable. Is this normal? What stick should I buy if this is not normal?

Logs:

Logger: homeassistant.components.zha.core.gateway
Source: components/zha/core/gateway.py:172
Integration: Zigbee Home Automation (documentation, issues)
First occurred: 4:36:02 PM (1 occurrences)
Last logged: 4:36:02 PM

Couldn't start ZNP = Texas Instruments Z-Stack ZNP protocol: CC253x, CC26x2, CC13x2 coordinator
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 984, in request
    response = await response_future
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize
    self.application_controller = await app_controller_cls.new(
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 102, in new
    await app.startup(auto_form=auto_form)
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 62, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 111, in connect
    await znp.connect()
  File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 694, in connect
    self.capabilities = (await self._skip_bootloader()).Capabilities
  File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 674, in _skip_bootloader
    return await self.request(c.SYS.Ping.Req())
  File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 982, in request
    async with async_timeout.timeout(self._znp_config[conf.CONF_SREQ_TIMEOUT]):
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
1 Like

Not sure,

I started with a texas instuments cc2531 from aliexpress.
It worked quite well for about 2 months untill is stopped working and had to reflash it about every week even though I had a USB extension cable in between.
I am now using Slaesh dongle, so far so good. though. But when unplugging my raspberry pi I sometimes need to change the usb address from ttyusb0 to ttyusb1 in the config file of zigbee2mqtt

Turns out it was my HA install that has been running for 2 years without issue lol. I got fed up and re-installed from scratch and the zigbee stick works perfectly now as well as my zwave stick./lock. I was even able to move my HA box down to the basement in my server rack which before I was 10 feet away with direct line of sight and the zwave lock and zigbee thermostat would constantly go unavailable for some reason. Super strange.

I have the same problem, got here by searching for the exception. My devices go unresponsive at random times and I can consistently bring them back by unplugging/plugging back a router/zigbee plug. Can’t figure out the pattern, what was it for you? I started with a clean installation but backed it up and still having the issue