mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
add boiler ww-hysteresis, maintenance settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user