-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix nullpointer in new evu calculation for heatpupmps without evu.
* Rename maximum_circulation_pump_speed to heating_maximum_circulation_pump_speed and disable it by default. User can activate it himself. * Rename heating_difference_temperature_o* to solar_pump_o*_difference_temperature, move it to device domestic water and create only if solar is present. * Add param solar_pump_off_max_difference_temperature_boiler (parameters.ID_Einst_TDC_Max_akt) and create only if solar is present. * Add param solar_pump_max_temperature_collector (parameters.ID_Einst_TDC_Koll_Max_akt) and create only if solar is present. * Add new off icons for heating and domestic water switch. * Hide status_time and status_line_1-3 by default. User can change the visibility it himself. * Disable pump_heat_control, suction_compressor_temperature, suction_evaporator_temperature, overheating_temperature, overheating_target_temperature, high_pressure, low_pressure, analog_out1 and analog_out2 by default. User can activate it himself. * Change device class to energy for analog_out1 and analog_out2. * Move circulation_pump from heatpump device to domestic water device. * Move additional_circulation_pump from heatpump device to heating device. * Optimize detecting real heatpump startup vs. compressor heater runs. * Change some icons. * Remove unnecessary hass object in class constructors.
- Loading branch information
Showing
9 changed files
with
179 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.