add start counters #2220

This commit is contained in:
MichaelDvP
2024-11-19 08:20:01 +01:00
parent d06ea9590e
commit e3354b2a49
2 changed files with 12 additions and 0 deletions

View File

@@ -76,6 +76,8 @@ class Heatpump : public EMSdevice {
uint32_t meterHeat_;
uint32_t meterWw_;
uint32_t heatStartsHp_;
uint32_t wwStartsHp_;
void process_HPMonitor1(std::shared_ptr<const Telegram> telegram);
void process_HPMonitor2(std::shared_ptr<const Telegram> telegram);
@@ -86,6 +88,7 @@ class Heatpump : public EMSdevice {
void process_HPComp(std::shared_ptr<const Telegram> telegram);
void process_HpEnergy(std::shared_ptr<const Telegram> telegram);
void process_HpMeters(std::shared_ptr<const Telegram> telegram);
void process_HpStarts(std::shared_ptr<const Telegram> telegram);
bool set_controlStrategy(const char * value, const int8_t id);
bool set_lowNoiseMode(const char * value, const int8_t id);