add solar influence #2212

This commit is contained in:
MichaelDvP
2025-01-09 09:18:50 +01:00
parent 9c00af317e
commit c07754047d
3 changed files with 21 additions and 0 deletions

View File

@@ -109,6 +109,8 @@ class Thermostat : public EMSdevice {
uint8_t instantstart; // 1-10K
uint8_t boost;
uint8_t boosttime; // hours
int8_t currSolarInfl;
int8_t solarInfl;
uint8_t hc_num() const {
return hc_num_;
@@ -664,6 +666,7 @@ class Thermostat : public EMSdevice {
bool set_switchProgMode(const char * value, const int8_t id);
bool set_absent(const char * value, const int8_t id);
bool set_redthreshold(const char * value, const int8_t id);
bool set_solarinfl(const char * value, const int8_t id);
};
} // namespace emsesp