add energy and meter for cooling #1940

This commit is contained in:
MichaelDvP
2024-08-16 16:42:16 +02:00
parent 00e2808afe
commit 388245ece9
3 changed files with 18 additions and 0 deletions

View File

@@ -225,11 +225,13 @@ class Boiler : public EMSdevice {
uint32_t nrgHeat_;
uint32_t nrgWw2_;
uint32_t nrgHeat2_;
uint32_t nrgCool_;
uint32_t meterTotal_;
uint32_t meterComp_;
uint32_t meterEHeat_;
uint32_t meterHeat_;
uint32_t meterWw_;
uint32_t meterCool_;
uint32_t gasMeterHeat_;
uint32_t gasMeterWw_;
uint8_t hpEA0_;