This commit is contained in:
Paul
2019-10-13 17:30:22 +02:00
parent 7c6b41bc13
commit 282891fd27
2 changed files with 2 additions and 2 deletions

View File

@@ -665,6 +665,7 @@ void publishValues(bool force) {
last_boilerActive = ((EMS_Boiler.tapwaterActive << 1) + EMS_Boiler.heatingActive); // remember last state
}
doc.clear();
// handle the thermostat values
if (ems_getThermostatEnabled()) {
for (uint8_t hc_v = 1; hc_v <= EMS_THERMOSTAT_MAXHC; hc_v++) {
@@ -673,7 +674,6 @@ void publishValues(bool force) {
// only send if we have an active Heating Circuit with real data
if (thermostat->active) {
// build new json object
doc.clear();
JsonObject rootThermostat = doc.to<JsonObject>();
// hc{1-4}

View File

@@ -1 +1 @@
#define APP_VERSION "1.9.2b6"
#define APP_VERSION "1.9.2b7"