Klagio
(Klagio)
December 13, 2022, 3:32pm
1
I have a fully working Sonoff zigbee dongle, and perfectly working zigbee2mqtt (and some devices nnot so easily accessible) for various Zigbee devices.
Now what? )
hutre
December 15, 2022, 11:54am
2
I’d say don’t do anything with your working setup for now, until Skyconnect has been proved stable. Then it’s a matter (no pun intended) of if you are willing to use time to port your working zigbee devices over, or perhaps only use the new stick to handle Matter devices in the future?
My skyconnect integration worked with my 2 (new) zigbee devices for a few days. Not sure what broke, but it seems others have experienced the same:
ZHA and other Silicon Labs adapters are stable so there should not be any expected problems with it.
As far as I know, the only known issue is with electromagnetic interference but that is with all low-power digital radios and causes problems on all Bluetooth, Thread, and Zigbee Coordinator adapters.
Radio reception for all Zigbee Coordinator adapters is very sensitive to electromagnetic interference so be sure to follow these best practice guidelines → Generic best practice tips on improving…
opened 09:52PM - 12 Dec 22 UTC
closed 09:08AM - 20 Dec 22 UTC
integration: zha
### The problem
A few days ago some zigbee devices started to stop responding. … Mainly I have Aqara Weather and Door Sensors installed. The problems started to begin after updating to Version 2022.12.0.
Meanwhile I re-installed the whole ZHA integration. But the problems remained.
The whole system was working fine for nearly half a year before.
### What version of Home Assistant Core has the issue?
2022.12.3
### What was the last working version of Home Assistant Core?
2022.11.2
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
ZHA
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/zha/
### Diagnostics information
[zha-b3f090497b80dab05d0c6d9a82d5ac2c-Zigbee Coordinator-d61b3b60560acc1d66922f1b3176ec90.json.txt](https://github.com/home-assistant/core/files/10212235/zha-b3f090497b80dab05d0c6d9a82d5ac2c-Zigbee.Coordinator-d61b3b60560acc1d66922f1b3176ec90.json.txt)
[config_entry-zha-b3f090497b80dab05d0c6d9a82d5ac2c.json (1).txt](https://github.com/home-assistant/core/files/10212239/config_entry-zha-b3f090497b80dab05d0c6d9a82d5ac2c.json.1.txt)
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
```txt
Logger: zigpy_znp.zigbee.application
Source: /usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py:652
First occurred: 21:45:00 (22 occurrences)
Last logged: 22:41:32
Watchdog check failed
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/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 650, in _watchdog_loop
await self._znp.request(c.SYS.Ping.Req())
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
Logger: zigpy.application
Source: runner.py:120
First occurred: 22:06:17 (28 occurrences)
Last logged: 22:40:17
Unknown device AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x853A)
Unknown device AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0xD8A6)
Logger: homeassistant
Source: /usr/src/homeassistant/homeassistant/runner.py:97
First occurred: 22:27:37 (1 occurrences)
Last logged: 22:27:37
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 786, in _discover_unknown_device
return await zigpy.zdo.broadcast(
File "/usr/local/lib/python3.10/site-packages/zigpy/device.py", line 515, in broadcast
return await app.broadcast(
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 760, in broadcast
await self.send_packet(
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 1026, in send_packet
response = await self._send_request_raw(
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 901, in _send_request_raw
response = await self._znp.request(
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 991, in request
self._uart.send(frame)
AttributeError: 'NoneType' object has no attribute 'send'
Logger: zigpy_znp.zigbee.application
Source: /usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py:739
First occurred: 22:22:19 (3 occurrences)
Last logged: 22:44:33
Failed to reconnect
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 1037, in request_callback_rsp
await self.request(request, timeout=timeout, **response_params)
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/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 734, in _reconnect
await self.initialize()
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 111, in initialize
await self.permit(0)
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 302, in permit
response = await self._znp.request_callback_rsp(
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 1036, in request_callback_rsp
async with async_timeout.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
```
### Additional information
_No response_
1 Like