Skip to content

2022.12.22

Compare
Choose a tag to compare
@BenPru BenPru released this 22 Dec 22:09
· 272 commits to main since this release
eb05dee

Changed

  • Moved number pump_optimization_time (parameters.ID_Einst_Popt_Nachlauf_akt) from device heatpump to heating.
  • Moved number heating_maximum_circulation_pump_speed from device heatpump to heating.
  • Moved switch pump_optimization from device heatpump to heating.
  • Minimize climate info logging.
  • Optimized hvac_action detection for domestic water. #51
  • Update README.md by @AJediIAm in #56
  • Change minimum value of heating_room_temperature_impact_factor to 0 by @Kars-de-Jong in #57
  • Ensure min HA version 2022.9.0

Added binary sensors:

  • defrost_valve (calculations.ID_WEB_AVout)
  • additional_heat_generator (calculations.ID_WEB_ZW1out)
  • Added new luxtronik icons, device_classes and units watt and frequency.
  • Added extra attributes for time sensor.

Added number parameters:

  • domestic_water_thermal_desinfection_target (parameters.ID_Einst_LGST_akt) with attribute LAST_THERMAL_DESINFECTION timestamp.
  • release_second_heat_generator (parameters.ID_Einst_ZWEFreig_akt)
  • release_time_second_heat_generator (parameters.ID_Einst_Freigabe_Zeit_ZWE)
  • heating_hysteresis (parameters.ID_Einst_HRHyst_akt)
  • heating_max_flow_out_increase_temperature (parameters.ID_Einst_TRErhmax_akt)
  • domestic_water_hysteresis (parameters.ID_Einst_BWS_Hyst_akt)

Fixed

  • Fix wrong merge. #50
  • Fixed missing const #51
  • Fixed null pointer in second heat generator detection. #52
  • Fixed missing timezone in reading timestamps. #53
  • Protect null pointer in timestamps #53