From 59791cdaa5cf33e1ed7ac54a939ae670036b7427 Mon Sep 17 00:00:00 2001 From: Proddy Date: Thu, 23 Feb 2023 19:25:40 +0100 Subject: [PATCH] added Michael's changes --- CHANGELOG_LATEST.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 73264693c..e3dd51485 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -8,11 +8,17 @@ - Workaround for better Domoticz MQTT intergration? [#904](https://github.com/emsesp/EMS-ESP32/issues/904) - Warn user in WebUI of unsaved changes [#911](https://github.com/emsesp/EMS-ESP32/issues/911) +- Detect old Tado thermostat, device-id 0x19, no entities +- Some more HM200 entities [#500](https://github.com/emsesp/EMS-ESP32/issues/500) ## Fixed -- +- HA-discovery for analog sensor commands [#1035](https://github.com/emsesp/EMS-ESP32/issues/1035) ## Changed -- Upgrade to platform-espressif32 6.0.0 (after 5.3.0) [#862](https://github.com/emsesp/EMS-ESP32/issues/862) +- 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) +- 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