-
Notifications
You must be signed in to change notification settings - Fork 1
HA Add Matter Thread Device
guoping.liu edited this page Aug 13, 2026
·
1 revision
Note: Adding Matter over Thread devices is more complex than WiFi. The Companion App operations on Android phones are especially important — do not skip them!
- The app can automatically discover Home Assistant on the local network.
- If you have previously connected to another HA instance, delete the old configuration first.
-
(Android only) In the app, go to
Menu → Companion App → Troubleshooting → Sync Thread credentials, and complete the sync.
- In the app, go to
Menu → Settings → Devices & Services → Add Integration → Add Matter device → "No, it's new".
- Put the Matter device into pairing mode first.
- Choose "Open Camera here" or "Setup without QR code" to scan the QR code or enter the manual code.
- Follow the app prompts to complete device addition.
⚠️ This is not a standard method and may not work for all Matter devices. If it fails after one retry, use the Home Assistant App. If possible, contact the device manufacturer for support.
In your browser, enter http://<ip_address>:8123 → Settings → Devices & Services → Thread → CONFIGURE → Click the "!" on "Preferred network" → Copy the string next to "Active dataset TLVs:".
Or use command line on the device:
ot-ctl dataset active -x- In your browser, enter
http://<ip_address>:5580to access the Python Matter Server. - Click "Commission node" → "Commission new Thread device".
- Paste the Thread dataset and click "Set Thread Dataset".
- Put the Matter device into pairing mode.
- Enter the device's manual code and click "Commission".
- Wait for commissioning to complete.