Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added "Boiler heatpower" and "Total system power" sensors #138

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

patrickvorgers
Copy link
Contributor

@patrickvorgers patrickvorgers commented Nov 16, 2024

The "Boiler heatpower" sensor calculates the added heatpower by the boiler when the boiler is active.
The "Total system power" sensor calculates the total heatpower generated by the heatpumps and boiler.

It calculates the waterdelta between the heatpumps (HP1 or HP2 - depending on the configuration) and the temperature of the water at the flowmeter and multiplies it with the flowrate and the conversion factor

BoilerHeatpower = (flowWaterTemperature - heatpumpWaterOut) * flowRate * conversionFactor

With this value and some helper sensors an estamation can be made regarding how much gas has been used by the boiler for heating.

The conversionFactor has been brought in line with the Quatt calculation and "Heat transfer equation"

@patrickvorgers patrickvorgers changed the title Added "Boiler heatpower" sensor Added "Boiler heatpower" and "Total system power" sensors Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant