From 8a72ab42cbdabccbec03260190b6681651311be4 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Thu, 16 Apr 2026 08:18:17 +0200 Subject: [PATCH] dev 14, changelog --- CHANGELOG_LATEST.md | 5 ++++- src/emsesp_version.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index eceb2daf3..8d071734e 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -12,11 +12,12 @@ For more details go to [emsesp.org](https://emsesp.org/). - prometheus metrics for temperature/analog/scheduler/custom [#2962](https://github.com/emsesp/EMS-ESP32/issues/2962) - boiler pumpkick [#2965](https://github.com/emsesp/EMS-ESP32/discussions/2965) - heatpump reset [#2933](https://github.com/emsesp/EMS-ESP32/issues/2933) -- 2.nd freshwater module (dhw4) [#2991](https://github.com/emsesp/EMS-ESP32/issues/2991) +- 2.nd freshwater module (dhw4, dhw5) [#2991](https://github.com/emsesp/EMS-ESP32/issues/2991) ## Fixed - SRC climate creation [#2936](https://github.com/emsesp/EMS-ESP32/issues/2936) and [#2960](https://github.com/emsesp/EMS-ESP32/issues/2960) +- missing translations [#3015](https://github.com/emsesp/EMS-ESP32/issues/3015) ## Changed @@ -28,3 +29,5 @@ For more details go to [emsesp.org](https://emsesp.org/). - support `minflowtemp` and `baseflowtemp` [#2969](https://github.com/emsesp/EMS-ESP32/discussions/2969) - update version if it is 00.00 in first read [#2981](https://github.com/emsesp/EMS-ESP32/issues/2981) - device class for % values [#2980](https://github.com/emsesp/EMS-ESP32/issues/2980) +- fetch telegrams: set length to fetch [#3017](https://github.com/emsesp/EMS-ESP32/issues/3017) +- move http client from stack to heap diff --git a/src/emsesp_version.h b/src/emsesp_version.h index bfa8e598e..445611505 100644 --- a/src/emsesp_version.h +++ b/src/emsesp_version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.8.2-dev.13" +#define EMSESP_APP_VERSION "3.8.2-dev.14"