From 139c6c6c8afc1e7896b0f68969e5842d69497011 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 4 Feb 2026 14:59:11 +0000 Subject: [PATCH] Add zigbee2mqtt/configuration.yaml placed in the data directory; this file is dynamically changed so you may have to go hunting for the virgin copy for a new build --- zigbee2mqtt/configuration.yaml | 53 ++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 zigbee2mqtt/configuration.yaml diff --git a/zigbee2mqtt/configuration.yaml b/zigbee2mqtt/configuration.yaml new file mode 100644 index 0000000..7424957 --- /dev/null +++ b/zigbee2mqtt/configuration.yaml @@ -0,0 +1,53 @@ +version: 5 +mqtt: + base_topic: zigbee2mqtt + server: mqtt:192.168.1.16:1883 + user: ha + password: hairybeard +serial: + port: /dev/ttyACM0 + adapter: zstack +availability: + enabled: true + active: + timeout: 10 + max_jitter: 30000 + backoff: true + pause_on_backoff_gt: 0 + passive: + timeout: 1500 +advanced: + channel: 20 + network_key: + - 215 + - 79 + - 197 + - 172 + - 254 + - 150 + - 68 + - 178 + - 159 + - 8 + - 168 + - 170 + - 239 + - 36 + - 43 + - 72 + pan_id: 51994 + ext_pan_id: + - 38 + - 163 + - 233 + - 182 + - 156 + - 13 + - 171 + - 191 + last_seen: disable +frontend: + enabled: true + port: 8080 +homeassistant: + enabled: true