mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
3.5.0
This commit is contained in:
28
CHANGELOG.md
28
CHANGELOG.md
@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
# [3.4.2] September 18 2022
|
||||||
|
|
||||||
|
## Added
|
||||||
|
|
||||||
|
- RC310 additions [#520](https://github.com/emsesp/EMS-ESP32/pull/520)
|
||||||
|
- damping
|
||||||
|
- wwprio for RC310 heating circuits
|
||||||
|
- switchonoptimization for RC310 heating circuits
|
||||||
|
- enum_controlmode for RC310 (new enum list)
|
||||||
|
- nofrostmode, reducemode, reducetemp & noreducetemp for RC310
|
||||||
|
- emergencyops and emergencytemp, wwmaxtemp, wwflowtempoffset and wwcomfort1 for RC310
|
||||||
|
- HM200 hybrid module [#500](https://github.com/emsesp/EMS-ESP32/issues/500)
|
||||||
|
- AM200 alternative heatsource module [#573](https://github.com/emsesp/EMS-ESP32/issues/573)
|
||||||
|
- EM10 error module as gateway [#575](https://github.com/emsesp/EMS-ESP32/issues/575)
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- fix Table resizing in WebUI [#519](https://github.com/emsesp/EMS-ESP32/issues/519)
|
||||||
|
- allow larger customization files [#570](https://github.com/emsesp/EMS-ESP32/issues/570)
|
||||||
|
- losing entitiy wwcomfort [#581](https://github.com/emsesp/EMS-ESP32/issues/581)
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
|
- Shorten "friendly names" in Home Assistant [#555](https://github.com/emsesp/EMS-ESP32/issues/555)
|
||||||
|
- platformio 2.3.0 (IDF 4, Arduino 2)
|
||||||
|
- remove master-thermostat, support multiple thermostats
|
||||||
|
- merge up- and download in webui [#577](https://github.com/emsesp/EMS-ESP32/issues/577)
|
||||||
|
|
||||||
# [3.4.1] May 29 2022
|
# [3.4.1] May 29 2022
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
|||||||
@@ -15,34 +15,3 @@
|
|||||||
## **BREAKING CHANGES:**
|
## **BREAKING CHANGES:**
|
||||||
|
|
||||||
- MQTT Discovery (Home Assistant) entity names are now prefixed with the hostname, e.g. `select.thermostat_hc1_mode` becomes `select.emsesp_thermostat_hc1_mode`. You will need to recreate any custom dashboards.
|
- MQTT Discovery (Home Assistant) entity names are now prefixed with the hostname, e.g. `select.thermostat_hc1_mode` becomes `select.emsesp_thermostat_hc1_mode`. You will need to recreate any custom dashboards.
|
||||||
|
|
||||||
# [3.4.2]
|
|
||||||
|
|
||||||
## Added
|
|
||||||
|
|
||||||
- RC310 additions [#520](https://github.com/emsesp/EMS-ESP32/pull/520)
|
|
||||||
- damping
|
|
||||||
- wwprio for RC310 heating circuits
|
|
||||||
- switchonoptimization for RC310 heating circuits
|
|
||||||
- enum_controlmode for RC310 (new enum list)
|
|
||||||
- nofrostmode, reducemode, reducetemp & noreducetemp for RC310
|
|
||||||
- emergencyops and emergencytemp, wwmaxtemp, wwflowtempoffset and wwcomfort1 for RC310
|
|
||||||
- HM200 hybrid module [#500](https://github.com/emsesp/EMS-ESP32/issues/500)
|
|
||||||
- AM200 alternative heatsource module [#573](https://github.com/emsesp/EMS-ESP32/issues/573)
|
|
||||||
- EM10 error module as gateway [#575](https://github.com/emsesp/EMS-ESP32/issues/575)
|
|
||||||
|
|
||||||
## Fixed
|
|
||||||
|
|
||||||
- fix Table resizing in WebUI [#519](https://github.com/emsesp/EMS-ESP32/issues/519)
|
|
||||||
- allow larger customization files [#570](https://github.com/emsesp/EMS-ESP32/issues/570)
|
|
||||||
- losing entitiy wwcomfort [#581](https://github.com/emsesp/EMS-ESP32/issues/581)
|
|
||||||
|
|
||||||
## Changed
|
|
||||||
|
|
||||||
- Shorten "friendly names" in Home Assistant [#555](https://github.com/emsesp/EMS-ESP32/issues/555)
|
|
||||||
|
|
||||||
- platformio 2.3.0 (IDF 4, Arduino 2)
|
|
||||||
- remove master-thermostat, support multiple thermostats
|
|
||||||
- merge up- and download in webui [#577](https://github.com/emsesp/EMS-ESP32/issues/577)
|
|
||||||
|
|
||||||
## **BREAKING CHANGES:**
|
|
||||||
|
|||||||
9164
interface/package-lock.json
generated
9164
interface/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
#define EMSESP_APP_VERSION "3.5.0b1"
|
#define EMSESP_APP_VERSION "3.5.0b2"
|
||||||
|
|||||||
Reference in New Issue
Block a user