change heatingpump2Mod to absBurnPow, #908

This commit is contained in:
MichaelDvP
2023-01-21 11:31:02 +01:00
parent b09deb1494
commit 36c85eed5e
3 changed files with 9 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ class Boiler : public EMSdevice {
uint8_t tapwaterActive_; // Hot tap water is on/off
uint8_t selFlowTemp_; // Selected flow temperature
uint8_t selBurnPow_; // Burner max power % (can be > 100%)
uint8_t heatingPump2Mod_; // heatpump modulation from 0xE3 (heatpumps)
uint8_t absBurnPow_; // absolute burner power in % of rating plate
uint8_t heatingPumpMod_; // Pump modulation %
int16_t outdoorTemp_; // Outside temperature
uint16_t curFlowTemp_; // Current flow temperature