Skip to content

Releases: BenPru/luxtronik

2023.01.29

29 Jan 14:58
e972f5a
Compare
Choose a tag to compare
2023.01.29 Pre-release
Pre-release

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.

What's Changed

Full Changelog: 2023.01.25...2023.01.29

2023.01.25

25 Jan 22:53
058c31e
Compare
Choose a tag to compare
2023.01.25 Pre-release
Pre-release

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.

What's Changed

Full Changelog: 2023.01.20...2023.01.25

2023.01.20

20 Jan 22:47
cc55055
Compare
Choose a tag to compare

Changed

  • Change device_class overheating_temperature to None by @BenPru in #68 #64
  • Detection: Use visibility id for additional_heat_generator_amount_counter, flow_out_temperature_external
  • Correct unique ids and names for integration and devices.
  • Small fixes and improvements.
  • Optimize solar detection. #62
  • Trim recorder data and don't save the sensor attributes.

Added

  • Error handling for missing sensor ids. #59

  • Create newer sensors only if minor firmware version has minimum version. #59

  • New sensor disturbance_output (calculations.ID_WEB_ZW2SSTout)

  • New sensor operation_hours_compressor1 (calculations.ID_WEB_Zaehler_BetrZeitVD1)

  • New sensor operation_hours_compressor2 (calculations.ID_WEB_Zaehler_BetrZeitVD2)

  • New sensor compressor_impulses2 (calculations.ID_WEB_Zaehler_BetrZeitImpVD2)

  • New sensor switchoff_reason (Switchoff)
    image

  • error_reason (calculations.ID_WEB_ERROR_Nr0)
    image

  • New Attribute max_allowed in flow_in_temperature

  • New sensor heat_energy_input (parameters.Unknown_Parameter_1136). #59

  • New sensor domestic_water_energy_input (parameters.Unknown_Parameter_1137). #59

  • Update sensor for luxtronik firmware.

image

  • Diagnostics with all current sensor values. You can export it Settings => Devices & Services => scroll to Luxtronik => ... => Download diagnostics:

image
image

Fixed

  • Zero index for switchoff reason. #59
  • Double devices. #62

Full Changelog: 2023.01.04...2023.01.20

2023.01.15a

15 Jan 22:34
Compare
Choose a tag to compare
2023.01.15a Pre-release
Pre-release

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

  • Change device_class overheating_temperature to None by @BenPru in #68 #64

Added

  • Error handling for missing sensor ids. #59
  • Create newer sensors only if minor firmware version has minimum version. #59

Fixed

  • Zero index for switchoff reason. #59

Full Changelog: 2023.01.15...2023.01.15a

2023.01.15

15 Jan 20:11
Compare
Choose a tag to compare
2023.01.15 Pre-release
Pre-release

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

  • Detection: Use visibility id for additional_heat_generator_amount_counter, flow_out_temperature_external

Added

  • disturbance_output (calculations.ID_WEB_ZW2SSTout)

  • operation_hours_compressor1 (calculations.ID_WEB_Zaehler_BetrZeitVD1)

  • operation_hours_compressor2 (calculations.ID_WEB_Zaehler_BetrZeitVD2)

  • compressor_impulses2 (calculations.ID_WEB_Zaehler_BetrZeitImpVD2)

  • switchoff_reason (Switchoff)
    image

  • error_reason (calculations.ID_WEB_ERROR_Nr0)
    image

  • Attribute max_allowed in flow_in_temperature

Fixed

  • Fix nullpointer by @BenPru in #67 #66 #64
  • Wrong device_class in high_pressure, low_pressure, pump_frequency #64

Full Changelog: 2023.01.07...2023.01.15

2023.01.07

07 Jan 22:55
Compare
Choose a tag to compare
2023.01.07 Pre-release
Pre-release

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

  • Correct unique ids and names for integration and devices.

Added

  • New sensor heat_energy_input (parameters.Unknown_Parameter_1136). #59
  • New sensor domestic_water_energy_input (parameters.Unknown_Parameter_1137). #59

Fixed

  • Double devices. #62

Full Changelog: 2023.01.05...2023.01.07

2023.01.05a

05 Jan 18:54
Compare
Choose a tag to compare
2023.01.05a Pre-release
Pre-release

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.

Known, open issue in this version

  • Devices are duplicated.

Changed

  • Small fixes and improvements.

Added

  • Add update sensor for luxtronik firmware.

image

Full Changelog: 2023.01.05...2023.01.05a

2023.01.05

05 Jan 13:56
Compare
Choose a tag to compare
2023.01.05 Pre-release
Pre-release

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.

Known, open issue in this version

  • Devices are duplicated.

Changed

  • Optimize solar detection. #62
  • Trim recorder data and don't save the sensor attributes.

Added

  • Add diagnostics with all current sensor values. You can export it Settings => Devices & Services => scroll to Luxtronik => ... => Download diagnostics:

image
image

Full Changelog: 2023.01.04...2023.01.05

2023.01.04

04 Jan 10:54
87dc883
Compare
Choose a tag to compare

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

2022.12.30

30 Dec 14:35
Compare
Choose a tag to compare
2022.12.30 Pre-release
Pre-release

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