Releases: BenPru/luxtronik
2022.12.30
This release is a pre-release. It was only tested in one scenario. Please use it on your own risk. If you are unsure, please use a stable release.
Fixed
- Nullpointer in evu calculation
Full Changelog: 2022.12.23...2022.12.30
2022.12.23b
This release is a pre-release. It was only tested in one scenario. Please use it on your own risk. If you are unsure, please use a stable release.
Fixed
-
Build language key to load lang file #58
-
Full Changelog: 2022.12.23a...2022.12.23b
2022.12.23a
This release is a pre-release. It was only tested in one scenario. Please use it on your own risk. If you are unsure, please use a stable release.
Changed
- 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.
Fixed
- Wrong evu end time calculation for some cases.
Full Changelog: 2022.12.23...2022.12.23a
2022.12.23
This release is a pre-release. It was only tested in one scenario. Please use it on your own risk. If you are unsure, please use a stable release.
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
- 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).
Full Changelog: 2022.12.22...2022.12.23
2022.12.22
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 attributeLAST_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
2022.12.20
What's Changed
- Update README.md by @AJediIAm in #56
- Change minimum value of heating_room_temperature_impact_factor to 0 by @Kars-de-Jong in #57
Full Changelog: 2022.12.18...2022.12.20
2022.12.18
- Protect null pointer in timestamps #53
Full Changelog: 2022.12.17...2022.12.18
2022.12.17
This release is a pre-release. It was only tested in one installation. Please use it on your own risk. If you are unsure, please use a stable release.
Fixed
- Fixed missing const #51
Full Changelog: 2022.12.16...2022.12.17
2022.12.16a
This release is a pre-release. It was only tested in one installation. Please use it on your own risk. If you are unsure, please use a stable release.
Changed
- Optimized hvac_action detection for domestic water. #51
Added
- Added new luxtronik icons, device_classes and units watt and frequency.
- Added extra attributes for time sensor.
Fixed
- Fixed null pointer in second heat generator detection. #52
- Fixed missing timezone in reading timestamps. #53
Full Changelog: 2022.12.16...2012.12.16a
2022.12.16
Changed
- Fix wrong merge. #50
- 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.
Added binary sensors:
- defrost_valve (calculations.ID_WEB_AVout)
- additional_heat_generator (calculations.ID_WEB_ZW1out)
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)
Full Changelog: 2022.12.14...2022.12.15