Hi, can anyone kindly fill me in on why my ConBee II Zigbee Dongle may have stopped working? I don’t know exactly when this happened, as I mainly only have WiFI devices. But recently I was gifted a smart lock that explicitly requires Zigbee, so I only noticed this a short while ago when trying to add it to HA on my Raspberry Pi 4 system.
I’m not sure that the logs say anything specific about the cause of the issue. But these are today’s entries:
Logger: zigpy_deconz.uart
Source: /usr/local/lib/python3.12/site-packages/zigpy_deconz/uart.py:32
First occurred: 1 September 2024 at 04:57:31 (32 occurrences)
Last logged: 06:04:01
Lost connection: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)')
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/serial_asyncio_fast/__init__.py", line 132, in _read_ready
data = self._serial.read(self._max_read_size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/serial/serialposix.py", line 595, in read
raise SerialException(
serial.serialutil.SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
Logger: homeassistant.components.websocket_api.http.connection
Source: components/zha/core/helpers.py:423
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 05:34:38 (1 occurrences)
Last logged: 05:34:38
[546955758272] Error handling message: Unknown error (unknown_error) George from 192.168.1.44 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 26, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/device_automation/__init__.py", line 372, in with_error_handling
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/device_automation/__init__.py", line 395, in websocket_device_automation_list_actions
await async_get_device_automations(
File "/usr/src/homeassistant/homeassistant/components/device_automation/__init__.py", line 269, in async_get_device_automations
for domain_results in await asyncio.gather(
^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/device_automation/__init__.py", line 228, in _async_get_device_automations_from_domain
return await asyncio.gather( # type: ignore[no-any-return]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/device_action.py", line 147, in async_get_actions
zha_device = async_get_zha_device(hass, device_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/core/helpers.py", line 245, in async_get_zha_device
zha_gateway = get_zha_gateway(hass)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/core/helpers.py", line 423, in get_zha_gateway
raise ValueError("No gateway object exists")
ValueError: No gateway object exists
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:1232
First occurred: 1 September 2024 at 10:01:01 (6 occurrences)
Last logged: 03:34:43
Update of binary_sensor.hive_hub_status is taking over 10 seconds
Update of media_player.mytv1 is taking over 10 seconds ...