From 55c0c6e75ccd3c2879fe3d7ee394f7219dd2a045 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 8 Dec 2024 14:15:02 +0100 Subject: [PATCH] Init config added, to start again from scratch --- config/.gitkeep | 0 config_example/configuration_init.j2 | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 config/.gitkeep create mode 100644 config_example/configuration_init.j2 diff --git a/config/.gitkeep b/config/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/config_example/configuration_init.j2 b/config_example/configuration_init.j2 new file mode 100644 index 0000000..174fd9b --- /dev/null +++ b/config_example/configuration_init.j2 @@ -0,0 +1,25 @@ +homeassistant: false +permit_join: false +mqtt: + base_topic: zigbee_gfe + server: mqtt://{{ smart_sat_zigbee2mqtt_hostname }} + user: {{ smart_sat_zigbee2mqtt_username }} + password: {{ smart_sat_zigbee2mqtt_password }} +serial: + port: /dev/ttyACM0 + channel: 25 +advanced: + # Let Zigbee2MQTT generate a network key on first start + network_key: GENERATE + # Let Zigbee2MQTT generate a pan_id on first start + pan_id: GENERATE + # Let Zigbee2MQTT generate a ext_pan_id on first start + ext_pan_id: GENERATE +frontend: + port: 8038 + host: 0.0.0.0 + auth_token: {{ smart_sat_zigbee2mqtt_auth_token }} + url: http://localhost +device_options: + legacy: false +