Skip to content

Commit

Permalink
fix(hvac): Fix bug in code copied from typical building measure
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Aug 11, 2020
1 parent d8de76d commit d9d4951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/from_honeybee/hvac/Model.hvac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def add_cbecs_hvac_system(standard, system_type, zones)
standard.model_add_hvac_system(self, 'Baseboards', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)

when 'Baseboard central air source heat pump'
standard.model_add_hvac_system(self, 'Baseboards', ht = 'AirSourceHeatPump', znht = nil, cl = nil, heated_only_zones)
standard.model_add_hvac_system(self, 'Baseboards', ht = 'AirSourceHeatPump', znht = nil, cl = nil, heated_zones)

when 'Baseboard district hot water'
standard.model_add_hvac_system(self, 'Baseboards', ht = 'DistrictHeating', znht = nil, cl = nil, heated_zones)
Expand Down

0 comments on commit d9d4951

Please sign in to comment.