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