I flashed my ZBDongle-E with OpenThread firmware (not multipan) with this silabs web flasher https://darkxst.github.io/silabs-firmware-builder
and I followed this guide to form a thread network
after that i restarted my homeassistant but the thread network is not being discovered and im stuck on what to do next.
my goal is to add aqara door and window sensor P2 to homeassistant and I’ll need matter + thread
I saw this post
but i dont want multi protocol as i already have ZBDongle-P + Zigbee2mqtt setup and i want to keep it that way. this is my docker compose yaml for the OTBR (OpenThread Border Router)
Not sure but I believe that if you are using an Openthread RCP firmware and not Openthread NCP firmware then you might still need to install the Silabs Multiprotocol Add-on as it will run Silicon Labs cpcd deamon and otbr-agent on the host which you need with all types of Openthread RCP firmware. That it, your installation ith Openthread RCP firmware needs to have OpenThread drivers and core dependencies running on the host, (which are not needed if use Openthread NCP application firmware as then it runs all onboard the SoC hardware). See if can make use of the add-on → https://github.com/home-assistant/addons/tree/master/silabs-multiprotocol
Dependencies that need to run on the host computer are very different when using any type of Openthread RCP (Radio Co-Processor) firmware compare to running Openthread NCP (Network Co-Processor) firmware, as an NCP-based architecture runs practically everything on the SoC hardware while an RCP-based architecture moves most parts to the host and practically leaves the radio SoC acting as as a physical radio. See design difference here → Co-Processor Designs | OpenThread
Thus one alternative could to find Openthread NCP firmware instead. Another alternative if want to use OpenThread RCP firmware could be to manually install and configure Silicon Labs cpcd deamon and otbr-agent with all their dependencies, but that is very complicated with loads of interconnected components which is they created the addon to simplify the setup and configuration.
So if you can not get an OpenThread NCP firmware and that that instead then I suggest trying following the Matter integration documentation if using OpenThread RCP firmware → Matter (BETA) - Home Assistant
Regardless, you posted this to Zigbee forum section where Thead and Matter is not in scope. Suggest that you instead post under configuration (or have a forum moderator move this post) → Configuration - Home Assistant Community
I’m in the exact same situation as you. I set up the otbr docker container but now I can’t connect the HA Integration with it, because I don’t know the REST API url of the otbr.
Initially I used the multiprotocol software but that did not work reliably for me as it crashed every few days