From 49ce35f1bf502cb73d8b3be60dbf290d0f5df505 Mon Sep 17 00:00:00 2001 From: MichaelDvP <59284019+MichaelDvP@users.noreply.github.com> Date: Wed, 17 Feb 2021 15:09:42 +0100 Subject: [PATCH] 0xE9: wWCirc_ --- src/devices/boiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/boiler.cpp b/src/devices/boiler.cpp index 9a7dfe96d..b9a35189a 100644 --- a/src/devices/boiler.cpp +++ b/src/devices/boiler.cpp @@ -494,7 +494,7 @@ void Boiler::process_UBADHWStatus(std::shared_ptr telegram) { has_update(telegram->read_bitvalue(wWCharging_, 12, 4)); has_update(telegram->read_bitvalue(wWRecharging_, 13, 4)); has_update(telegram->read_bitvalue(wWTempOK_, 13, 5)); - has_update(telegram->read_bitvalue(wWCircPump_, 13, 2)); + has_update(telegram->read_bitvalue(wWCirc_, 13, 2)); // has_update(telegram->read_value(wWActivated_, 20)); // Activated is in 0xEA, this is something other 0/100% has_update(telegram->read_value(wWSelTemp_, 10));