Recently got more into smarthome and decided to go all in on matter.
Coming from an it background i got a heavily locked down network with many vlans (opnsense + mostly unifi)
Already did a lot of research and ended up with the following plan (simplified):
Multi Homing Homeassistant and keeping Matter devices separated into isolated vlans like
101 - Govee Lights
102 - Smart Plugs
103 - All Thread Routers
with Homeassistant (in vm on proxmox) having a native ip in each of them
This would mean each vlan is basically its own matter network.
Will it cause issues that a device in 101 cant directly talk to a device in 102 and each of them can only connect to HA?
I read that Matter devices can also directly communicate with each other without going over a server / coordinator, is this correct?
(Lets say a button connected to 103 is pressed to turn on a light in 102, will this go over HA or directly between them inside of Matter?)
I want to avoid mdns reflection to keep the network clean and would also prefer to keep the vlan segmentation if possible
Also do all thread routers part of the same network need to be in the same vlan?
Any input / suggestions on that setup?
Thx 🙂