I have a Home assistant yellow, running for a few years, and have just acquired some Aqara zigbee devices i want to add to my system
The problem is Zigbee seems to fail after about a day or so i have not been able to implement them, other than get them to appear and reappear every time I reboot the HA Core OS
Some readings of the forums suggests that trash and rebuild Home Assistant on the yellow has solved this, i don’t know whether they attempted to restore from backups, but my system is not large , and do have that may automatons
Matter and the Opent thread border router components autop install them selves, and i can’t seem to disable
Getting Started – Home Assistant Yellow seems to imply they can run next to each other
The firmware is now 7.4.4.0, at least that is what one of the logs suggest, although other places seem to reference 7.3.1.0
Q: What firmware should i be running ?
Some;logs mentions it talking to the device at 115,200 while other places , other places 460,800
with Thread / matter present is should be using ‘socket://core-silabs-multiprotocol:9999’ (baudrate=115200, xonxoff=True, rtscts=False)
Q: Which is correct ?
the entry in the log files starts with
2025-04-11 11:52:31.518 DEBUG (MainThread) [homeassistant.components.zha.radio_manager] Attempting to probe radio type RadioType.ezsp
2025-04-11 11:52:31.528 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: Ledvance(url='https://api.update.ledvance.com/v1/zigbee/firmwares', manufacturer_ids=(4489, 4364))
2025-04-11 11:52:31.530 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: Sonoff(url=None, manufacturer_ids=(4742,))
2025-04-11 11:52:31.531 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: Inovelli(url=None, manufacturer_ids=(4655,))
2025-04-11 11:52:31.534 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: ThirdReality(url=None, manufacturer_ids=(4659, 4877, 5127))
2025-04-11 11:52:31.540 DEBUG (bellows.thread_0) [zigpy.serial] Opening a serial connection to 'socket://core-silabs-multiprotocol:9999' (baudrate=115200, xonxoff=True, rtscts=False)
2025-04-11 11:52:35.451 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': 'socket://core-silabs-multiprotocol:9999', 'flow_control': None, 'baudrate': 115200}
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/zigpy/application.py", line 627, in probe
await app.connect()
File "/usr/local/lib/python3.13/site-packages/bellows/zigbee/application.py", line 154, in connect
await self._ezsp.connect(use_thread=self.config[CONF_USE_THREAD])
File "/usr/local/lib/python3.13/site-packages/bellows/ezsp/__init__.py", line 134, in connect
self._gw = await bellows.uart.connect(self._config, self, use_thread=use_thread)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/bellows/uart.py", line 146, in connect
protocol, connection_done = await thread.run_coroutine_threadsafe(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_connect(config, api)
^^^^^^^^^^^^^^^^^^^^^
)