claude-memory/graph/solutions/matter-commissioning-requires-same-subnet-connectivity-1c76d0.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

13 lines
761 B
Markdown

---
id: 1c76d0b9-c94a-44ae-af52-372eb94ebedd
type: solution
title: "Matter commissioning requires same-subnet connectivity"
tags: [home-assistant, matter, thread, networking, proxmox, troubleshooting]
importance: 0.9
confidence: 0.8
created: "2026-01-09T06:55:57.244262+00:00"
updated: "2026-01-09T06:55:57.244262+00:00"
---
Home Assistant Matter Server must be on the same subnet as IoT devices for mDNS discovery and commissioning to work. If HA is on a server VLAN (10.10.0.x) and devices on home network (10.0.0.x), commissioning fails with 'Discovery timed out' errors. Solution: Add second NIC to VM on IoT network and make it net0 (primary) since Matter Server auto-selects first interface. Proxmox config: net0 on vmbr1 (home), net1 on vmbr0 (server).