mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
fix SM10 working time
This commit is contained in:
@@ -265,7 +265,7 @@ void Solar::process_SM10Monitor(std::shared_ptr<const Telegram> telegram) {
|
|||||||
changed_ |= telegram->read_value(tankBottomTemp_, 5); // bottom temp from SM10, is *10
|
changed_ |= telegram->read_value(tankBottomTemp_, 5); // bottom temp from SM10, is *10
|
||||||
changed_ |= telegram->read_value(solarPumpModulation_, 4); // modulation solar pump
|
changed_ |= telegram->read_value(solarPumpModulation_, 4); // modulation solar pump
|
||||||
changed_ |= telegram->read_bitvalue(solarPump_, 7, 1);
|
changed_ |= telegram->read_bitvalue(solarPump_, 7, 1);
|
||||||
changed_ |= telegram->read_value(pumpWorkMin_, 8);
|
changed_ |= telegram->read_value(pumpWorkMin_, 8, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user