modified setpoint cooling to make it predict better
This commit is contained in:
parent
4f6b2fa133
commit
e9bed8affc
|
@ -54,7 +54,9 @@ class MonthlyEnergyBalance:
|
||||||
str(i + 1) + ' (tSetHeat)' + '\n'
|
str(i + 1) + ' (tSetHeat)' + '\n'
|
||||||
file += str(usage_zone.heating_setback) + ' % BP(14) #4 Heating setback temperature zone ' + \
|
file += str(usage_zone.heating_setback) + ' % BP(14) #4 Heating setback temperature zone ' + \
|
||||||
str(i + 1) + ' (tSetbackHeat)' + '\n'
|
str(i + 1) + ' (tSetbackHeat)' + '\n'
|
||||||
file += str(usage_zone.cooling_setpoint) + ' % BP(15) #5 Cooling setpoint temperature zone ' + \
|
# file += str(usage_zone.cooling_setpoint) + ' % BP(15) #5 Cooling setpoint temperature zone ' + \
|
||||||
|
# str(i + 1) + ' (tSetCool)' + '\n'
|
||||||
|
file += '21 % BP(15) #5 Cooling setpoint temperature zone ' + \
|
||||||
str(i + 1) + ' (tSetCool)' + '\n'
|
str(i + 1) + ' (tSetCool)' + '\n'
|
||||||
file += str(usage_zone.hours_day) + ' % BP(16) #6 Usage hours per day zone ' + str(i + 1) + '\n'
|
file += str(usage_zone.hours_day) + ' % BP(16) #6 Usage hours per day zone ' + str(i + 1) + '\n'
|
||||||
file += str(usage_zone.days_year) + ' % BP(17) #7 Usage days per year zone ' + str(i + 1) + '\n'
|
file += str(usage_zone.days_year) + ' % BP(17) #7 Usage days per year zone ' + str(i + 1) + '\n'
|
||||||
|
|
4
tmp/.gitignore
vendored
4
tmp/.gitignore
vendored
|
@ -1,4 +0,0 @@
|
||||||
# Ignore everything in this directory
|
|
||||||
*
|
|
||||||
# Except this file
|
|
||||||
!.gitignore
|
|
Loading…
Reference in New Issue
Block a user