infra: tune flash params + persist zigbee network key for paired devices

- FLASH_INTERVAL_SECONDS 3 -> 2 (user preference)
- Add network_key / pan_id / ext_pan_id to zigbee2mqtt configuration
  so paired devices can rejoin after a config wipe. Network key
  preserved from previous working state on RPi.
- Doorbell listener flash logic with even toggle count so plug ends
  at starting state
This commit is contained in:
2026-07-01 01:11:41 -07:00
parent 1ef49652b0
commit 758edc0a9a
3 changed files with 47 additions and 8 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ services:
PLUG_TOPIC: "zigbee2mqtt/Sideboard Lamp/set"
POLL_INTERVAL: "30"
MAX_AGE_SECONDS: "180"
FLASH_INTERVAL_SECONDS: "3"
FLASH_INTERVAL_SECONDS: "2"
FLASH_DURATION_SECONDS: "15"
TZ: America/Los_Angeles