From d39d6c7f1f0ded19442064c9c68fb0898b92ebb7 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Wed, 8 Oct 2025 12:03:21 +0200 Subject: [PATCH] Junkers old does not support remote thermostats --- src/devices/thermostat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/thermostat.cpp b/src/devices/thermostat.cpp index c4e5ba166..f772110a9 100644 --- a/src/devices/thermostat.cpp +++ b/src/devices/thermostat.cpp @@ -2071,7 +2071,7 @@ bool Thermostat::set_remotetemp(const char * value, const int8_t id) { hc->remotetemp = (int16_t)(f * 10); } - if (model() == EMSdevice::EMS_DEVICE_FLAG_JUNKERS) { + if (model() == EMSdevice::EMS_DEVICE_FLAG_JUNKERS && !has_flags(EMSdevice::EMS_DEVICE_FLAG_JUNKERS_OLD)) { Roomctrl::set_remotetemp(Roomctrl::FB10, hc->hc(), hc->remotetemp); // FB10 } else if (model() == EMSdevice::EMS_DEVICE_FLAG_RC35 || model() == EMSdevice::EMS_DEVICE_FLAG_RC30_N) { Roomctrl::set_remotetemp(Roomctrl::RC20, hc->hc(), hc->remotetemp); // RC20