From ce3456793944ffcc677e007c4aeb6c3127855f28 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Thu, 4 Jan 2024 11:43:29 +0100 Subject: [PATCH] another test wwComfort --- src/devices/boiler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/devices/boiler.cpp b/src/devices/boiler.cpp index 999b475d3..bf00c5290 100644 --- a/src/devices/boiler.cpp +++ b/src/devices/boiler.cpp @@ -1469,11 +1469,11 @@ void Boiler::process_UBAParameterWWPlus(std::shared_ptr telegram has_update(telegram, wwMaxTemp_, 20); has_update(telegram, wwChargeOptimization_, 25); has_update(telegram, wwSelTempEcoplus_, 27); - has_update(telegram, wwComfort2_, 26); + telegram->read_value(wwComfort2_, 26); uint8_t wwComfort1 = EMS_VALUE_UINT_NOTSET; if (Helpers::hasValue(wwComfort2_)) { - has_update(wwComfort1_, wwComfort1); + has_update(wwComfort1_, wwComfort2_); } else if (telegram->read_value(wwComfort1, 13)) { if (wwComfort1 == 0) { wwComfort1 = 0; // High_Comfort