openstudio-standards 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
  3. data/data/standards/openstudio_standards_duplicates_log.csv +7962 -0
  4. data/lib/openstudio-standards/refrigeration/create_case.rb +58 -21
  5. data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +4 -2
  6. data/lib/openstudio-standards/refrigeration/create_walkin.rb +57 -22
  7. data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -31
  8. data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -76
  9. data/lib/openstudio-standards/service_water_heating/create_typical.rb +10 -10
  10. data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +10 -0
  11. data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -3
  12. data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +9 -9
  13. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +49 -49
  14. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +159 -159
  15. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +7 -18
  16. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +10 -20
  17. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -15
  18. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +5 -6
  19. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +93 -43
  20. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +5 -5
  21. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +135 -37
  22. data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -2
  23. data/lib/openstudio-standards/standards/Standards.Model.rb +9 -4
  24. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +302 -140
  25. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +648 -326
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +371 -90
  27. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +66 -22
  28. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +302 -140
  29. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +1012 -296
  30. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +443 -79
  31. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +66 -22
  32. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +302 -140
  33. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +672 -306
  34. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +354 -74
  35. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +72 -24
  36. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +302 -140
  37. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +8 -8
  38. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +930 -604
  39. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +415 -111
  40. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +72 -24
  41. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +602 -140
  42. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps.json +1005 -333
  43. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +642 -88
  44. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.water_heaters.json +78 -26
  45. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +722 -140
  46. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps.json +1741 -426
  47. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +1108 -111
  48. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.water_heaters.json +186 -62
  49. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +62 -232
  50. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -3
  51. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
  52. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +7 -18
  53. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +9 -7
  54. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -1
  55. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps.json +154 -69
  56. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps_heating.json +72 -72
  57. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.water_heaters.json +382 -295
  58. data/lib/openstudio-standards/standards/deer/data/deer.schedules.json +62 -232
  59. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -0
  60. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps_heating.json +6 -0
  61. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps.json +16 -0
  62. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +6 -0
  63. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +1 -1
  64. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +2 -2
  65. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps.json +16 -0
  66. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +8 -0
  67. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -0
  68. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +10 -0
  69. data/lib/openstudio-standards/utilities/simulation.rb +3 -2
  70. data/lib/openstudio-standards/version.rb +1 -1
  71. metadata +5 -3
@@ -1,144 +1,508 @@
1
1
  {
2
2
  "heat_pumps_heating": [
3
3
  {
4
- "template": "90.1-2007",
4
+ "equipment_type": "PTHP",
5
5
  "cooling_type": "AirCooled",
6
- "subcategory": "PTHP",
7
- "minimum_capacity": 0.0,
8
- "maximum_capacity": 9999999.0,
6
+ "configuration": null,
7
+ "subcategory": null,
8
+ "application": "New Construction",
9
+ "rating_condition": null,
10
+ "electric_power_phase": null,
11
+ "region": null,
12
+ "minimum_capacity": 0,
13
+ "maximum_capacity": 9999999999,
9
14
  "start_date": "1919-09-09T00:00:00+00:00",
10
15
  "end_date": "2999-09-09T00:00:00+00:00",
11
16
  "minimum_heating_seasonal_performance_factor": null,
17
+ "minimum_heating_seasonal_performance_factor_2": null,
12
18
  "minimum_coefficient_of_performance_heating": null,
13
- "minimum_energy_efficiency_ratio": null,
14
19
  "pthp_cop_coefficient_1": 3.2,
15
20
  "pthp_cop_coefficient_2": 0.026,
16
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
17
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
18
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
19
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
20
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
21
- "notes": "From 90.1-2007 Table 6.8.1D"
21
+ "off_mode_power": null,
22
+ "minimum_coefficient_of_performance_no_fan_heating": null
22
23
  },
23
24
  {
24
- "template": "90.1-2007",
25
+ "equipment_type": "PTHP",
25
26
  "cooling_type": "AirCooled",
26
- "subcategory": "Single Package",
27
- "minimum_capacity": 0.0,
28
- "maximum_capacity": 64999.0,
27
+ "configuration": null,
28
+ "subcategory": null,
29
+ "application": "Replacements",
30
+ "rating_condition": null,
31
+ "electric_power_phase": null,
32
+ "region": null,
33
+ "minimum_capacity": 0,
34
+ "maximum_capacity": 9999999999,
29
35
  "start_date": "1919-09-09T00:00:00+00:00",
30
36
  "end_date": "2999-09-09T00:00:00+00:00",
31
- "minimum_heating_seasonal_performance_factor": 7.7,
37
+ "minimum_heating_seasonal_performance_factor": null,
38
+ "minimum_heating_seasonal_performance_factor_2": null,
32
39
  "minimum_coefficient_of_performance_heating": null,
33
- "minimum_energy_efficiency_ratio": null,
40
+ "pthp_cop_coefficient_1": 2.9,
41
+ "pthp_cop_coefficient_2": 0.026,
42
+ "off_mode_power": null,
43
+ "minimum_coefficient_of_performance_no_fan_heating": null
44
+ },
45
+ {
46
+ "equipment_type": "SPVHP",
47
+ "cooling_type": "AirCooled",
48
+ "configuration": null,
49
+ "subcategory": null,
50
+ "application": null,
51
+ "rating_condition": null,
52
+ "electric_power_phase": null,
53
+ "region": null,
54
+ "minimum_capacity": 0,
55
+ "maximum_capacity": 64999.99,
56
+ "start_date": "1919-09-09T00:00:00+00:00",
57
+ "end_date": "2999-09-09T00:00:00+00:00",
58
+ "minimum_heating_seasonal_performance_factor": null,
59
+ "minimum_heating_seasonal_performance_factor_2": null,
60
+ "minimum_coefficient_of_performance_heating": 3,
34
61
  "pthp_cop_coefficient_1": null,
35
62
  "pthp_cop_coefficient_2": null,
36
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
37
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
38
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
39
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
40
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
41
- "notes": "From 90.1-2007 Table 6.8.1B, As of 1/23/2006"
63
+ "off_mode_power": null,
64
+ "minimum_coefficient_of_performance_no_fan_heating": null
42
65
  },
43
66
  {
44
- "template": "90.1-2007",
67
+ "equipment_type": "SPVHP",
45
68
  "cooling_type": "AirCooled",
46
- "subcategory": "Single Package",
47
- "minimum_capacity": 65000.0,
48
- "maximum_capacity": 134999.0,
69
+ "configuration": null,
70
+ "subcategory": null,
71
+ "application": null,
72
+ "rating_condition": null,
73
+ "electric_power_phase": null,
74
+ "region": null,
75
+ "minimum_capacity": 65000,
76
+ "maximum_capacity": 134999.99,
49
77
  "start_date": "1919-09-09T00:00:00+00:00",
50
78
  "end_date": "2999-09-09T00:00:00+00:00",
51
79
  "minimum_heating_seasonal_performance_factor": null,
52
- "minimum_coefficient_of_performance_heating": 3.2,
53
- "minimum_energy_efficiency_ratio": null,
80
+ "minimum_heating_seasonal_performance_factor_2": null,
81
+ "minimum_coefficient_of_performance_heating": 3,
82
+ "pthp_cop_coefficient_1": null,
83
+ "pthp_cop_coefficient_2": null,
84
+ "off_mode_power": null,
85
+ "minimum_coefficient_of_performance_no_fan_heating": null
86
+ },
87
+ {
88
+ "equipment_type": "SPVHP",
89
+ "cooling_type": "AirCooled",
90
+ "configuration": null,
91
+ "subcategory": null,
92
+ "application": null,
93
+ "rating_condition": null,
94
+ "electric_power_phase": null,
95
+ "region": null,
96
+ "minimum_capacity": 135000,
97
+ "maximum_capacity": 239999.99,
98
+ "start_date": "1919-09-09T00:00:00+00:00",
99
+ "end_date": "2999-09-09T00:00:00+00:00",
100
+ "minimum_heating_seasonal_performance_factor": null,
101
+ "minimum_heating_seasonal_performance_factor_2": null,
102
+ "minimum_coefficient_of_performance_heating": 2.9,
54
103
  "pthp_cop_coefficient_1": null,
55
104
  "pthp_cop_coefficient_2": null,
56
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
57
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
58
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
59
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
60
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
61
- "notes": "From 90.1-2007 Table 6.8.1B, Before 1/1/2010"
105
+ "off_mode_power": null,
106
+ "minimum_coefficient_of_performance_no_fan_heating": null
62
107
  },
63
108
  {
64
- "template": "90.1-2007",
109
+ "equipment_type": "Heat Pumps",
65
110
  "cooling_type": "AirCooled",
111
+ "configuration": null,
66
112
  "subcategory": "Single Package",
67
- "minimum_capacity": 135000.0,
68
- "maximum_capacity": 9999999.0,
113
+ "application": null,
114
+ "rating_condition": null,
115
+ "electric_power_phase": null,
116
+ "region": null,
117
+ "minimum_capacity": 0,
118
+ "maximum_capacity": 64999.99,
69
119
  "start_date": "1919-09-09T00:00:00+00:00",
120
+ "end_date": "2006-01-22T00:00:00+00:00",
121
+ "minimum_heating_seasonal_performance_factor": 6.6,
122
+ "minimum_heating_seasonal_performance_factor_2": null,
123
+ "minimum_coefficient_of_performance_heating": null,
124
+ "pthp_cop_coefficient_1": null,
125
+ "pthp_cop_coefficient_2": null,
126
+ "off_mode_power": null,
127
+ "minimum_coefficient_of_performance_no_fan_heating": null
128
+ },
129
+ {
130
+ "equipment_type": "Heat Pumps",
131
+ "cooling_type": "AirCooled",
132
+ "configuration": null,
133
+ "subcategory": "Single Package",
134
+ "application": null,
135
+ "rating_condition": null,
136
+ "electric_power_phase": null,
137
+ "region": null,
138
+ "minimum_capacity": 0,
139
+ "maximum_capacity": 64999.99,
140
+ "start_date": "2006-01-23T00:00:00+00:00",
141
+ "end_date": "2999-09-09T00:00:00+00:00",
142
+ "minimum_heating_seasonal_performance_factor": 7.7,
143
+ "minimum_heating_seasonal_performance_factor_2": null,
144
+ "minimum_coefficient_of_performance_heating": null,
145
+ "pthp_cop_coefficient_1": null,
146
+ "pthp_cop_coefficient_2": null,
147
+ "off_mode_power": null,
148
+ "minimum_coefficient_of_performance_no_fan_heating": null
149
+ },
150
+ {
151
+ "equipment_type": "Heat Pumps",
152
+ "cooling_type": "AirCooled",
153
+ "configuration": null,
154
+ "subcategory": null,
155
+ "application": null,
156
+ "rating_condition": "47F db/43F wb outdoor air",
157
+ "electric_power_phase": null,
158
+ "region": null,
159
+ "minimum_capacity": 65000,
160
+ "maximum_capacity": 134999.99,
161
+ "start_date": "1919-09-09T00:00:00+00:00",
162
+ "end_date": "2009-12-31T00:00:00+00:00",
163
+ "minimum_heating_seasonal_performance_factor": null,
164
+ "minimum_heating_seasonal_performance_factor_2": null,
165
+ "minimum_coefficient_of_performance_heating": 3.2,
166
+ "pthp_cop_coefficient_1": null,
167
+ "pthp_cop_coefficient_2": null,
168
+ "off_mode_power": null,
169
+ "minimum_coefficient_of_performance_no_fan_heating": null
170
+ },
171
+ {
172
+ "equipment_type": "Heat Pumps",
173
+ "cooling_type": "AirCooled",
174
+ "configuration": null,
175
+ "subcategory": null,
176
+ "application": null,
177
+ "rating_condition": "47F db/43F wb outdoor air",
178
+ "electric_power_phase": null,
179
+ "region": null,
180
+ "minimum_capacity": 65000,
181
+ "maximum_capacity": 134999.99,
182
+ "start_date": "2010-01-01T00:00:00+00:00",
70
183
  "end_date": "2999-09-09T00:00:00+00:00",
71
184
  "minimum_heating_seasonal_performance_factor": null,
185
+ "minimum_heating_seasonal_performance_factor_2": null,
186
+ "minimum_coefficient_of_performance_heating": 3.3,
187
+ "pthp_cop_coefficient_1": null,
188
+ "pthp_cop_coefficient_2": null,
189
+ "off_mode_power": null,
190
+ "minimum_coefficient_of_performance_no_fan_heating": null
191
+ },
192
+ {
193
+ "equipment_type": "Heat Pumps",
194
+ "cooling_type": "AirCooled",
195
+ "configuration": null,
196
+ "subcategory": null,
197
+ "application": null,
198
+ "rating_condition": "17F db/15F wb outdoor air",
199
+ "electric_power_phase": null,
200
+ "region": null,
201
+ "minimum_capacity": 65000,
202
+ "maximum_capacity": 134999.99,
203
+ "start_date": "2010-01-01T00:00:00+00:00",
204
+ "end_date": "2999-09-09T00:00:00+00:00",
205
+ "minimum_heating_seasonal_performance_factor": null,
206
+ "minimum_heating_seasonal_performance_factor_2": null,
207
+ "minimum_coefficient_of_performance_heating": 2.2,
208
+ "pthp_cop_coefficient_1": null,
209
+ "pthp_cop_coefficient_2": null,
210
+ "off_mode_power": null,
211
+ "minimum_coefficient_of_performance_no_fan_heating": null
212
+ },
213
+ {
214
+ "equipment_type": "Heat Pumps",
215
+ "cooling_type": "AirCooled",
216
+ "configuration": null,
217
+ "subcategory": null,
218
+ "application": null,
219
+ "rating_condition": "47F db/43F wb outdoor air",
220
+ "electric_power_phase": null,
221
+ "region": null,
222
+ "minimum_capacity": 135000,
223
+ "maximum_capacity": 9999999999,
224
+ "start_date": "1919-09-09T00:00:00+00:00",
225
+ "end_date": "2009-12-31T00:00:00+00:00",
226
+ "minimum_heating_seasonal_performance_factor": null,
227
+ "minimum_heating_seasonal_performance_factor_2": null,
72
228
  "minimum_coefficient_of_performance_heating": 3.1,
73
- "minimum_energy_efficiency_ratio": null,
74
229
  "pthp_cop_coefficient_1": null,
75
230
  "pthp_cop_coefficient_2": null,
76
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
77
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
78
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
79
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
80
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
81
- "notes": "From 90.1-2007 Table 6.8.1B, Before 1/1/2010"
231
+ "off_mode_power": null,
232
+ "minimum_coefficient_of_performance_no_fan_heating": null
233
+ },
234
+ {
235
+ "equipment_type": "Heat Pumps",
236
+ "cooling_type": "AirCooled",
237
+ "configuration": null,
238
+ "subcategory": null,
239
+ "application": null,
240
+ "rating_condition": "47F db/43F wb outdoor air",
241
+ "electric_power_phase": null,
242
+ "region": null,
243
+ "minimum_capacity": 135000,
244
+ "maximum_capacity": 9999999999,
245
+ "start_date": "2010-01-01T00:00:00+00:00",
246
+ "end_date": "2999-09-09T00:00:00+00:00",
247
+ "minimum_heating_seasonal_performance_factor": null,
248
+ "minimum_heating_seasonal_performance_factor_2": null,
249
+ "minimum_coefficient_of_performance_heating": 3.2,
250
+ "pthp_cop_coefficient_1": null,
251
+ "pthp_cop_coefficient_2": null,
252
+ "off_mode_power": null,
253
+ "minimum_coefficient_of_performance_no_fan_heating": null
82
254
  },
83
255
  {
84
- "template": "90.1-2007",
256
+ "equipment_type": "Heat Pumps",
85
257
  "cooling_type": "AirCooled",
258
+ "configuration": null,
259
+ "subcategory": null,
260
+ "application": null,
261
+ "rating_condition": "17F db/15F wb outdoor air",
262
+ "electric_power_phase": null,
263
+ "region": null,
264
+ "minimum_capacity": 135000,
265
+ "maximum_capacity": 9999999999,
266
+ "start_date": "2010-01-01T00:00:00+00:00",
267
+ "end_date": "2999-09-09T00:00:00+00:00",
268
+ "minimum_heating_seasonal_performance_factor": null,
269
+ "minimum_heating_seasonal_performance_factor_2": null,
270
+ "minimum_coefficient_of_performance_heating": 2,
271
+ "pthp_cop_coefficient_1": null,
272
+ "pthp_cop_coefficient_2": null,
273
+ "off_mode_power": null,
274
+ "minimum_coefficient_of_performance_no_fan_heating": null
275
+ },
276
+ {
277
+ "equipment_type": "Heat Pumps",
278
+ "cooling_type": "AirCooled",
279
+ "configuration": null,
86
280
  "subcategory": "Split System",
87
- "minimum_capacity": 0.0,
88
- "maximum_capacity": 64999.0,
281
+ "application": null,
282
+ "rating_condition": null,
283
+ "electric_power_phase": null,
284
+ "region": null,
285
+ "minimum_capacity": 0,
286
+ "maximum_capacity": 64999.99,
89
287
  "start_date": "1919-09-09T00:00:00+00:00",
288
+ "end_date": "2006-01-22T00:00:00+00:00",
289
+ "minimum_heating_seasonal_performance_factor": 6.8,
290
+ "minimum_heating_seasonal_performance_factor_2": null,
291
+ "minimum_coefficient_of_performance_heating": null,
292
+ "pthp_cop_coefficient_1": null,
293
+ "pthp_cop_coefficient_2": null,
294
+ "off_mode_power": null,
295
+ "minimum_coefficient_of_performance_no_fan_heating": null
296
+ },
297
+ {
298
+ "equipment_type": "Heat Pumps",
299
+ "cooling_type": "AirCooled",
300
+ "configuration": null,
301
+ "subcategory": "Split System",
302
+ "application": null,
303
+ "rating_condition": null,
304
+ "electric_power_phase": null,
305
+ "region": null,
306
+ "minimum_capacity": 0,
307
+ "maximum_capacity": 64999.99,
308
+ "start_date": "2006-01-23T00:00:00+00:00",
90
309
  "end_date": "2999-09-09T00:00:00+00:00",
91
310
  "minimum_heating_seasonal_performance_factor": 7.7,
311
+ "minimum_heating_seasonal_performance_factor_2": null,
92
312
  "minimum_coefficient_of_performance_heating": null,
93
- "minimum_energy_efficiency_ratio": null,
94
313
  "pthp_cop_coefficient_1": null,
95
314
  "pthp_cop_coefficient_2": null,
96
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
97
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
98
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
99
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
100
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
101
- "notes": "From 90.1-2007 Table 6.8.1B, As of 1/23/2006"
315
+ "off_mode_power": null,
316
+ "minimum_coefficient_of_performance_no_fan_heating": null
102
317
  },
103
318
  {
104
- "template": "90.1-2007",
105
- "cooling_type": "ThroughWall",
319
+ "equipment_type": "Through the Wall",
320
+ "cooling_type": "AirCooled",
321
+ "configuration": null,
106
322
  "subcategory": "Single Package",
107
- "minimum_capacity": 0.0,
108
- "maximum_capacity": 29999.0,
323
+ "application": null,
324
+ "rating_condition": null,
325
+ "electric_power_phase": null,
326
+ "region": null,
327
+ "minimum_capacity": 0,
328
+ "maximum_capacity": 30000,
109
329
  "start_date": "1919-09-09T00:00:00+00:00",
330
+ "end_date": "2006-01-22T00:00:00+00:00",
331
+ "minimum_heating_seasonal_performance_factor": 6.6,
332
+ "minimum_heating_seasonal_performance_factor_2": null,
333
+ "minimum_coefficient_of_performance_heating": null,
334
+ "pthp_cop_coefficient_1": null,
335
+ "pthp_cop_coefficient_2": null,
336
+ "off_mode_power": null,
337
+ "minimum_coefficient_of_performance_no_fan_heating": null
338
+ },
339
+ {
340
+ "equipment_type": "Through the Wall",
341
+ "cooling_type": "AirCooled",
342
+ "configuration": null,
343
+ "subcategory": "Single Package",
344
+ "application": null,
345
+ "rating_condition": null,
346
+ "electric_power_phase": null,
347
+ "region": null,
348
+ "minimum_capacity": 0,
349
+ "maximum_capacity": 30000,
350
+ "start_date": "2006-01-23T00:00:00+00:00",
351
+ "end_date": "2010-01-22T00:00:00+00:00",
352
+ "minimum_heating_seasonal_performance_factor": 7,
353
+ "minimum_heating_seasonal_performance_factor_2": null,
354
+ "minimum_coefficient_of_performance_heating": null,
355
+ "pthp_cop_coefficient_1": null,
356
+ "pthp_cop_coefficient_2": null,
357
+ "off_mode_power": null,
358
+ "minimum_coefficient_of_performance_no_fan_heating": null
359
+ },
360
+ {
361
+ "equipment_type": "Through the Wall",
362
+ "cooling_type": "AirCooled",
363
+ "configuration": null,
364
+ "subcategory": "Single Package",
365
+ "application": null,
366
+ "rating_condition": null,
367
+ "electric_power_phase": null,
368
+ "region": null,
369
+ "minimum_capacity": 0,
370
+ "maximum_capacity": 30000,
371
+ "start_date": "2010-01-23T00:00:00+00:00",
110
372
  "end_date": "2999-09-09T00:00:00+00:00",
111
- "minimum_heating_seasonal_performance_factor": 7.0,
373
+ "minimum_heating_seasonal_performance_factor": 7.4,
374
+ "minimum_heating_seasonal_performance_factor_2": null,
112
375
  "minimum_coefficient_of_performance_heating": null,
113
- "minimum_energy_efficiency_ratio": null,
114
376
  "pthp_cop_coefficient_1": null,
115
377
  "pthp_cop_coefficient_2": null,
116
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
117
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
118
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
119
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
120
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
121
- "notes": "From 90.1-2007 Table 6.8.1B, As of 1/23/2006"
378
+ "off_mode_power": null,
379
+ "minimum_coefficient_of_performance_no_fan_heating": null
122
380
  },
123
381
  {
124
- "template": "90.1-2007",
125
- "cooling_type": "ThroughWall",
382
+ "equipment_type": "Through the Wall",
383
+ "cooling_type": "AirCooled",
384
+ "configuration": null,
126
385
  "subcategory": "Split System",
127
- "minimum_capacity": 0.0,
128
- "maximum_capacity": 29999.0,
386
+ "application": null,
387
+ "rating_condition": null,
388
+ "electric_power_phase": null,
389
+ "region": null,
390
+ "minimum_capacity": 0,
391
+ "maximum_capacity": 30000,
129
392
  "start_date": "1919-09-09T00:00:00+00:00",
130
- "end_date": "2999-09-09T00:00:00+00:00",
393
+ "end_date": "2006-01-22T00:00:00+00:00",
394
+ "minimum_heating_seasonal_performance_factor": 6.8,
395
+ "minimum_heating_seasonal_performance_factor_2": null,
396
+ "minimum_coefficient_of_performance_heating": null,
397
+ "pthp_cop_coefficient_1": null,
398
+ "pthp_cop_coefficient_2": null,
399
+ "off_mode_power": null,
400
+ "minimum_coefficient_of_performance_no_fan_heating": null
401
+ },
402
+ {
403
+ "equipment_type": "Through the Wall",
404
+ "cooling_type": "AirCooled",
405
+ "configuration": null,
406
+ "subcategory": "Split System",
407
+ "application": null,
408
+ "rating_condition": null,
409
+ "electric_power_phase": null,
410
+ "region": null,
411
+ "minimum_capacity": 0,
412
+ "maximum_capacity": 30000,
413
+ "start_date": "2006-01-23T00:00:00+00:00",
414
+ "end_date": "2010-01-22T00:00:00+00:00",
131
415
  "minimum_heating_seasonal_performance_factor": 7.1,
416
+ "minimum_heating_seasonal_performance_factor_2": null,
132
417
  "minimum_coefficient_of_performance_heating": null,
133
- "minimum_energy_efficiency_ratio": null,
134
418
  "pthp_cop_coefficient_1": null,
135
419
  "pthp_cop_coefficient_2": null,
136
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
137
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
138
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
139
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
140
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
141
- "notes": "From 90.1-2007 Table 6.8.1B, As of 1/23/2006"
420
+ "off_mode_power": null,
421
+ "minimum_coefficient_of_performance_no_fan_heating": null
422
+ },
423
+ {
424
+ "equipment_type": "Through the Wall",
425
+ "cooling_type": "AirCooled",
426
+ "configuration": null,
427
+ "subcategory": "Split System",
428
+ "application": null,
429
+ "rating_condition": null,
430
+ "electric_power_phase": null,
431
+ "region": null,
432
+ "minimum_capacity": 0,
433
+ "maximum_capacity": 30000,
434
+ "start_date": "2010-01-23T00:00:00+00:00",
435
+ "end_date": "2999-09-09T00:00:00+00:00",
436
+ "minimum_heating_seasonal_performance_factor": 7.4,
437
+ "minimum_heating_seasonal_performance_factor_2": null,
438
+ "minimum_coefficient_of_performance_heating": null,
439
+ "pthp_cop_coefficient_1": null,
440
+ "pthp_cop_coefficient_2": null,
441
+ "off_mode_power": null,
442
+ "minimum_coefficient_of_performance_no_fan_heating": null
443
+ },
444
+ {
445
+ "equipment_type": "Heat Pumps",
446
+ "cooling_type": "WaterSource",
447
+ "configuration": null,
448
+ "subcategory": null,
449
+ "application": null,
450
+ "rating_condition": null,
451
+ "electric_power_phase": null,
452
+ "region": null,
453
+ "minimum_capacity": 0,
454
+ "maximum_capacity": 134999.99,
455
+ "start_date": "1919-09-09T00:00:00+00:00",
456
+ "end_date": "2999-09-09T00:00:00+00:00",
457
+ "minimum_heating_seasonal_performance_factor": null,
458
+ "minimum_heating_seasonal_performance_factor_2": null,
459
+ "minimum_coefficient_of_performance_heating": 4.2,
460
+ "pthp_cop_coefficient_1": null,
461
+ "pthp_cop_coefficient_2": null,
462
+ "off_mode_power": null,
463
+ "minimum_coefficient_of_performance_no_fan_heating": null
464
+ },
465
+ {
466
+ "equipment_type": "Heat Pumps",
467
+ "cooling_type": "GroundWaterSource",
468
+ "configuration": null,
469
+ "subcategory": null,
470
+ "application": null,
471
+ "rating_condition": null,
472
+ "electric_power_phase": null,
473
+ "region": null,
474
+ "minimum_capacity": 0,
475
+ "maximum_capacity": 134999.99,
476
+ "start_date": "1919-09-09T00:00:00+00:00",
477
+ "end_date": "2999-09-09T00:00:00+00:00",
478
+ "minimum_heating_seasonal_performance_factor": null,
479
+ "minimum_heating_seasonal_performance_factor_2": null,
480
+ "minimum_coefficient_of_performance_heating": 3.6,
481
+ "pthp_cop_coefficient_1": null,
482
+ "pthp_cop_coefficient_2": null,
483
+ "off_mode_power": null,
484
+ "minimum_coefficient_of_performance_no_fan_heating": null
485
+ },
486
+ {
487
+ "equipment_type": "Heat Pumps",
488
+ "cooling_type": "GroundSource",
489
+ "configuration": null,
490
+ "subcategory": null,
491
+ "application": null,
492
+ "rating_condition": null,
493
+ "electric_power_phase": null,
494
+ "region": null,
495
+ "minimum_capacity": 0,
496
+ "maximum_capacity": 134999.99,
497
+ "start_date": "1919-09-09T00:00:00+00:00",
498
+ "end_date": "2999-09-09T00:00:00+00:00",
499
+ "minimum_heating_seasonal_performance_factor": null,
500
+ "minimum_heating_seasonal_performance_factor_2": null,
501
+ "minimum_coefficient_of_performance_heating": 3.1,
502
+ "pthp_cop_coefficient_1": null,
503
+ "pthp_cop_coefficient_2": null,
504
+ "off_mode_power": null,
505
+ "minimum_coefficient_of_performance_no_fan_heating": null
142
506
  }
143
507
  ]
144
508
  }