added back boiler starts and workmin to MQTT

This commit is contained in:
Paul
2019-12-10 08:21:00 +01:00
parent b82b0b2373
commit 70db69403f
2 changed files with 1 additions and 3 deletions

View File

@@ -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;

View File

@@ -1 +1 @@
#define APP_VERSION "1.9.4b23"
#define APP_VERSION "1.9.4b24"