Successfully Integrating Multiple Matter Devices Over Thread

I’ve been diving into the world of Matter over Thread lately, and I must say, it’s been an exciting journey! I wanted to share my experience in case it helps anyone else who’s exploring this space.

I started by setting up my Sonoff Dongle as a Thread Border Router. It was a bit of a learning curve, but once everything was configured, it worked like a charm. I paired it with an ESP32-C6 running the Light example from esp-matter, and honestly, seeing everything come together was pretty magical.

One thing I struggled with initially was commissioning devices into Home Assistant. I kept getting the frustrating “Unable to Add accessory” error. After some digging, I realized it was a timing issue during the commissioning process. I adjusted the script to sync the Thread credentials more reliably, and boom—it worked!

I also tested Matter over Wi-Fi, and while it was functional, there’s something special about the reliability of Thread. The network topology in my Matter server logs looked solid, and the ESP32-C6 joined the network without any hiccups. It’s reassuring to see everything running smoothly now.

For anyone else tackling this, here are a few tips:

  • Double-check your network configuration and ensure all devices are on the same network.
  • If you’re using scripts, make sure they’re syncing credentials properly.
  • Don’t hesitate to tweak timing settings if you’re hitting commissioning roadblocks.

It’s been a rewarding experience, and I’m excited to expand my Matter setup even further. If anyone has questions or wants to share their own experiences, feel free to drop a comment! :rocket: