mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-14 03:40:22 +03:00
add start counters #2220
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user