add PV max compressor power

This commit is contained in:
MichaelDvP
2024-10-10 16:19:59 +02:00
parent e78b54dc23
commit ffdcbac1e0
3 changed files with 20 additions and 0 deletions

View File

@@ -254,6 +254,7 @@ class Boiler : public EMSdevice {
uint8_t maxHeatHeat_;
uint8_t maxHeatDhw_;
uint8_t hpMaxPower_;
uint8_t pvMaxComp_;
uint8_t pvCooling_;
uint8_t manDefrost_;
@@ -476,6 +477,7 @@ class Boiler : public EMSdevice {
bool set_hpCircPumpWw(const char * value, const int8_t id);
bool set_hpPumpMode(const char * value, const int8_t id);
bool set_hpMaxPower(const char * value, const int8_t id);
bool set_pvMaxComp(const char * value, const int8_t id);
bool set_hpDiffPress(const char * value, const int8_t id);
bool set_hpPowerLimit(const char * value, const int8_t id);