added boiler ww comfort., via telnet & MQTT

This commit is contained in:
proddy
2019-03-17 17:36:48 +01:00
parent 4a559866c7
commit e8e1cb8921
6 changed files with 167 additions and 121 deletions

View File

@@ -1740,7 +1740,7 @@ void ems_setWarmWaterModeComfort(uint8_t comfort) {
EMS_Sys_Status.txRetryCount = 0; // reset retry counter
if (comfort == 1) {
myDebug("Setting boiler warm water comfort mode to Comfort");
myDebug("Setting boiler warm water comfort mode to Hot");
EMS_TxTelegram.dataValue = EMS_VALUE_UBAParameterWW_wwComfort_Hot;
} else if (comfort == 2) {
myDebug("Setting boiler warm water comfort mode to Eco");