diff --git a/CHANGELOG.md b/CHANGELOG.md index 041a1e0de..1abe18371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,24 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.9.2 beta] 2019-10- +## [1.9.2 beta] + +### Added + +- Handling of MM100 Status Messages (thanks @kstaniek) +- retrieve/display mode for Junkers FW100/120 thermostats (thanks @Neonox31) + +### Fixed + +- `publish` command also sends Dallas external temperature sensor values + + +### Changed + +- External dallas sensor values sent in MQTT payload as float values and not strings +- Breaking change! all MQTT topics for the Thermostat have the Heating Circuit appended (e.g. `thermostat_data1`) +- Breaking change! Removed the heatingcircuit from the MQTT Thermostat topic payload + ## [1.9.1] 2019-10-05