keep thermostat generic, and remove HA's heat mode

This commit is contained in:
proddy
2019-11-05 18:21:13 +01:00
parent b7835b2d39
commit 26b8185f56
5 changed files with 49 additions and 39 deletions

View File

@@ -2962,7 +2962,7 @@ void ems_setThermostatMode(uint8_t mode, uint8_t hc_num) {
// RC300/1000/3000 have different settings
if (model_id == EMS_MODEL_RC300) {
if (mode == 1) {
set_mode = 0; // manual/heat
set_mode = 0; // manual
} else {
set_mode = 0xFF; // auto
}