From e2da47afc7b2b44d1593934dbb7f05496a793847 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 19 Jul 2019 00:05:04 +0200 Subject: [PATCH] tidy up HA config --- CHANGELOG.md | 4 +++- doc/home_assistant/climate.yaml | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27870abe2..d5716abcb 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.8.1dev] 2019-07-08 +## [1.8.1dev] 2019-07-19 ### Added @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added tx_mode back with options 0,1 and 2 until we've fixed option 2 that works for everyone and doesn't reset ESP - More solar module data captured, thanks to @Vuego123 - -DDEFAULT_NO_SERIAL option added to determine if the Serial port should be enabled on fresh installs +- Detect thermostat mode for EMS+ RC300/Moduline 3000 ### Fixed @@ -29,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `publish_wait` renamed to `publish_time`, a value of 0 means disabling all MQTT sending - How signed shorts are handled such as the current and setpoint temps on RC300s - Stopped automatic refresh of web page, which causes crashes/memory loss after a short time +- Support HA 0.96 climate component changes ## [1.8.0] 2019-06-15 diff --git a/doc/home_assistant/climate.yaml b/doc/home_assistant/climate.yaml index a308f0f03..f23edba77 100644 --- a/doc/home_assistant/climate.yaml +++ b/doc/home_assistant/climate.yaml @@ -21,8 +21,8 @@ - platform: mqtt name: boiler modes: - - "auto" - - "off" + - "auto" + - "off" min_temp: 40 max_temp: 60 temp_step: 1 @@ -34,3 +34,4 @@ mode_state_template: "{% if value_json.wWActivated == 'off' %} off {% else %} auto {% endif %}" mode_state_topic: "home/ems-esp/boiler_data" mode_command_topic: "home/ems-esp/wwactivated" + \ No newline at end of file