diff --git a/include/mqtt.h b/include/mqtt.h index 07e7ec2..bfcebb0 100644 --- a/include/mqtt.h +++ b/include/mqtt.h @@ -3,7 +3,7 @@ #include #include "ha.h" -#define MQTT_HOST IPAddress(192, 168, 5, 138) +#define MQTT_HOST IPAddress(192, 168, 5, 11) #define MQTT_PORT 1883 namespace Mqtt { diff --git a/include/ntp_time.h b/include/ntp_time.h index f02b35a..e047434 100644 --- a/include/ntp_time.h +++ b/include/ntp_time.h @@ -7,7 +7,7 @@ namespace Ntp { WiFiUDP ntpUDP; - NTPClient timeClient(ntpUDP, "europe.pool.ntp.org"); + NTPClient timeClient(ntpUDP, "192.168.6.1"); // Central European Time (Frankfurt, Paris) TimeChangeRule CEST = { "CEST", Last, Sun, Mar, 2, 120 }; // Central European Summer Time