@@ -456,7 +456,7 @@ MAKE_PSTR_LIST(maintenanceType, F_(maintenance), F("maintenance scheduled"))
456
456
MAKE_PSTR_LIST (maintenanceTime , F ("maintenancetime "), F ("time to next maintenance "))
457
457
458
458
// heatpump/compress specific
459
- MAKE_PSTR_LIST (upTimeControl , F ("uptimecontrol "), F ("operating time total heat "))
459
+ MAKE_PSTR_LIST (upTimeControl , F ("uptimecontrol "), F ("total operating time heat "))
460
460
MAKE_PSTR_LIST (upTimeCompHeating , F ("uptimecompheating "), F ("operating time compressor heating "))
461
461
MAKE_PSTR_LIST (upTimeCompCooling , F ("uptimecompcooling "), F ("operating time compressor cooling "))
462
462
MAKE_PSTR_LIST (upTimeCompWw , F ("uptimecompww "), F ("operating time compressor dhw "))
@@ -466,7 +466,7 @@ MAKE_PSTR_LIST(heatingStarts, F("heatingstarts"), F("heating control starts"))
466
466
MAKE_PSTR_LIST (coolingStarts , F ("coolingstarts "), F ("cooling control starts "))
467
467
MAKE_PSTR_LIST (poolStarts , F ("poolstarts "), F ("pool control starts "))
468
468
MAKE_PSTR_LIST (nrgConsTotal , F ("nrgconstotal "), F ("total energy consumption "))
469
- MAKE_PSTR_LIST (nrgConsCompTotal , F ("nrgconscomptotal "), F ("energy consumption compressor total "))
469
+ MAKE_PSTR_LIST (nrgConsCompTotal , F ("nrgconscomptotal "), F ("total energy consumption compressor "))
470
470
MAKE_PSTR_LIST (nrgConsCompHeating , F ("nrgconscompheating "), F ("energy consumption compressor heating "))
471
471
MAKE_PSTR_LIST (nrgConsCompWw , F ("nrgconscompww "), F ("energy consumption compressor dhw "))
472
472
MAKE_PSTR_LIST (nrgConsCompCooling , F ("nrgconscompcooling "), F ("energy consumption compressor cooling "))
@@ -476,7 +476,7 @@ MAKE_PSTR_LIST(nrgSuppHeating, F("nrgsuppheating"), F("total energy supplied hea
476
476
MAKE_PSTR_LIST (nrgSuppWw , F ("nrgsuppww "), F ("total energy warm supplied dhw "))
477
477
MAKE_PSTR_LIST (nrgSuppCooling , F ("nrgsuppcooling "), F ("total energy supplied cooling "))
478
478
MAKE_PSTR_LIST (nrgSuppPool , F ("nrgsupppool "), F ("total energy supplied pool "))
479
- MAKE_PSTR_LIST (auxElecHeatNrgConsTotal , F ("auxelecheatnrgconstotal "), F ("auxiliary electrical heater energy consumption total "))
479
+ MAKE_PSTR_LIST (auxElecHeatNrgConsTotal , F ("auxelecheatnrgconstotal "), F ("total auxiliary electrical heater energy consumption "))
480
480
MAKE_PSTR_LIST (auxElecHeatNrgConsHeating , F ("auxelecheatnrgconsheating "), F ("auxiliary electrical heater energy consumption heating "))
481
481
MAKE_PSTR_LIST (auxElecHeatNrgConsWW , F ("auxelecheatnrgconsww "), F ("auxiliary electrical heater energy consumption dhw "))
482
482
MAKE_PSTR_LIST (auxElecHeatNrgConsPool , F ("auxelecheatnrgconspool "), F ("auxiliary electrical heater energy consumption pool "))
@@ -683,8 +683,8 @@ MAKE_PSTR_LIST(pumpWorkTime, F("pumpworktime"), F("pump working time"))
683
683
MAKE_PSTR_LIST (pump2WorkTime , F ("pump2worktime "), F ("pump 2 working time "))
684
684
MAKE_PSTR_LIST (m1WorkTime , F ("m1worktime "), F ("differential control working time "))
685
685
MAKE_PSTR_LIST (energyLastHour , F ("energylasthour "), F ("energy last hour "))
686
- MAKE_PSTR_LIST (energyTotal , F ("energytotal "), F ("energy total "))
687
- MAKE_PSTR_LIST (energyToday , F ("energytoday "), F ("energy today "))
686
+ MAKE_PSTR_LIST (energyTotal , F ("energytotal "), F ("total energy "))
687
+ MAKE_PSTR_LIST (energyToday , F ("energytoday "), F ("total energy today "))
688
688
MAKE_PSTR_LIST (pumpMinMod , F ("pumpminmod "), F ("minimum pump modulation "))
689
689
MAKE_PSTR_LIST (maxFlow , F ("maxflow "), F ("maximum solar flow "))
690
690
MAKE_PSTR_LIST (solarPower , F ("solarpower "), F ("actual solar power "))
0 commit comments