From 594e79be5db1fb7c143e48dd54ffd2eda31d113c Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Fri, 31 Mar 2023 16:52:23 +0200 Subject: [PATCH] update changelog, version dev.9 --- CHANGELOG_LATEST.md | 9 +++++++-- src/version.h | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 131f6213e..a45fe6e6e 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -11,16 +11,21 @@ - Detect old Tado thermostat, device-id 0x19, no entities - Some more HM200 entities [#500](https://github.com/emsesp/EMS-ESP32/issues/500) - Custom Scheduler [#701](https://github.com/emsesp/EMS-ESP32/issues/701) +- Custom Entities read from EMS bus ## Fixed - HA-discovery for analog sensor commands [#1035](https://github.com/emsesp/EMS-ESP32/issues/1035) +- Enum order of RC3x nofrost mode +- Heartbeat interval ## Changed -- Optional upgrade to platform-espressif32 6.0.0 (after 5.3.0) [#862](https://github.com/emsesp/EMS-ESP32/issues/862) -- Use byte 0 for detection RC30 active heatingcircuit [#786](https://github.com/emsesp/EMS-ESP32/issues/786) +- Optional upgrade to platform-espressif32 6.1.0 (after 5.3.0) [#862](https://github.com/emsesp/EMS-ESP32/issues/862) +- Use byte 3 for detection RC30 active heatingcircuit [#786](https://github.com/emsesp/EMS-ESP32/issues/786) - Write repeated selflowtemp if tx-queue is empty without verify [#954](https://github.com/emsesp/EMS-ESP32/issues/954) - HA discovery recreate after disconnect by device [#1067](https://github.com/emsesp/EMS-ESP32/issues/1067) - File upload: check flash size (overflow) instead of filesize - Improved HA Discovery so previous configs no longer need to be removed when starting [#1077](https://github.com/emsesp/EMS-ESP32/pull/1077) (thanks @pswid!) +- Enlarge UART-Stack to 2,5k +- Retry timeout for Mqtt-QOS1/2 10seconds diff --git a/src/version.h b/src/version.h index 0bd26f575..1335264e9 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.6.0-dev.8" +#define EMSESP_APP_VERSION "3.6.0-dev.9"