add boiler ww-hysteresis, maintenance settings

This commit is contained in:
MichaelDvP
2021-07-11 14:34:18 +02:00
parent bd33df2cc7
commit 3519696bae
3 changed files with 99 additions and 4 deletions

View File

@@ -83,6 +83,8 @@ class Boiler : public EMSdevice {
uint32_t wWStarts_; // Warm Water # starts
uint32_t wWStarts2_; // Warm water control starts
uint32_t wWWorkM_; // Warm Water # minutes
int8_t wWHystOn_;
int8_t wWHystOff_;
uint16_t mixerTemp_; // mixing temperature
uint16_t tankMiddleTemp_; // Tank middle temperature (TS3)
@@ -220,6 +222,10 @@ class Boiler : public EMSdevice {
bool set_pump_delay(const char * value, const int8_t id);
bool set_reset(const char * value, const int8_t id);
bool set_maintenance(const char * value, const int8_t id);
bool set_maintenancetime(const char * value, const int8_t id);
bool set_maintenancedate(const char * value, const int8_t id);
bool set_ww_hyst_on(const char * value, const int8_t id);
bool set_ww_hyst_off(const char * value, const int8_t id);
};
} // namespace emsesp