I’m running Home Assistant OS 15.2 on a Raspberry Pi 5, connected via Ethernet. I have both the Matter Server add-on and the OpenThread Border Router (OTBR) add-on installed. Despite that, when I open Matter Server → Open Web UI → “+ Commission node”, both of these entries are still disabled/greyed out.
Commissioning new Matter devices requires Bluetooth, which is why a mobile device is usually the easiest way. It is possible to enable commissioning via the server / web interface, but the Matter Server add-on (i.e. docker container) needs exclusive access to a Bluetooth adapter on the machine. Naturally this means the device you’re commissioning also has to be a few feet away from your Matter server until it is fully commissioned. This post has some details on how to enable server-based commissioning:
Yeah those are greyed out because Matter Server doesn’t see a Bluetooth controller. But if interested, then follow what Peter suggested. I myself have very good success using this method. Just make sure your MoT device is near the BT controller when commissioning.
Thank you—that did the trick! I hadn’t realized the Bluetooth Adapter ID field was hidden under “Show unused optional configuration options,” so I assumed it would just default to hci0. Once I expanded that section and set the adapter to 0, commissioning new wifi and thread device via the web UI all worked perfectly.