Use exhaust temperature from 0xe4, remove from 0xe5 until verified, closes #1147.

This commit is contained in:
marcel
2023-04-01 19:15:54 +02:00
parent 5c59a20714
commit e2fec03a21

View File

@@ -1098,13 +1098,7 @@ void Boiler::process_UBAMonitorSlowPlus(std::shared_ptr<const Telegram> telegram
has_bitupdate(telegram, ignWork_, 2, 3);
has_bitupdate(telegram, heatingPump_, 2, 5);
has_bitupdate(telegram, wwCirc_, 2, 7);
/* Update exhaust temperature if it is unequal 0 */
const uint8_t exhaustTempOffset{6};
uint16_t exhaustTemp{0};
if (telegram->read_value(exhaustTemp, exhaustTempOffset))
has_update(telegram, exhaustTemp_, exhaustTempOffset);
// has_update(telegram, exhaustTemp_, 6); // Disabled until verified as valid location, see #1147.
has_update(telegram, burnStarts_, 10, 3); // force to 3 bytes
has_update(telegram, burnWorkMin_, 13, 3); // force to 3 bytes
has_update(telegram, burn2WorkMin_, 16, 3); // force to 3 bytes