Hallo Zusammen,
nach dem ich mein HA auf den neuesten Stand gebracht habe. Funktioniert meine Zigbee nicht mehr. Ich hab die ZTB-2 Antenne. Jetzt nach dem update hätte ich die Falsche Firmware. Ich hatte die aber nicht angefasst. kann mir jemand helfen? welche Firmware brauche ich und wie mache ich da ein update?
DANKE
im Protokoll wird angezeigt:
Logger: homeassistant.config_entries
Quelle: config_entries.py:769
Erstmals aufgetreten: 18:41:23 (3 Vorkommnisse)
Zuletzt protokolliert: 18:55:36
Error setting up entry Home Assistant Connect ZBT-2 for zha: Incorrect firmware installed
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/bellows/uart.py", line 105, in reset
return await self._reset_future
^^^^^^^^^^^^^^^^^^^^^^^^
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/__init__.py", line 185, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/local/lib/python3.14/site-packages/zha/application/gateway.py", line 273, in async_initialize
await self._async_initialize()
File "/usr/local/lib/python3.14/site-packages/zha/application/gateway.py", line 256, in _async_initialize
await self.application_controller.startup(auto_form=True)
File "/usr/local/lib/python3.14/site-packages/zigpy/application.py", line 316, in startup
await self.connect()
File "/usr/local/lib/python3.14/site-packages/bellows/zigbee/application.py", line 188, in connect
await self._ezsp.connect(use_thread=self.config[CONF_USE_THREAD])
File "/usr/local/lib/python3.14/site-packages/bellows/ezsp/__init__.py", line 160, in connect
await self.startup_reset()
File "/usr/local/lib/python3.14/site-packages/bellows/ezsp/__init__.py", line 142, in startup_reset
await self._startup_reset()
File "/usr/local/lib/python3.14/site-packages/bellows/ezsp/__init__.py", line 132, in _startup_reset
await self.reset()
File "/usr/local/lib/python3.14/site-packages/bellows/ezsp/__init__.py", line 165, in reset
await self._gw.reset()
File "/usr/local/lib/python3.14/site-packages/bellows/uart.py", line 104, in reset
async with asyncio_timeout(RESET_TIMEOUT):
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/asyncio/timeouts.py", line 114, in __aexit__
raise TimeoutError from exc_val
TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 769, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 209, in async_setup_entry
raise ConfigEntryError("Incorrect firmware installed") from exc
homeassistant.exceptions.ConfigEntryError: Incorrect firmware installed