mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
Merge branch 'emsesp:dev' into dev
This commit is contained in:
@@ -1246,7 +1246,8 @@ void Thermostat::process_RC35Set(std::shared_ptr<const Telegram> telegram) {
|
||||
has_update(telegram, hc->vacreducemode, 41); // vacations reduce mode
|
||||
has_update(telegram, hc->minflowtemp, 16);
|
||||
|
||||
if (hc->heatingtype == 3) { // floor heating
|
||||
// RC35 stores values for floorheating in different position
|
||||
if (hc->heatingtype == 3 && model() == EMS_DEVICE_FLAG_RC35) {
|
||||
has_update(telegram, hc->designtemp, 36); // is * 1
|
||||
has_update(telegram, hc->maxflowtemp, 35); // is * 1
|
||||
} else { // radiator/convector
|
||||
|
||||
Reference in New Issue
Block a user