From 605f92a6d86ae481600d47d7e178e7098907550e Mon Sep 17 00:00:00 2001 From: MichaelDvP <59284019+MichaelDvP@users.noreply.github.com> Date: Sat, 24 Oct 2020 16:06:42 +0200 Subject: [PATCH] fix SM10 working time --- src/devices/solar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/solar.cpp b/src/devices/solar.cpp index 92ab8cc68..ac342a6cb 100644 --- a/src/devices/solar.cpp +++ b/src/devices/solar.cpp @@ -265,7 +265,7 @@ void Solar::process_SM10Monitor(std::shared_ptr telegram) { changed_ |= telegram->read_value(tankBottomTemp_, 5); // bottom temp from SM10, is *10 changed_ |= telegram->read_value(solarPumpModulation_, 4); // modulation solar pump changed_ |= telegram->read_bitvalue(solarPump_, 7, 1); - changed_ |= telegram->read_value(pumpWorkMin_, 8); + changed_ |= telegram->read_value(pumpWorkMin_, 8, 3); } /*