From 3cb8f1cb2064a70bbc14fe119f53eef0c5e6b44d Mon Sep 17 00:00:00 2001 From: starcalc Date: Sat, 28 Apr 2018 17:11:21 +0200 Subject: [PATCH] Korrekte Konfiguration --- esp-wemos-schild/data/homie/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esp-wemos-schild/data/homie/config.json b/esp-wemos-schild/data/homie/config.json index 8063e3f..962d208 100644 --- a/esp-wemos-schild/data/homie/config.json +++ b/esp-wemos-schild/data/homie/config.json @@ -2,11 +2,11 @@ "name": "Homie CTDO Schild", "device_id": "schild", "wifi": { - "ssid": "Nudel", - "password": "Unser WLAN ist sicher!" + "ssid": "CTDO-IoT", + "password": "12345678" }, "mqtt": { - "host": "prometheus.local", + "host": "raum.ctdo.de", "port": 1883, "auth": false },