🔗 Try it Online: https://ait-heatcurve-tool.onrender.com
This tool is a reverse-engineered calculator designed to determine the heating curves used in Alpha Innotec heat pumps with the Luxtronik 2.0 controller. It allows users to adjust the endpoint (target temperature at -20°C) and the footpoint (parallel shift of the curve) to visualize the resulting heating curve.
🔹 Adjustable Heating Curve Parameters
🔹 Live Visualization of the Curve
🔹 Dark Mode for Better Readability
🔹 Free & Open-Source
Dieses Tool ist ein reverse-engineerter Rechner, der die Heizkurven von Alpha Innotec Wärmepumpen mit dem Luxtronik 2.0 Regler bestimmt. Es ermöglicht die Anpassung des Endpunkts (Solltemperatur bei -20°C) und des Fußpunkts (Parallelverschiebung der Kurve), um die resultierende Heizkurve zu visualisieren.
🔹 Einstellbare Heizkurvenparameter
🔹 Live-Visualisierung der Kurve
🔹 Dark Mode für bessere Lesbarkeit
🔹 Kostenlos & Open-Source
If you prefer to run the app locally instead of using the hosted version, follow these steps:
git clone https://github.com/Duke194/alpha-innotec-heizkurven.git
cd alpha-innotec-heizkurven
Make sure you have Python 3.9+ installed, then run:
pip install -r requirements.txt
python app.py
Now, open your browser and go to http://127.0.0.1:8050
to use the app locally.
Falls du die App lieber lokal ausführen möchtest, anstatt die gehostete Version zu nutzen, folge diesen Schritten:
git clone https://github.com/Duke194/alpha-innotec-heizkurven.git
cd alpha-innotec-heizkurven
Stelle sicher, dass Python 3.9+ installiert ist, dann führe aus:
pip install -r requirements.txt
python app.py
Anschließend kannst du die App im Browser unter http://127.0.0.1:8050
aufrufen.
🚀 Jetzt kann jeder das Tool entweder online nutzen oder lokal ausführen!