diff --git a/src/ems.cpp b/src/ems.cpp index 128c89fc3..6ed0e7f61 100644 --- a/src/ems.cpp +++ b/src/ems.cpp @@ -2441,14 +2441,14 @@ void ems_setThermostatTemp(float temperature, uint8_t hc_num, uint8_t temptype) EMS_TxTelegram.type = EMS_TYPE_JunkersSetMessage_HC1; EMS_TxTelegram.comparisonPostRead = EMS_TYPE_JunkersStatusMessage_HC1; } else if (hc_num == 2) { - EMS_TxTelegram.type = EMS_TYPE_JunkersSetMessage_HC1; - EMS_TxTelegram.comparisonPostRead = EMS_TYPE_JunkersStatusMessage_HC1; + EMS_TxTelegram.type = EMS_TYPE_JunkersSetMessage_HC2; + EMS_TxTelegram.comparisonPostRead = EMS_TYPE_JunkersStatusMessage_HC2; } else if (hc_num == 3) { - EMS_TxTelegram.type = EMS_TYPE_JunkersSetMessage_HC1; - EMS_TxTelegram.comparisonPostRead = EMS_TYPE_JunkersStatusMessage_HC1; + EMS_TxTelegram.type = EMS_TYPE_JunkersSetMessage_HC3; + EMS_TxTelegram.comparisonPostRead = EMS_TYPE_JunkersStatusMessage_HC3; } else if (hc_num == 4) { - EMS_TxTelegram.type = EMS_TYPE_JunkersSetMessage_HC1; - EMS_TxTelegram.comparisonPostRead = EMS_TYPE_JunkersStatusMessage_HC1; + EMS_TxTelegram.type = EMS_TYPE_JunkersSetMessage_HC4; + EMS_TxTelegram.comparisonPostRead = EMS_TYPE_JunkersStatusMessage_HC4; } EMS_TxTelegram.type_validate = EMS_TxTelegram.type; } diff --git a/src/version.h b/src/version.h index 5ef00f5f9..dc214cd18 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.9.5b45" +#define APP_VERSION "1.9.5b46"