Skip to content

2023.01.04

Compare
Choose a tag to compare
@BenPru BenPru released this 04 Jan 10:54
· 289 commits to main since this release
87dc883

Breaking Changes

  • Rename circulation_pump to domestic_water_circulation_pump or domestic_water_charging_pump (calculations.ID_WEB_ZIPout).
  • Rename circulation_pump_domestic_water to domestic_water_recirculation_pump (calculations.ID_WEB_BUPout).

Changed

  • Increase max number.luxtronik2_heating_threshold_temperature from 12 to 30 C°. #61
  • Remove language selection from config flow. Using ha language instead or english if not available for entity names.
  • Updating last_thermal_desinfection in domestic_water_thermal_desinfection_target only with first value per day to prevent to many changes.
  • Using local ha time for last_thermal_desinfection in domestic_water_thermal_desinfection_target instead utc.
  • Show evu times in sensor.luxtronik2_status now in local ha time instead of utc.
  • Read complete serial_number.

Added

  • Added new status and detection heatpump shutdown to distinguish between heatpump coming / pump forerun.
  • Added new attribute Last thermal desinfection to domestic_water_thermal_desinfection_target with the last timestamp of reaching the thermal desinfection target temperature.
  • Added new attribute switch_gap in flow_out_temperature_target with the delta in kelvin until the heatpump starts or stops underfloor heating. (Experimental!)
  • Detect domestic_water_circulation_pump or domestic_water_charging_pump present. (parameters.ID_Einst_BWZIP_akt=0 circulation_pump or =1 charging_pump).

Fixed

  • Build language key to load lang file #58
  • Wrong evu end time calculation for some cases.
  • Nullpointer in evu calculation

Full Changelog: 2022.12.30...2023.01.04