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
This commit is contained in:
53
zigbee2mqtt/configuration.yaml
Normal file
53
zigbee2mqtt/configuration.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user