docs: add Matter pairing troubleshooting handbook; record bulb state + DHCP reservation mismatch (W1N-207)

This commit is contained in:
windyboy
2026-08-22 08:18:23 +08:00
parent 1426b4ecfe
commit 32631e2996
3 changed files with 110 additions and 0 deletions
+6
View File
@@ -129,3 +129,9 @@ IPv6 was re-verified by read-only SSH on 2026-08-20 during the UniFi AP/AC
check: the IPv6 routing table shows connected `/64`s on `eth0` (LAN66) and
`switch0` (LAN55) plus `::/0` via `pppoe0`; both UniFi APs obtained SLAAC
addresses from the router's RAs. No configuration changes were made.
**DHCP 保留 `matter` MAC 错位(2026-08-21 发现,待修,W1N-207):** 静态映射
`matter` → .45 / MAC `34:98:7a:27:10:bc`,但实际 Matter 灯泡的 MAC 是
`34:98:7a:27:7f:08`(动态租约 .145hostname `matter`)。保留 .45 从未被租出。
修正需在 `service dhcp-server shared-network-name LAN2 ... static-mapping matter`
里把 MAC 改为 `34:98:7a:27:7f:08`(或删除该保留),**未执行**。