feat: WIP

This commit is contained in:
2025-03-05 07:52:47 -05:00
parent 43914716d6
commit 65f05dfc20
8 changed files with 178 additions and 179 deletions

View File

@@ -108,6 +108,7 @@ private extension HeatingBalancePoint.Request.Thermal {
switch buildingHeatLoss {
case let .known(btu: btu): return btu
case let .estimated(squareFeet: squareFeet):
// TODO: Should this be 65 - designTemperature
return squareFeet * climateZone!.averageHeatLossPerSquareFoot * (70 - designTemperature)
}
}