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 },