updated to 2.1

This commit is contained in:
proddy
2020-09-23 13:12:40 +02:00
parent a724a5b461
commit 3812941775

View File

@@ -5,29 +5,30 @@ 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).
## [2.0.2] ## [2.1]
### Added ### Added
- add boiler heatingactivated, automatic select parameter telegrams for write - boiler heatingactivated, automatic select parameter telegrams for write
- add boiler wWType - boiler wWType parameter, in Console and MQTT
- support for uploading compressed firmware binaries - support for uploading compressed firmware binaries in web UI
- add wWType to MQTT publish - setting to manually override the MQTT retain flag
- option to set the MQTT retain flag - New API via HTTP REST API. See https://emsesp.github.io/docs/#/API
- HTTP REST API, e.g. http://ems-esp/api?device=boiler&cmd=wwtemp&data=20&id=1. See https://emsesp.github.io/docs/#/API
- `show commands` command - `show commands` command
### Fixed ### Fixed
- fix wwontime readback - fix wwontime readback
- fixed support for RC300 via MQTT commands (#505) - fixed support for RC300 via MQTT commands (#505)
- Some minor optimizations to memory handling in the MQTT service
### Changed ### Changed
- renamed wWCircPumpType to wWChargeType - renamed wWCircPumpType to wWChargeType
- Installation and Configuration notes moved to the official EMS-ESP documentation site - Installation and Configuration notes moved to the official EMS-ESP documentation site
- Removed the _cmd from the MQTT topic names - Removed the _cmd from the MQTT topic names
- MQTT sensors topic renamed to sensor_data - MQTT sensors topic renamed to sensor_data
- `call` commands can be done from the Console root for all devices
### Removed ### Removed
- - Console contexts for thermostat and boiler
## [2.0.1] September 13 2020 ## [2.0.1] September 13 2020