2023.01.04
Breaking Changes
- Rename
circulation_pump
todomestic_water_circulation_pump
ordomestic_water_charging_pump
(calculations.ID_WEB_ZIPout
). - Rename
circulation_pump_domestic_water
todomestic_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
indomestic_water_thermal_desinfection_target
only with first value per day to prevent to many changes. - Using local ha time for
last_thermal_desinfection
indomestic_water_thermal_desinfection_target
instead utc. - Show
evu times
insensor.luxtronik2_status
now in local ha time instead of utc. - Read complete serial_number.
Added
- Added new status and detection
heatpump shutdown
to distinguish betweenheatpump coming
/pump forerun
. - Added new attribute
Last thermal desinfection
todomestic_water_thermal_desinfection_target
with the last timestamp of reaching the thermal desinfection target temperature. - Added new attribute
switch_gap
inflow_out_temperature_target
with the delta in kelvin until the heatpump starts or stops underfloor heating. (Experimental!) - Detect
domestic_water_circulation_pump
ordomestic_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