Hi,
I received a Home Assistant Yellow a little while ago to get Matter and Thread support. I migrated my HAOS installation to it and everything went smoothly. After some struggling, I got the built-in radio working in Zigbee mode with some Philips Hue devices that I have.
Now I have an Aqara presence sensor that is Matter over Thread and I would like to switch. The OTBR add-on flashed the radio to the Thread firmware successfully.
The add-on croaks on startup, unable to initialize the radio:
[NOTE]-AGENT---: Radio URL: trel://end0
[NOTE]-ILS-----: Infra link selected: end0
[INFO]-RCP_HOS-: OpenThread log level changed to 5
49d.17:21:07.352 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:0, cmd:RESET
49d.17:21:07.352 [D] P-SpinelDrive-: Waiting response: key=0
49d.17:21:09.353 [W] P-SpinelDrive-: Wait for response timeout
49d.17:21:09.353 [I] P-SpinelDrive-: co-processor self reset successfully
49d.17:21:09.353 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:1, cmd:PROP_VALUE_GET, key:PROTOCOL_VERSION
49d.17:21:09.353 [D] P-SpinelDrive-: Waiting response: key=1
49d.17:21:11.355 [W] P-SpinelDrive-: Wait for response timeout
49d.17:21:11.355 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:1, cmd:PROP_VALUE_GET, key:PROTOCOL_VERSION
49d.17:21:11.355 [D] P-SpinelDrive-: Waiting response: key=1
49d.17:21:13.357 [W] P-SpinelDrive-: Wait for response timeout
49d.17:21:13.357 [C] Platform------: Init() at spinel_driver.cpp:83: Failure
49d.17:21:13.357 [D] P-SpinelDrive-: Sent spinel frame, flg:0x2, iid:0, tid:1, cmd:PROP_VALUE_GET, key:PROTOCOL_VERSION
49d.17:21:13.357 [D] P-SpinelDrive-: Waiting response: key=1
49d.17:21:15.359 [W] P-SpinelDrive-: Wait for response timeout```
I've tried with and without hardware flow control. I've found a few similar bug reports but no apparent solutions. Any ideas?
-- Mike