From 459610be515d33caebe8936bac4643119bddaa39 Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 25 Feb 2020 16:58:28 +0100 Subject: [PATCH] text changes --- CHANGELOG.md | 1 + src/ems.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56df86ab9..3d0aefffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `set bus_id ` to support multiple EMS-ESP circuits. Default is 0x0B to mimic a service key. - MQTT publish messages are queued and gracefully published every second to avoid TCP blocks - Added `mqtt_nestedjson` option to disable multiple data records being nested into a single JSON string +- Support for Moduline 200 and Sieger ES72 thermostats ### Fixed - set boiler warm water temp on Junkers/Bosch HT3 diff --git a/src/ems.cpp b/src/ems.cpp index 71b6b4d6d..126cd9f04 100644 --- a/src/ems.cpp +++ b/src/ems.cpp @@ -1790,7 +1790,6 @@ void _process_Version(_EMS_RxTelegram * EMS_RxTelegram) { _addDevice(EMS_DEVICE_TYPE_BOILER, product_id, EMS_ID_BOILER, EMS_Devices[i].device_desc, version, brand); ems_getBoilerValues(); // get Boiler values that we would usually have to wait for return; // quit - break; } i++; }