From 1d90ca08b428b2bb4d258161c477cfcd944f1678 Mon Sep 17 00:00:00 2001 From: Lexa Date: Thu, 21 Aug 2025 16:17:17 +0300 Subject: [PATCH] Changed IP MQTT AC --- MitsubishiAC/platformio.ini | 1 + MitsubishiAC/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MitsubishiAC/platformio.ini b/MitsubishiAC/platformio.ini index 7a5f203..b77fd02 100644 --- a/MitsubishiAC/platformio.ini +++ b/MitsubishiAC/platformio.ini @@ -40,4 +40,5 @@ lib_deps = swicago/HeatPump @ ^1.0.0 ottowinter/ESPAsyncWebServer-esphome @ ^2.1.0 ayushsharma82/WebSerial @ ^1.3.0 + heman/AsyncMqttClient-esphome @ ^2.1.0 ; bblanchon/ArduinoJson @ ^6.18.0 \ No newline at end of file diff --git a/MitsubishiAC/src/main.cpp b/MitsubishiAC/src/main.cpp index 8913ce2..11d2edc 100644 --- a/MitsubishiAC/src/main.cpp +++ b/MitsubishiAC/src/main.cpp @@ -31,7 +31,7 @@ const char* ssid = "wf-home"; const char* password = "0ndthnrf"; -const char* mqtt_server = "192.168.1.111"; +const char* mqtt_server = "192.168.1.10"; unsigned long cRun = millis(); bool _debugMode;