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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user