- Update deployment guide with operational status (VM 109) - Add ZBT-2 USB passthrough documentation (303a:831a) - Document critical dual-NIC network config for Matter - net0 must be on home network (vmbr1) for Matter Server - net1 on server network (vmbr0) for management - Add Thread network configuration details - Add Matter commissioning steps and troubleshooting - Update VM config with current settings and comments - Add lessons learned from Matter commissioning debugging Key insight: Matter requires HA to be on same subnet as IoT devices for mDNS discovery. This was root cause of commissioning failures. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
28 lines
857 B
Plaintext
28 lines
857 B
Plaintext
# Home Assistant OS VM
|
|
# Deployed: January 2026
|
|
# Primary IP: 10.0.0.28 (home network - Matter/IoT)
|
|
# Secondary IP: 10.10.0.215 (server network - management)
|
|
# Web UI: http://10.0.0.28:8123
|
|
#
|
|
# CRITICAL: net0 MUST be on vmbr1 (home network) for Matter to work
|
|
# Matter Server auto-selects the first interface for mDNS/commissioning
|
|
|
|
agent: 1
|
|
bios: ovmf
|
|
boot: order=scsi0
|
|
cores: 4
|
|
efidisk0: local-lvm:vm-109-disk-0,efitype=4m,pre-enrolled-keys=0,size=4M
|
|
machine: q35
|
|
memory: 8192
|
|
meta: creation-qemu=6.1.0,ctime=1767762202
|
|
name: homeassistant
|
|
net0: virtio=0E:E0:41:39:CC:95,bridge=vmbr1
|
|
net1: virtio=6E:16:AB:69:63:89,bridge=vmbr0
|
|
ostype: l26
|
|
scsi0: local-lvm:vm-109-disk-1,discard=on,size=64G,ssd=1
|
|
scsihw: virtio-scsi-pci
|
|
serial0: socket
|
|
smbios1: uuid=ace611b1-66f3-4d34-8727-9dd9ff29e84e
|
|
usb0: host=303a:831a
|
|
vmgenid: d2aa05f5-f01f-4944-9fc3-5c4662096d7e
|