heatpumps icon indicating copy to clipboard operation
heatpumps copied to clipboard

Collection of TESPy heat pump models and additional Streamlit dashboard.

Results 12 heatpumps issues
Sort by recently updated
recently updated
newest added

PR that tried to fix #7. The main changes are: - Start introducing 'gettext' on dashboard and variables to traslate the name expose on the streamlit interface, - Add also...

In order to better understand the functionality of the individual methods, it would be useful to specify them as a tooltip or in the ReadMe File. Work instruction: - Adopt...

It would be advantageous to change the cost function stored in the code. It should be possible to adjust the base value and alpha of the cost function.

It would make sense to restructure the code to ensure an appropriate overview. For example, you could separate out the individual methods as a separate Python file. It would also...

Since the sankey diagram is generated using plotly, why not have the others also using plotly? It is more catchy and interactive and might be more interesting for the potential...

enhancement

Gets Index Error` IndexError: index 0 is out of bounds for axis 0 with size 0` while generating plots `Ts `and `logph` diagram. For some of working fluids like R114,...

bug

## Description of task The simulation dashboard was not built for a wider audience from the start. That is reason a lot of text still is in german. On the...

documentation

## Description of task Since there are a lot of components in a heat pump, there are a lot of ways to arrange them. The gist of this task is...

enhancement

This PR aims to simplify testing by automatically collecting the model classes available to the dashboard. The tests are carried out by creating an instance of the model class, providing...