mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-31 02:59:10 +03:00
fix minflowtemp #2879
This commit is contained in:
@@ -1228,7 +1228,7 @@ void Thermostat::process_RC300Summer(std::shared_ptr<const Telegram> telegram) {
|
|||||||
|
|
||||||
if (hc->heatingtype != 3) {
|
if (hc->heatingtype != 3) {
|
||||||
has_update(telegram, hc->designtemp, 4);
|
has_update(telegram, hc->designtemp, 4);
|
||||||
has_update(telegram, hc->minflowtemp, 13);
|
has_update(telegram, hc->minflowtemp, model() == EMSdevice::EMS_DEVICE_FLAG_BC400 ? 13 : 8);
|
||||||
} else {
|
} else {
|
||||||
has_update(telegram, hc->designtemp, 5);
|
has_update(telegram, hc->designtemp, 5);
|
||||||
has_update(telegram, hc->minflowtemp, 8);
|
has_update(telegram, hc->minflowtemp, 8);
|
||||||
|
|||||||
Reference in New Issue
Block a user