Browse Source

Init config added, to start again from scratch

master
Dirk Alders 2 weeks ago
parent
commit
55c0c6e75c
2 changed files with 25 additions and 0 deletions
  1. 0
    0
      config/.gitkeep
  2. 25
    0
      config_example/configuration_init.j2

+ 0
- 0
config/.gitkeep View File


+ 25
- 0
config_example/configuration_init.j2 View File

@@ -0,0 +1,25 @@
1
+homeassistant: false
2
+permit_join: false
3
+mqtt:
4
+  base_topic: zigbee_gfe
5
+  server: mqtt://{{ smart_sat_zigbee2mqtt_hostname }}
6
+  user: {{ smart_sat_zigbee2mqtt_username }}
7
+  password: {{ smart_sat_zigbee2mqtt_password  }}
8
+serial:
9
+  port: /dev/ttyACM0
10
+  channel: 25
11
+advanced:
12
+    # Let Zigbee2MQTT generate a network key on first start
13
+    network_key: GENERATE
14
+    # Let Zigbee2MQTT generate a pan_id on first start
15
+    pan_id: GENERATE
16
+    # Let Zigbee2MQTT generate a ext_pan_id on first start
17
+    ext_pan_id: GENERATE
18
+frontend:
19
+  port: 8038
20
+  host: 0.0.0.0
21
+  auth_token: {{ smart_sat_zigbee2mqtt_auth_token }}
22
+  url: http://localhost
23
+device_options:
24
+  legacy: false
25
+

Loading…
Cancel
Save