mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
added back boiler starts and workmin to MQTT
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define APP_VERSION "1.9.4b23"
|
||||
#define APP_VERSION "1.9.4b24"
|
||||
|
||||
Reference in New Issue
Block a user