diff --git a/include/config.h b/include/config.h index 0ab84e6..48196bd 100644 --- a/include/config.h +++ b/include/config.h @@ -77,7 +77,7 @@ // to make Arduino IDE happy // version number is set in platformio.ini #ifndef FIRMWARE_VERSION -#define FIRMWARE_VERSION 220 +#define FIRMWARE_VERSION 221 #endif // set default port for MQTT over TLS diff --git a/include/index_de.h b/include/index_de.h index 2a85f2c..6a65d16 100644 --- a/include/index_de.h +++ b/include/index_de.h @@ -363,7 +363,7 @@ function checkInput() { if (document.getElementById("input_kwh_turns").value.length < 2 || Number(document.getElementById("input_kwh_turns").value) < 50 || - Number(document.getElementById("input_kwh_turns").value) > 500) { + Number(document.getElementById("input_kwh_turns").value) > 800) { document.getElementById("kwhError").style.display = "block"; err++; } @@ -488,7 +488,7 @@ function toggleHADiscovery() {