From 69244e8e88472b917e3d973d11c525c90fa80141 Mon Sep 17 00:00:00 2001 From: Fisch Date: Sat, 12 Oct 2019 17:33:58 +0200 Subject: [PATCH] add example homie config --- controllerHomie/data/homie/config.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 controllerHomie/data/homie/config.json diff --git a/controllerHomie/data/homie/config.json b/controllerHomie/data/homie/config.json new file mode 100644 index 0000000..c4472d8 --- /dev/null +++ b/controllerHomie/data/homie/config.json @@ -0,0 +1,17 @@ +{ +"name": "tischlicht", +"device_id": "tischlicht", +"wifi": { +"ssid": "WLANSSID", +"password": "WLANPASSWORD" +}, +"mqtt": { +"host": "10.0.0.1", +"port": 1883, +"auth": false, +"base_topic": "" +}, +"ota": { +"enabled": false +} +}