From f773b59c7beaf7e14136e60a42188adc465c8bcc Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 23 Mar 2019 11:07:16 +0100 Subject: [PATCH] recorded changes to floats --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c08e3b7..d651484c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.6.0 dev] 2019-03-20 +## [1.6.0 dev] 2019-03-23 ### Added @@ -13,9 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - crash command to see stack of last system crash, with .py files to track stack dump (compile with -DCRASH) - publish dallas external temp sensors to MQTT (thanks @JewelZB) - shower timer and shower alert options available via set commands -- added support for warm water modes Hot, Comfort and Intelligent (https://github.com/proddy/EMS-ESP/issues/67) +- added support for warm water modes Hot, Comfort and Intelligent [(issue 67)](https://github.com/proddy/EMS-ESP/issues/67) - added 'set publish_time' to set how often to publish MQTT -- support for SM10 Solar Module +- support for SM10 Solar Module including MQTT [(issue 77)](https://github.com/proddy/EMS-ESP/issues/77) +- 'refresh' command to force a fetch of all known data from the connected EMS devices ### Fixed @@ -30,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - upgraded MyESP library with many optimizations - test_mode renamed to silent_mode - 'set wifi' replaced with 'set wifi_ssid and set wifi_password' to allow values with spaces +- EMS values are stored in the raw format and only converted to strings when displayed or published, removing the need for parsing floats +- All temps are to one decimal place [(issue 79)](https://github.com/proddy/EMS-ESP/issues/79) ## [1.5.6] 2019-03-09