Merge pull request #613 from hpanther/dev

Updates to the solar device to handle configuration-related telegrams
This commit is contained in:
Proddy
2020-11-17 17:50:00 +01:00
committed by GitHub
4 changed files with 127 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ MAKE_PSTR(UBAuptime, "Boiler total uptime")
MAKE_PSTR(collectorTemp, "Collector temperature (TS1)")
MAKE_PSTR(tankBottomTemp, "Bottom temperature (TS2)")
MAKE_PSTR(tankBottomTemp2, "Bottom temperature (TS5)")
MAKE_PSTR(tank1MaxTempCurrent, "Maximum Tank temperature")
MAKE_PSTR(heatExchangerTemp, "Heat exchanger temperature (TS6)")
MAKE_PSTR(solarPumpModulation, "Solar pump modulation (PS1)")
MAKE_PSTR(cylinderPumpModulation, "Cylinder pump modulation (PS5)")