Setup failed for SLAE.SH cc2652rb zigbee stick

Since the update to 2022.11 zigbee2mqtt is not working anymore. It has always (about a year and a half) worked with this zigbee stick.
I flashed the firmware of the stick to the latest version, changed usb connection and put it back but nothing helped.
In the integrations tab the integration slae.sh cc2652rb stick - slaesh’s iot stuff says: setup failed. Check the logs.
In the log it says :

Logger: homeassistant.config_entries
Source: components/zha/core/gateway.py:172
First occurred: 13:24:49 (1 occurrences)
Last logged: 13:24:49

Error setting up entry slae.sh cc2652rb stick - slaesh’s iot stuff - slae.sh cc2652rb stick - slaesh’s iot stuff for zha
Traceback (most recent call last):
File “/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py”, line 998, 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/config_entries.py”, line 365, in async_setup
result = await component.async_setup_entry(hass, self)
File “/usr/src/homeassistant/homeassistant/components/zha/init.py”, line 112, in async_setup_entry
await zha_gateway.async_initialize()
File “/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py”, line 185, in async_initialize
raise exc
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 144, in new
await app.startup(auto_form=auto_form)
File “/usr/local/lib/python3.10/site-packages/zigpy/application.py”, line 124, in startup
await self.connect()
File “/usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py”, line 106, in connect
await znp.connect()
File “/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py”, line 709, in connect
await self.nvram.determine_alignment()
File “/usr/local/lib/python3.10/site-packages/zigpy_znp/nvram.py”, line 31, in determine_alignment
rsp = await self.znp.request(c.UTIL.AssocFindDevice.Req(Index=0))
File “/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py”, line 994, in request
async with async_timeout.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

I am using home assistant on a rpi 4 with ssd.
Home Assistant 2022.11.1
Supervisor 2022.10.2
Operating System 9.3

You do not need to go in to the integration page for Zigbee2MQTT setup, at all. Z2M is only setting are in the add-on page
That zigbee stick setup page is to setup ZHA.

You cant use both they conflict with each other.

Remove the configuration from the “slae.sh stick” integration page and mark it ignored it’s not needed when using Z2M
ignor

Thanks Kris,

I did that.
Unfortunately my z2mqtt switches and lights still don’t function now.
Nothing mentioned in the logs anymore.

Posting logs is the first step in searching for help.
With out logs or you currant configuration files, it just a guessing game.