From 70db69403fe81fcfd5b1aeb80145ae1f75992981 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 10 Dec 2019 08:21:00 +0100 Subject: [PATCH] added back boiler starts and workmin to MQTT --- src/ems-esp.cpp | 2 -- src/version.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ems-esp.cpp b/src/ems-esp.cpp index 68b16d6a0..d9b29c308 100644 --- a/src/ems-esp.cpp +++ b/src/ems-esp.cpp @@ -627,7 +627,6 @@ void publishEMSValues(bool force) { if (EMS_Boiler.wWHeat != EMS_VALUE_BOOL_NOTSET) rootBoiler["wWHeat"] = _bool_to_char(s, EMS_Boiler.wWHeat); - /* if (abs(EMS_Boiler.wWStarts) != EMS_VALUE_LONG_NOTSET) rootBoiler["wWStarts"] = (float)EMS_Boiler.wWStarts; if (abs(EMS_Boiler.wWWorkM) != EMS_VALUE_LONG_NOTSET) @@ -641,7 +640,6 @@ void publishEMSValues(bool force) { rootBoiler["burnWorkMin"] = (float)EMS_Boiler.burnWorkMin; if (abs(EMS_Boiler.heatWorkMin) != EMS_VALUE_LONG_NOTSET) rootBoiler["heatWorkMin"] = (float)EMS_Boiler.heatWorkMin; - */ if (EMS_Boiler.serviceCode != EMS_VALUE_USHORT_NOTSET) { rootBoiler["ServiceCode"] = EMS_Boiler.serviceCodeChar; diff --git a/src/version.h b/src/version.h index ac66d1780..47b694c88 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.9.4b23" +#define APP_VERSION "1.9.4b24"