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,204 +1,1201 @@
1
1
  {
2
2
  "heat_pumps_heating": [
3
3
  {
4
- "template": "90.1-2019",
4
+ "equipment_type": "PTHP",
5
5
  "cooling_type": "AirCooled",
6
- "subcategory": "PTHP",
7
- "minimum_capacity": 0.0,
8
- "maximum_capacity": 6999.0,
6
+ "configuration": null,
7
+ "subcategory": null,
8
+ "application": "Standard Size",
9
+ "rating_condition": null,
10
+ "electric_power_phase": null,
11
+ "region": null,
12
+ "minimum_capacity": 0,
13
+ "maximum_capacity": 6999.99,
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": 3.3,
13
- "minimum_energy_efficiency_ratio": null,
14
19
  "pthp_cop_coefficient_1": null,
15
20
  "pthp_cop_coefficient_2": null,
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": null
21
+ "off_mode_power": null,
22
+ "minimum_coefficient_of_performance_no_fan_heating": null
22
23
  },
23
24
  {
24
- "template": "90.1-2019",
25
+ "equipment_type": "PTHP",
25
26
  "cooling_type": "AirCooled",
26
- "subcategory": "PTHP",
27
- "minimum_capacity": 6999.0,
28
- "maximum_capacity": 14999.0,
27
+ "configuration": null,
28
+ "subcategory": null,
29
+ "application": "Standard Size",
30
+ "rating_condition": null,
31
+ "electric_power_phase": null,
32
+ "region": null,
33
+ "minimum_capacity": 7000,
34
+ "maximum_capacity": 14999.99,
29
35
  "start_date": "1919-09-09T00:00:00+00:00",
30
36
  "end_date": "2999-09-09T00:00:00+00:00",
31
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,
34
40
  "pthp_cop_coefficient_1": 3.7,
35
41
  "pthp_cop_coefficient_2": 0.052,
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": null
42
+ "off_mode_power": null,
43
+ "minimum_coefficient_of_performance_no_fan_heating": null
42
44
  },
43
45
  {
44
- "template": "90.1-2019",
46
+ "equipment_type": "PTHP",
45
47
  "cooling_type": "AirCooled",
46
- "subcategory": "PTHP",
47
- "minimum_capacity": 14999.0,
48
- "maximum_capacity": 9999999.0,
48
+ "configuration": null,
49
+ "subcategory": null,
50
+ "application": "Standard Size",
51
+ "rating_condition": null,
52
+ "electric_power_phase": null,
53
+ "region": null,
54
+ "minimum_capacity": 15000,
55
+ "maximum_capacity": 9999999999,
49
56
  "start_date": "1919-09-09T00:00:00+00:00",
50
57
  "end_date": "2999-09-09T00:00:00+00:00",
51
58
  "minimum_heating_seasonal_performance_factor": null,
59
+ "minimum_heating_seasonal_performance_factor_2": null,
52
60
  "minimum_coefficient_of_performance_heating": 2.9,
53
- "minimum_energy_efficiency_ratio": null,
54
61
  "pthp_cop_coefficient_1": null,
55
62
  "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": null
63
+ "off_mode_power": null,
64
+ "minimum_coefficient_of_performance_no_fan_heating": null
62
65
  },
63
66
  {
64
- "template": "90.1-2019",
67
+ "equipment_type": "PTHP",
65
68
  "cooling_type": "AirCooled",
66
- "subcategory": "Single Package",
67
- "minimum_capacity": 0.0,
68
- "maximum_capacity": 64999.0,
69
+ "configuration": null,
70
+ "subcategory": null,
71
+ "application": "Nonstandard Size",
72
+ "rating_condition": null,
73
+ "electric_power_phase": null,
74
+ "region": null,
75
+ "minimum_capacity": 0,
76
+ "maximum_capacity": 6999.99,
77
+ "start_date": "1919-09-09T00:00:00+00:00",
78
+ "end_date": "2999-09-09T00:00:00+00:00",
79
+ "minimum_heating_seasonal_performance_factor": null,
80
+ "minimum_heating_seasonal_performance_factor_2": null,
81
+ "minimum_coefficient_of_performance_heating": 2.7,
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": "PTHP",
89
+ "cooling_type": "AirCooled",
90
+ "configuration": null,
91
+ "subcategory": null,
92
+ "application": "Nonstandard Size",
93
+ "rating_condition": null,
94
+ "electric_power_phase": null,
95
+ "region": null,
96
+ "minimum_capacity": 7000,
97
+ "maximum_capacity": 14999.99,
69
98
  "start_date": "1919-09-09T00:00:00+00:00",
70
99
  "end_date": "2999-09-09T00:00:00+00:00",
71
- "minimum_heating_seasonal_performance_factor": 8.0,
100
+ "minimum_heating_seasonal_performance_factor": null,
101
+ "minimum_heating_seasonal_performance_factor_2": null,
72
102
  "minimum_coefficient_of_performance_heating": null,
73
- "minimum_energy_efficiency_ratio": null,
103
+ "pthp_cop_coefficient_1": 2.9,
104
+ "pthp_cop_coefficient_2": 0.026,
105
+ "off_mode_power": null,
106
+ "minimum_coefficient_of_performance_no_fan_heating": null
107
+ },
108
+ {
109
+ "equipment_type": "PTHP",
110
+ "cooling_type": "AirCooled",
111
+ "configuration": null,
112
+ "subcategory": null,
113
+ "application": "Nonstandard Size",
114
+ "rating_condition": null,
115
+ "electric_power_phase": null,
116
+ "region": null,
117
+ "minimum_capacity": 15000,
118
+ "maximum_capacity": 9999999999,
119
+ "start_date": "1919-09-09T00:00:00+00:00",
120
+ "end_date": "2999-09-09T00:00:00+00:00",
121
+ "minimum_heating_seasonal_performance_factor": null,
122
+ "minimum_heating_seasonal_performance_factor_2": null,
123
+ "minimum_coefficient_of_performance_heating": 2.5,
74
124
  "pthp_cop_coefficient_1": null,
75
125
  "pthp_cop_coefficient_2": null,
76
- "heat_cap_ft": "HPACHeatCapFT",
77
- "heat_cap_fflow": "HPACHeatCapFFF",
78
- "heat_eir_ft": "HPACHeatEIRFT",
79
- "heat_eir_fflow": "HPACHeatEIRFFF",
80
- "heat_plf_fplr": "HPACCOOLPLFFPLR",
81
- "notes": null
126
+ "off_mode_power": null,
127
+ "minimum_coefficient_of_performance_no_fan_heating": null
82
128
  },
83
129
  {
84
- "template": "90.1-2019",
130
+ "equipment_type": "SPVHP",
85
131
  "cooling_type": "AirCooled",
86
- "subcategory": "Single Package",
87
- "minimum_capacity": 65000.0,
88
- "maximum_capacity": 134999.0,
132
+ "configuration": null,
133
+ "subcategory": null,
134
+ "application": null,
135
+ "rating_condition": null,
136
+ "electric_power_phase": null,
137
+ "region": null,
138
+ "minimum_capacity": 0,
139
+ "maximum_capacity": 64999.99,
89
140
  "start_date": "1919-09-09T00:00:00+00:00",
90
141
  "end_date": "2999-09-09T00:00:00+00:00",
91
142
  "minimum_heating_seasonal_performance_factor": null,
143
+ "minimum_heating_seasonal_performance_factor_2": null,
92
144
  "minimum_coefficient_of_performance_heating": 3.3,
93
- "minimum_energy_efficiency_ratio": null,
94
145
  "pthp_cop_coefficient_1": null,
95
146
  "pthp_cop_coefficient_2": null,
96
- "heat_cap_ft": "HPACHeatCapFT",
97
- "heat_cap_fflow": "HPACHeatCapFFF",
98
- "heat_eir_ft": "HPACHeatEIRFT",
99
- "heat_eir_fflow": "HPACHeatEIRFFF",
100
- "heat_plf_fplr": "HPACCOOLPLFFPLR",
101
- "notes": null
147
+ "off_mode_power": null,
148
+ "minimum_coefficient_of_performance_no_fan_heating": null
149
+ },
150
+ {
151
+ "equipment_type": "SPVHP",
152
+ "cooling_type": "AirCooled",
153
+ "configuration": null,
154
+ "subcategory": null,
155
+ "application": null,
156
+ "rating_condition": null,
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": "2999-09-09T00: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,
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": "SPVHP",
173
+ "cooling_type": "AirCooled",
174
+ "configuration": null,
175
+ "subcategory": null,
176
+ "application": null,
177
+ "rating_condition": null,
178
+ "electric_power_phase": null,
179
+ "region": null,
180
+ "minimum_capacity": 135000,
181
+ "maximum_capacity": 239999.99,
182
+ "start_date": "1919-09-09T00:00:00+00:00",
183
+ "end_date": "2999-09-09T00:00:00+00:00",
184
+ "minimum_heating_seasonal_performance_factor": null,
185
+ "minimum_heating_seasonal_performance_factor_2": null,
186
+ "minimum_coefficient_of_performance_heating": 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": "Single Package",
197
+ "application": null,
198
+ "rating_condition": null,
199
+ "electric_power_phase": 3,
200
+ "region": null,
201
+ "minimum_capacity": 0,
202
+ "maximum_capacity": 64999.99,
203
+ "start_date": "1919-09-09T00:00:00+00:00",
204
+ "end_date": "2022-12-31T00:00:00+00:00",
205
+ "minimum_heating_seasonal_performance_factor": 8,
206
+ "minimum_heating_seasonal_performance_factor_2": null,
207
+ "minimum_coefficient_of_performance_heating": null,
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
102
212
  },
103
213
  {
104
- "template": "90.1-2019",
214
+ "equipment_type": "Heat Pumps",
105
215
  "cooling_type": "AirCooled",
216
+ "configuration": null,
106
217
  "subcategory": "Single Package",
107
- "minimum_capacity": 135000.0,
108
- "maximum_capacity": 9999999.0,
218
+ "application": null,
219
+ "rating_condition": null,
220
+ "electric_power_phase": 3,
221
+ "region": null,
222
+ "minimum_capacity": 0,
223
+ "maximum_capacity": 64999.99,
224
+ "start_date": "2023-01-01T00:00:00+00:00",
225
+ "end_date": "2999-09-09T00:00:00+00:00",
226
+ "minimum_heating_seasonal_performance_factor": null,
227
+ "minimum_heating_seasonal_performance_factor_2": 6.7,
228
+ "minimum_coefficient_of_performance_heating": null,
229
+ "pthp_cop_coefficient_1": null,
230
+ "pthp_cop_coefficient_2": null,
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": 65000,
244
+ "maximum_capacity": 134999.99,
245
+ "start_date": "1919-09-09T00:00:00+00:00",
246
+ "end_date": "2022-12-31T00: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.3,
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
254
+ },
255
+ {
256
+ "equipment_type": "Heat Pumps",
257
+ "cooling_type": "AirCooled",
258
+ "configuration": null,
259
+ "subcategory": null,
260
+ "application": null,
261
+ "rating_condition": "47F db/43F wb outdoor air",
262
+ "electric_power_phase": null,
263
+ "region": null,
264
+ "minimum_capacity": 65000,
265
+ "maximum_capacity": 134999.99,
266
+ "start_date": "2023-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": 3.4,
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,
280
+ "subcategory": null,
281
+ "application": null,
282
+ "rating_condition": "17F db/15F wb outdoor air",
283
+ "electric_power_phase": null,
284
+ "region": null,
285
+ "minimum_capacity": 65000,
286
+ "maximum_capacity": 134999.99,
287
+ "start_date": "1919-09-09T00:00:00+00:00",
288
+ "end_date": "2999-09-09T00:00:00+00:00",
289
+ "minimum_heating_seasonal_performance_factor": null,
290
+ "minimum_heating_seasonal_performance_factor_2": null,
291
+ "minimum_coefficient_of_performance_heating": 2.25,
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": null,
302
+ "application": null,
303
+ "rating_condition": "47F db/43F wb outdoor air",
304
+ "electric_power_phase": null,
305
+ "region": null,
306
+ "minimum_capacity": 135000,
307
+ "maximum_capacity": 239999.99,
308
+ "start_date": "1919-09-09T00:00:00+00:00",
309
+ "end_date": "2022-12-31T00:00:00+00:00",
310
+ "minimum_heating_seasonal_performance_factor": null,
311
+ "minimum_heating_seasonal_performance_factor_2": null,
312
+ "minimum_coefficient_of_performance_heating": 3.2,
313
+ "pthp_cop_coefficient_1": null,
314
+ "pthp_cop_coefficient_2": null,
315
+ "off_mode_power": null,
316
+ "minimum_coefficient_of_performance_no_fan_heating": null
317
+ },
318
+ {
319
+ "equipment_type": "Heat Pumps",
320
+ "cooling_type": "AirCooled",
321
+ "configuration": null,
322
+ "subcategory": null,
323
+ "application": null,
324
+ "rating_condition": "47F db/43F wb outdoor air",
325
+ "electric_power_phase": null,
326
+ "region": null,
327
+ "minimum_capacity": 135000,
328
+ "maximum_capacity": 239999.99,
329
+ "start_date": "2023-01-01T00:00:00+00:00",
330
+ "end_date": "2999-09-09T00:00:00+00:00",
331
+ "minimum_heating_seasonal_performance_factor": null,
332
+ "minimum_heating_seasonal_performance_factor_2": null,
333
+ "minimum_coefficient_of_performance_heating": 3.3,
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": "Heat Pumps",
341
+ "cooling_type": "AirCooled",
342
+ "configuration": null,
343
+ "subcategory": null,
344
+ "application": null,
345
+ "rating_condition": "17F db/15F wb outdoor air",
346
+ "electric_power_phase": null,
347
+ "region": null,
348
+ "minimum_capacity": 135000,
349
+ "maximum_capacity": 239999.99,
350
+ "start_date": "1919-09-09T00:00:00+00:00",
351
+ "end_date": "2999-09-09T00:00:00+00:00",
352
+ "minimum_heating_seasonal_performance_factor": null,
353
+ "minimum_heating_seasonal_performance_factor_2": null,
354
+ "minimum_coefficient_of_performance_heating": 2.05,
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": "Heat Pumps",
362
+ "cooling_type": "AirCooled",
363
+ "configuration": null,
364
+ "subcategory": null,
365
+ "application": null,
366
+ "rating_condition": "47F db/43F wb outdoor air",
367
+ "electric_power_phase": null,
368
+ "region": null,
369
+ "minimum_capacity": 240000,
370
+ "maximum_capacity": 9999999999,
109
371
  "start_date": "1919-09-09T00:00:00+00:00",
110
372
  "end_date": "2999-09-09T00:00:00+00:00",
111
373
  "minimum_heating_seasonal_performance_factor": null,
374
+ "minimum_heating_seasonal_performance_factor_2": null,
112
375
  "minimum_coefficient_of_performance_heating": 3.2,
113
- "minimum_energy_efficiency_ratio": null,
114
376
  "pthp_cop_coefficient_1": null,
115
377
  "pthp_cop_coefficient_2": null,
116
- "heat_cap_ft": "HPACHeatCapFT",
117
- "heat_cap_fflow": "HPACHeatCapFFF",
118
- "heat_eir_ft": "HPACHeatEIRFT",
119
- "heat_eir_fflow": "HPACHeatEIRFFF",
120
- "heat_plf_fplr": "HPACCOOLPLFFPLR",
121
- "notes": null
378
+ "off_mode_power": null,
379
+ "minimum_coefficient_of_performance_no_fan_heating": null
380
+ },
381
+ {
382
+ "equipment_type": "Heat Pumps",
383
+ "cooling_type": "AirCooled",
384
+ "configuration": null,
385
+ "subcategory": null,
386
+ "application": null,
387
+ "rating_condition": "17F db/15F wb outdoor air",
388
+ "electric_power_phase": null,
389
+ "region": null,
390
+ "minimum_capacity": 240000,
391
+ "maximum_capacity": 9999999999,
392
+ "start_date": "1919-09-09T00:00:00+00:00",
393
+ "end_date": "2999-09-09T00:00:00+00:00",
394
+ "minimum_heating_seasonal_performance_factor": null,
395
+ "minimum_heating_seasonal_performance_factor_2": null,
396
+ "minimum_coefficient_of_performance_heating": 2.05,
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": "Heat Pumps",
404
+ "cooling_type": "AirCooled",
405
+ "configuration": null,
406
+ "subcategory": "Split System",
407
+ "application": null,
408
+ "rating_condition": null,
409
+ "electric_power_phase": 3,
410
+ "region": null,
411
+ "minimum_capacity": 0,
412
+ "maximum_capacity": 64999.99,
413
+ "start_date": "1919-09-09T00:00:00+00:00",
414
+ "end_date": "2022-12-31T00:00:00+00:00",
415
+ "minimum_heating_seasonal_performance_factor": 8.2,
416
+ "minimum_heating_seasonal_performance_factor_2": null,
417
+ "minimum_coefficient_of_performance_heating": null,
418
+ "pthp_cop_coefficient_1": null,
419
+ "pthp_cop_coefficient_2": null,
420
+ "off_mode_power": null,
421
+ "minimum_coefficient_of_performance_no_fan_heating": null
422
+ },
423
+ {
424
+ "equipment_type": "Heat Pumps",
425
+ "cooling_type": "AirCooled",
426
+ "configuration": null,
427
+ "subcategory": "Split System",
428
+ "application": null,
429
+ "rating_condition": null,
430
+ "electric_power_phase": 3,
431
+ "region": null,
432
+ "minimum_capacity": 0,
433
+ "maximum_capacity": 64999.99,
434
+ "start_date": "2023-01-01T00:00:00+00:00",
435
+ "end_date": "2999-09-09T00:00:00+00:00",
436
+ "minimum_heating_seasonal_performance_factor": null,
437
+ "minimum_heating_seasonal_performance_factor_2": 7.5,
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": "Space Constrained",
446
+ "cooling_type": "AirCooled",
447
+ "configuration": null,
448
+ "subcategory": "Single Package",
449
+ "application": null,
450
+ "rating_condition": null,
451
+ "electric_power_phase": 3,
452
+ "region": null,
453
+ "minimum_capacity": 0,
454
+ "maximum_capacity": 30000,
455
+ "start_date": "1919-09-09T00:00:00+00:00",
456
+ "end_date": "2022-12-31T00:00:00+00:00",
457
+ "minimum_heating_seasonal_performance_factor": 7.4,
458
+ "minimum_heating_seasonal_performance_factor_2": null,
459
+ "minimum_coefficient_of_performance_heating": null,
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": "Space Constrained",
467
+ "cooling_type": "AirCooled",
468
+ "configuration": null,
469
+ "subcategory": "Single Package",
470
+ "application": null,
471
+ "rating_condition": null,
472
+ "electric_power_phase": 3,
473
+ "region": null,
474
+ "minimum_capacity": 0,
475
+ "maximum_capacity": 30000,
476
+ "start_date": "2023-01-01T00: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": 6.3,
480
+ "minimum_coefficient_of_performance_heating": null,
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": "Space Constrained",
488
+ "cooling_type": "AirCooled",
489
+ "configuration": null,
490
+ "subcategory": "Split System",
491
+ "application": null,
492
+ "rating_condition": null,
493
+ "electric_power_phase": 3,
494
+ "region": null,
495
+ "minimum_capacity": 0,
496
+ "maximum_capacity": 30000,
497
+ "start_date": "1919-09-09T00:00:00+00:00",
498
+ "end_date": "2022-12-31T00:00:00+00:00",
499
+ "minimum_heating_seasonal_performance_factor": 7.4,
500
+ "minimum_heating_seasonal_performance_factor_2": null,
501
+ "minimum_coefficient_of_performance_heating": null,
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
506
+ },
507
+ {
508
+ "equipment_type": "Space Constrained",
509
+ "cooling_type": "AirCooled",
510
+ "configuration": null,
511
+ "subcategory": "Split System",
512
+ "application": null,
513
+ "rating_condition": null,
514
+ "electric_power_phase": 3,
515
+ "region": null,
516
+ "minimum_capacity": 0,
517
+ "maximum_capacity": 30000,
518
+ "start_date": "2023-01-01T00:00:00+00:00",
519
+ "end_date": "2999-09-09T00:00:00+00:00",
520
+ "minimum_heating_seasonal_performance_factor": null,
521
+ "minimum_heating_seasonal_performance_factor_2": 6.3,
522
+ "minimum_coefficient_of_performance_heating": null,
523
+ "pthp_cop_coefficient_1": null,
524
+ "pthp_cop_coefficient_2": null,
525
+ "off_mode_power": null,
526
+ "minimum_coefficient_of_performance_no_fan_heating": null
527
+ },
528
+ {
529
+ "equipment_type": "Small Duct High Velocity",
530
+ "cooling_type": "AirCooled",
531
+ "configuration": null,
532
+ "subcategory": "Split System",
533
+ "application": null,
534
+ "rating_condition": null,
535
+ "electric_power_phase": 3,
536
+ "region": null,
537
+ "minimum_capacity": 0,
538
+ "maximum_capacity": 64999.99,
539
+ "start_date": "1919-09-09T00:00:00+00:00",
540
+ "end_date": "2022-12-31T00:00:00+00:00",
541
+ "minimum_heating_seasonal_performance_factor": 7.2,
542
+ "minimum_heating_seasonal_performance_factor_2": null,
543
+ "minimum_coefficient_of_performance_heating": null,
544
+ "pthp_cop_coefficient_1": null,
545
+ "pthp_cop_coefficient_2": null,
546
+ "off_mode_power": null,
547
+ "minimum_coefficient_of_performance_no_fan_heating": null
548
+ },
549
+ {
550
+ "equipment_type": "Small Duct High Velocity",
551
+ "cooling_type": "AirCooled",
552
+ "configuration": null,
553
+ "subcategory": "Split System",
554
+ "application": null,
555
+ "rating_condition": null,
556
+ "electric_power_phase": 3,
557
+ "region": null,
558
+ "minimum_capacity": 0,
559
+ "maximum_capacity": 64999.99,
560
+ "start_date": "2023-01-01T00:00:00+00:00",
561
+ "end_date": "2999-09-09T00:00:00+00:00",
562
+ "minimum_heating_seasonal_performance_factor": null,
563
+ "minimum_heating_seasonal_performance_factor_2": 6.1,
564
+ "minimum_coefficient_of_performance_heating": null,
565
+ "pthp_cop_coefficient_1": null,
566
+ "pthp_cop_coefficient_2": null,
567
+ "off_mode_power": null,
568
+ "minimum_coefficient_of_performance_no_fan_heating": null
569
+ },
570
+ {
571
+ "equipment_type": "Heat Pumps",
572
+ "cooling_type": "AirCooled",
573
+ "configuration": null,
574
+ "subcategory": "Split System",
575
+ "application": null,
576
+ "rating_condition": null,
577
+ "electric_power_phase": 1,
578
+ "region": "National",
579
+ "minimum_capacity": 0,
580
+ "maximum_capacity": 64999.99,
581
+ "start_date": "1919-09-09T00:00:00+00:00",
582
+ "end_date": "2022-12-31T00:00:00+00:00",
583
+ "minimum_heating_seasonal_performance_factor": 8.2,
584
+ "minimum_heating_seasonal_performance_factor_2": null,
585
+ "minimum_coefficient_of_performance_heating": null,
586
+ "pthp_cop_coefficient_1": null,
587
+ "pthp_cop_coefficient_2": null,
588
+ "off_mode_power": 33,
589
+ "minimum_coefficient_of_performance_no_fan_heating": null
590
+ },
591
+ {
592
+ "equipment_type": "Heat Pumps",
593
+ "cooling_type": "AirCooled",
594
+ "configuration": null,
595
+ "subcategory": "Split System",
596
+ "application": null,
597
+ "rating_condition": null,
598
+ "electric_power_phase": 1,
599
+ "region": "National",
600
+ "minimum_capacity": 0,
601
+ "maximum_capacity": 64999.99,
602
+ "start_date": "2023-01-01T00:00:00+00:00",
603
+ "end_date": "2999-09-09T00:00:00+00:00",
604
+ "minimum_heating_seasonal_performance_factor": null,
605
+ "minimum_heating_seasonal_performance_factor_2": 7.5,
606
+ "minimum_coefficient_of_performance_heating": null,
607
+ "pthp_cop_coefficient_1": null,
608
+ "pthp_cop_coefficient_2": null,
609
+ "off_mode_power": 33,
610
+ "minimum_coefficient_of_performance_no_fan_heating": null
122
611
  },
123
612
  {
124
- "template": "90.1-2019",
613
+ "equipment_type": "Heat Pumps",
125
614
  "cooling_type": "AirCooled",
615
+ "configuration": null,
126
616
  "subcategory": "Split System",
127
- "minimum_capacity": 0.0,
128
- "maximum_capacity": 64999.0,
617
+ "application": null,
618
+ "rating_condition": null,
619
+ "electric_power_phase": 1,
620
+ "region": "Southeastern",
621
+ "minimum_capacity": 0,
622
+ "maximum_capacity": 64999.99,
129
623
  "start_date": "1919-09-09T00:00:00+00:00",
624
+ "end_date": "2022-12-31T00:00:00+00:00",
625
+ "minimum_heating_seasonal_performance_factor": 8.2,
626
+ "minimum_heating_seasonal_performance_factor_2": null,
627
+ "minimum_coefficient_of_performance_heating": null,
628
+ "pthp_cop_coefficient_1": null,
629
+ "pthp_cop_coefficient_2": null,
630
+ "off_mode_power": 33,
631
+ "minimum_coefficient_of_performance_no_fan_heating": null
632
+ },
633
+ {
634
+ "equipment_type": "Heat Pumps",
635
+ "cooling_type": "AirCooled",
636
+ "configuration": null,
637
+ "subcategory": "Split System",
638
+ "application": null,
639
+ "rating_condition": null,
640
+ "electric_power_phase": 1,
641
+ "region": "Southeastern",
642
+ "minimum_capacity": 0,
643
+ "maximum_capacity": 64999.99,
644
+ "start_date": "2023-01-01T00:00:00+00:00",
130
645
  "end_date": "2999-09-09T00:00:00+00:00",
646
+ "minimum_heating_seasonal_performance_factor": null,
647
+ "minimum_heating_seasonal_performance_factor_2": 7.5,
648
+ "minimum_coefficient_of_performance_heating": null,
649
+ "pthp_cop_coefficient_1": null,
650
+ "pthp_cop_coefficient_2": null,
651
+ "off_mode_power": 33,
652
+ "minimum_coefficient_of_performance_no_fan_heating": null
653
+ },
654
+ {
655
+ "equipment_type": "Heat Pumps",
656
+ "cooling_type": "AirCooled",
657
+ "configuration": null,
658
+ "subcategory": "Split System",
659
+ "application": null,
660
+ "rating_condition": null,
661
+ "electric_power_phase": 1,
662
+ "region": "Southwestern",
663
+ "minimum_capacity": 0,
664
+ "maximum_capacity": 64999.99,
665
+ "start_date": "1919-09-09T00:00:00+00:00",
666
+ "end_date": "2022-12-31T00:00:00+00:00",
131
667
  "minimum_heating_seasonal_performance_factor": 8.2,
668
+ "minimum_heating_seasonal_performance_factor_2": null,
132
669
  "minimum_coefficient_of_performance_heating": null,
133
- "minimum_energy_efficiency_ratio": null,
134
670
  "pthp_cop_coefficient_1": null,
135
671
  "pthp_cop_coefficient_2": null,
136
- "heat_cap_ft": "HPACHeatCapFT",
137
- "heat_cap_fflow": "HPACHeatCapFFF",
138
- "heat_eir_ft": "HPACHeatEIRFT",
139
- "heat_eir_fflow": "HPACHeatEIRFFF",
140
- "heat_plf_fplr": "HPACCOOLPLFFPLR",
141
- "notes": null
672
+ "off_mode_power": 33,
673
+ "minimum_coefficient_of_performance_no_fan_heating": null
142
674
  },
143
675
  {
144
- "template": "90.1-2019",
145
- "cooling_type": "SmallDuctHighVelocity",
676
+ "equipment_type": "Heat Pumps",
677
+ "cooling_type": "AirCooled",
678
+ "configuration": null,
146
679
  "subcategory": "Split System",
147
- "minimum_capacity": 0.0,
148
- "maximum_capacity": 64999.0,
680
+ "application": null,
681
+ "rating_condition": null,
682
+ "electric_power_phase": 1,
683
+ "region": "Southwestern",
684
+ "minimum_capacity": 0,
685
+ "maximum_capacity": 64999.99,
686
+ "start_date": "2023-01-01T00:00:00+00:00",
687
+ "end_date": "2999-09-09T00:00:00+00:00",
688
+ "minimum_heating_seasonal_performance_factor": null,
689
+ "minimum_heating_seasonal_performance_factor_2": 7.5,
690
+ "minimum_coefficient_of_performance_heating": null,
691
+ "pthp_cop_coefficient_1": null,
692
+ "pthp_cop_coefficient_2": null,
693
+ "off_mode_power": 33,
694
+ "minimum_coefficient_of_performance_no_fan_heating": null
695
+ },
696
+ {
697
+ "equipment_type": "Heat Pumps",
698
+ "cooling_type": "AirCooled",
699
+ "configuration": null,
700
+ "subcategory": "Single Package",
701
+ "application": null,
702
+ "rating_condition": null,
703
+ "electric_power_phase": 1,
704
+ "region": "National",
705
+ "minimum_capacity": 0,
706
+ "maximum_capacity": 64999.99,
707
+ "start_date": "1919-09-09T00:00:00+00:00",
708
+ "end_date": "2022-12-31T00:00:00+00:00",
709
+ "minimum_heating_seasonal_performance_factor": 8,
710
+ "minimum_heating_seasonal_performance_factor_2": null,
711
+ "minimum_coefficient_of_performance_heating": null,
712
+ "pthp_cop_coefficient_1": null,
713
+ "pthp_cop_coefficient_2": null,
714
+ "off_mode_power": 33,
715
+ "minimum_coefficient_of_performance_no_fan_heating": null
716
+ },
717
+ {
718
+ "equipment_type": "Heat Pumps",
719
+ "cooling_type": "AirCooled",
720
+ "configuration": null,
721
+ "subcategory": "Single Package",
722
+ "application": null,
723
+ "rating_condition": null,
724
+ "electric_power_phase": 1,
725
+ "region": "National",
726
+ "minimum_capacity": 0,
727
+ "maximum_capacity": 64999.99,
728
+ "start_date": "2023-01-01T00:00:00+00:00",
729
+ "end_date": "2999-09-09T00:00:00+00:00",
730
+ "minimum_heating_seasonal_performance_factor": null,
731
+ "minimum_heating_seasonal_performance_factor_2": 6.7,
732
+ "minimum_coefficient_of_performance_heating": null,
733
+ "pthp_cop_coefficient_1": null,
734
+ "pthp_cop_coefficient_2": null,
735
+ "off_mode_power": 33,
736
+ "minimum_coefficient_of_performance_no_fan_heating": null
737
+ },
738
+ {
739
+ "equipment_type": "Heat Pumps",
740
+ "cooling_type": "AirCooled",
741
+ "configuration": null,
742
+ "subcategory": "Single Package",
743
+ "application": null,
744
+ "rating_condition": null,
745
+ "electric_power_phase": 1,
746
+ "region": "Southeastern",
747
+ "minimum_capacity": 0,
748
+ "maximum_capacity": 64999.99,
149
749
  "start_date": "1919-09-09T00:00:00+00:00",
750
+ "end_date": "2022-12-31T00:00:00+00:00",
751
+ "minimum_heating_seasonal_performance_factor": 8,
752
+ "minimum_heating_seasonal_performance_factor_2": null,
753
+ "minimum_coefficient_of_performance_heating": null,
754
+ "pthp_cop_coefficient_1": null,
755
+ "pthp_cop_coefficient_2": null,
756
+ "off_mode_power": 33,
757
+ "minimum_coefficient_of_performance_no_fan_heating": null
758
+ },
759
+ {
760
+ "equipment_type": "Heat Pumps",
761
+ "cooling_type": "AirCooled",
762
+ "configuration": null,
763
+ "subcategory": "Single Package",
764
+ "application": null,
765
+ "rating_condition": null,
766
+ "electric_power_phase": 1,
767
+ "region": "Southeastern",
768
+ "minimum_capacity": 0,
769
+ "maximum_capacity": 64999.99,
770
+ "start_date": "2023-01-01T00:00:00+00:00",
150
771
  "end_date": "2999-09-09T00:00:00+00:00",
151
- "minimum_heating_seasonal_performance_factor": 6.8,
772
+ "minimum_heating_seasonal_performance_factor": null,
773
+ "minimum_heating_seasonal_performance_factor_2": 6.7,
774
+ "minimum_coefficient_of_performance_heating": null,
775
+ "pthp_cop_coefficient_1": null,
776
+ "pthp_cop_coefficient_2": null,
777
+ "off_mode_power": 33,
778
+ "minimum_coefficient_of_performance_no_fan_heating": null
779
+ },
780
+ {
781
+ "equipment_type": "Heat Pumps",
782
+ "cooling_type": "AirCooled",
783
+ "configuration": null,
784
+ "subcategory": "Single Package",
785
+ "application": null,
786
+ "rating_condition": null,
787
+ "electric_power_phase": 1,
788
+ "region": "Southwestern",
789
+ "minimum_capacity": 0,
790
+ "maximum_capacity": 64999.99,
791
+ "start_date": "1919-09-09T00:00:00+00:00",
792
+ "end_date": "2022-12-31T00:00:00+00:00",
793
+ "minimum_heating_seasonal_performance_factor": 8,
794
+ "minimum_heating_seasonal_performance_factor_2": null,
152
795
  "minimum_coefficient_of_performance_heating": null,
153
- "minimum_energy_efficiency_ratio": null,
154
796
  "pthp_cop_coefficient_1": null,
155
797
  "pthp_cop_coefficient_2": null,
156
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
157
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
158
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
159
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
160
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
161
- "notes": null
798
+ "off_mode_power": 33,
799
+ "minimum_coefficient_of_performance_no_fan_heating": null
162
800
  },
163
801
  {
164
- "template": "90.1-2019",
165
- "cooling_type": "ThroughWall",
802
+ "equipment_type": "Heat Pumps",
803
+ "cooling_type": "AirCooled",
804
+ "configuration": null,
166
805
  "subcategory": "Single Package",
167
- "minimum_capacity": 0.0,
168
- "maximum_capacity": 29999.0,
806
+ "application": null,
807
+ "rating_condition": null,
808
+ "electric_power_phase": 1,
809
+ "region": "Southwestern",
810
+ "minimum_capacity": 0,
811
+ "maximum_capacity": 64999.99,
812
+ "start_date": "2023-01-01T00:00:00+00:00",
813
+ "end_date": "2999-09-09T00:00:00+00:00",
814
+ "minimum_heating_seasonal_performance_factor": null,
815
+ "minimum_heating_seasonal_performance_factor_2": 6.7,
816
+ "minimum_coefficient_of_performance_heating": null,
817
+ "pthp_cop_coefficient_1": null,
818
+ "pthp_cop_coefficient_2": null,
819
+ "off_mode_power": 33,
820
+ "minimum_coefficient_of_performance_no_fan_heating": null
821
+ },
822
+ {
823
+ "equipment_type": "Small Duct High Velocity",
824
+ "cooling_type": "AirCooled",
825
+ "configuration": null,
826
+ "subcategory": null,
827
+ "application": null,
828
+ "rating_condition": null,
829
+ "electric_power_phase": 1,
830
+ "region": "National",
831
+ "minimum_capacity": 0,
832
+ "maximum_capacity": 64999.99,
833
+ "start_date": "1919-09-09T00:00:00+00:00",
834
+ "end_date": "2022-12-31T00:00:00+00:00",
835
+ "minimum_heating_seasonal_performance_factor": 7.2,
836
+ "minimum_heating_seasonal_performance_factor_2": null,
837
+ "minimum_coefficient_of_performance_heating": null,
838
+ "pthp_cop_coefficient_1": null,
839
+ "pthp_cop_coefficient_2": null,
840
+ "off_mode_power": 30,
841
+ "minimum_coefficient_of_performance_no_fan_heating": null
842
+ },
843
+ {
844
+ "equipment_type": "Small Duct High Velocity",
845
+ "cooling_type": "AirCooled",
846
+ "configuration": null,
847
+ "subcategory": null,
848
+ "application": null,
849
+ "rating_condition": null,
850
+ "electric_power_phase": 1,
851
+ "region": "National",
852
+ "minimum_capacity": 0,
853
+ "maximum_capacity": 64999.99,
854
+ "start_date": "2023-01-01T00:00:00+00:00",
855
+ "end_date": "2999-09-09T00:00:00+00:00",
856
+ "minimum_heating_seasonal_performance_factor": null,
857
+ "minimum_heating_seasonal_performance_factor_2": 6.1,
858
+ "minimum_coefficient_of_performance_heating": null,
859
+ "pthp_cop_coefficient_1": null,
860
+ "pthp_cop_coefficient_2": null,
861
+ "off_mode_power": 30,
862
+ "minimum_coefficient_of_performance_no_fan_heating": null
863
+ },
864
+ {
865
+ "equipment_type": "Small Duct High Velocity",
866
+ "cooling_type": "AirCooled",
867
+ "configuration": null,
868
+ "subcategory": null,
869
+ "application": null,
870
+ "rating_condition": null,
871
+ "electric_power_phase": 1,
872
+ "region": "Southeastern",
873
+ "minimum_capacity": 0,
874
+ "maximum_capacity": 64999.99,
169
875
  "start_date": "1919-09-09T00:00:00+00:00",
876
+ "end_date": "2022-12-31T00:00:00+00:00",
877
+ "minimum_heating_seasonal_performance_factor": 7.2,
878
+ "minimum_heating_seasonal_performance_factor_2": null,
879
+ "minimum_coefficient_of_performance_heating": null,
880
+ "pthp_cop_coefficient_1": null,
881
+ "pthp_cop_coefficient_2": null,
882
+ "off_mode_power": 30,
883
+ "minimum_coefficient_of_performance_no_fan_heating": null
884
+ },
885
+ {
886
+ "equipment_type": "Small Duct High Velocity",
887
+ "cooling_type": "AirCooled",
888
+ "configuration": null,
889
+ "subcategory": null,
890
+ "application": null,
891
+ "rating_condition": null,
892
+ "electric_power_phase": 1,
893
+ "region": "Southeastern",
894
+ "minimum_capacity": 0,
895
+ "maximum_capacity": 64999.99,
896
+ "start_date": "2023-01-01T00:00:00+00:00",
170
897
  "end_date": "2999-09-09T00:00:00+00:00",
898
+ "minimum_heating_seasonal_performance_factor": null,
899
+ "minimum_heating_seasonal_performance_factor_2": 6.1,
900
+ "minimum_coefficient_of_performance_heating": null,
901
+ "pthp_cop_coefficient_1": null,
902
+ "pthp_cop_coefficient_2": null,
903
+ "off_mode_power": 30,
904
+ "minimum_coefficient_of_performance_no_fan_heating": null
905
+ },
906
+ {
907
+ "equipment_type": "Small Duct High Velocity",
908
+ "cooling_type": "AirCooled",
909
+ "configuration": null,
910
+ "subcategory": null,
911
+ "application": null,
912
+ "rating_condition": null,
913
+ "electric_power_phase": 1,
914
+ "region": "Southwestern",
915
+ "minimum_capacity": 0,
916
+ "maximum_capacity": 64999.99,
917
+ "start_date": "1919-09-09T00:00:00+00:00",
918
+ "end_date": "2022-12-31T00:00:00+00:00",
919
+ "minimum_heating_seasonal_performance_factor": 7.2,
920
+ "minimum_heating_seasonal_performance_factor_2": null,
921
+ "minimum_coefficient_of_performance_heating": null,
922
+ "pthp_cop_coefficient_1": null,
923
+ "pthp_cop_coefficient_2": null,
924
+ "off_mode_power": 30,
925
+ "minimum_coefficient_of_performance_no_fan_heating": null
926
+ },
927
+ {
928
+ "equipment_type": "Small Duct High Velocity",
929
+ "cooling_type": "AirCooled",
930
+ "configuration": null,
931
+ "subcategory": null,
932
+ "application": null,
933
+ "rating_condition": null,
934
+ "electric_power_phase": 1,
935
+ "region": "Southwestern",
936
+ "minimum_capacity": 0,
937
+ "maximum_capacity": 64999.99,
938
+ "start_date": "2023-01-01T00:00:00+00:00",
939
+ "end_date": "2999-09-09T00:00:00+00:00",
940
+ "minimum_heating_seasonal_performance_factor": null,
941
+ "minimum_heating_seasonal_performance_factor_2": 6.1,
942
+ "minimum_coefficient_of_performance_heating": null,
943
+ "pthp_cop_coefficient_1": null,
944
+ "pthp_cop_coefficient_2": null,
945
+ "off_mode_power": 30,
946
+ "minimum_coefficient_of_performance_no_fan_heating": null
947
+ },
948
+ {
949
+ "equipment_type": "Space Constrained",
950
+ "cooling_type": "AirCooled",
951
+ "configuration": null,
952
+ "subcategory": null,
953
+ "application": null,
954
+ "rating_condition": null,
955
+ "electric_power_phase": 1,
956
+ "region": "National",
957
+ "minimum_capacity": 0,
958
+ "maximum_capacity": 64999.99,
959
+ "start_date": "1919-09-09T00:00:00+00:00",
960
+ "end_date": "2022-12-31T00:00:00+00:00",
171
961
  "minimum_heating_seasonal_performance_factor": 7.4,
962
+ "minimum_heating_seasonal_performance_factor_2": null,
172
963
  "minimum_coefficient_of_performance_heating": null,
173
- "minimum_energy_efficiency_ratio": null,
174
964
  "pthp_cop_coefficient_1": null,
175
965
  "pthp_cop_coefficient_2": null,
176
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
177
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
178
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
179
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
180
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
181
- "notes": null
966
+ "off_mode_power": 33,
967
+ "minimum_coefficient_of_performance_no_fan_heating": null
182
968
  },
183
969
  {
184
- "template": "90.1-2019",
185
- "cooling_type": "ThroughWall",
186
- "subcategory": "Split System",
187
- "minimum_capacity": 0.0,
188
- "maximum_capacity": 29999.0,
970
+ "equipment_type": "Space Constrained",
971
+ "cooling_type": "AirCooled",
972
+ "configuration": null,
973
+ "subcategory": null,
974
+ "application": null,
975
+ "rating_condition": null,
976
+ "electric_power_phase": 1,
977
+ "region": "National",
978
+ "minimum_capacity": 0,
979
+ "maximum_capacity": 64999.99,
980
+ "start_date": "2023-01-01T00:00:00+00:00",
981
+ "end_date": "2999-09-09T00:00:00+00:00",
982
+ "minimum_heating_seasonal_performance_factor": null,
983
+ "minimum_heating_seasonal_performance_factor_2": 6.3,
984
+ "minimum_coefficient_of_performance_heating": null,
985
+ "pthp_cop_coefficient_1": null,
986
+ "pthp_cop_coefficient_2": null,
987
+ "off_mode_power": 33,
988
+ "minimum_coefficient_of_performance_no_fan_heating": null
989
+ },
990
+ {
991
+ "equipment_type": "Space Constrained",
992
+ "cooling_type": "AirCooled",
993
+ "configuration": null,
994
+ "subcategory": null,
995
+ "application": null,
996
+ "rating_condition": null,
997
+ "electric_power_phase": 1,
998
+ "region": "Southeastern",
999
+ "minimum_capacity": 0,
1000
+ "maximum_capacity": 64999.99,
189
1001
  "start_date": "1919-09-09T00:00:00+00:00",
1002
+ "end_date": "2022-12-31T00:00:00+00:00",
1003
+ "minimum_heating_seasonal_performance_factor": 7.4,
1004
+ "minimum_heating_seasonal_performance_factor_2": null,
1005
+ "minimum_coefficient_of_performance_heating": null,
1006
+ "pthp_cop_coefficient_1": null,
1007
+ "pthp_cop_coefficient_2": null,
1008
+ "off_mode_power": 33,
1009
+ "minimum_coefficient_of_performance_no_fan_heating": null
1010
+ },
1011
+ {
1012
+ "equipment_type": "Space Constrained",
1013
+ "cooling_type": "AirCooled",
1014
+ "configuration": null,
1015
+ "subcategory": null,
1016
+ "application": null,
1017
+ "rating_condition": null,
1018
+ "electric_power_phase": 1,
1019
+ "region": "Southeastern",
1020
+ "minimum_capacity": 0,
1021
+ "maximum_capacity": 64999.99,
1022
+ "start_date": "2023-01-01T00:00:00+00:00",
190
1023
  "end_date": "2999-09-09T00:00:00+00:00",
1024
+ "minimum_heating_seasonal_performance_factor": null,
1025
+ "minimum_heating_seasonal_performance_factor_2": 6.3,
1026
+ "minimum_coefficient_of_performance_heating": null,
1027
+ "pthp_cop_coefficient_1": null,
1028
+ "pthp_cop_coefficient_2": null,
1029
+ "off_mode_power": 33,
1030
+ "minimum_coefficient_of_performance_no_fan_heating": null
1031
+ },
1032
+ {
1033
+ "equipment_type": "Space Constrained",
1034
+ "cooling_type": "AirCooled",
1035
+ "configuration": null,
1036
+ "subcategory": null,
1037
+ "application": null,
1038
+ "rating_condition": null,
1039
+ "electric_power_phase": 1,
1040
+ "region": "Southwestern",
1041
+ "minimum_capacity": 0,
1042
+ "maximum_capacity": 64999.99,
1043
+ "start_date": "1919-09-09T00:00:00+00:00",
1044
+ "end_date": "2022-12-31T00:00:00+00:00",
191
1045
  "minimum_heating_seasonal_performance_factor": 7.4,
1046
+ "minimum_heating_seasonal_performance_factor_2": null,
192
1047
  "minimum_coefficient_of_performance_heating": null,
193
- "minimum_energy_efficiency_ratio": null,
194
1048
  "pthp_cop_coefficient_1": null,
195
1049
  "pthp_cop_coefficient_2": null,
196
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
197
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
198
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
199
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
200
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
201
- "notes": null
1050
+ "off_mode_power": 33,
1051
+ "minimum_coefficient_of_performance_no_fan_heating": null
1052
+ },
1053
+ {
1054
+ "equipment_type": "Space Constrained",
1055
+ "cooling_type": "AirCooled",
1056
+ "configuration": null,
1057
+ "subcategory": null,
1058
+ "application": null,
1059
+ "rating_condition": null,
1060
+ "electric_power_phase": 1,
1061
+ "region": "Southwestern",
1062
+ "minimum_capacity": 0,
1063
+ "maximum_capacity": 64999.99,
1064
+ "start_date": "2023-01-01T00:00:00+00:00",
1065
+ "end_date": "2999-09-09T00:00:00+00:00",
1066
+ "minimum_heating_seasonal_performance_factor": null,
1067
+ "minimum_heating_seasonal_performance_factor_2": 6.3,
1068
+ "minimum_coefficient_of_performance_heating": null,
1069
+ "pthp_cop_coefficient_1": null,
1070
+ "pthp_cop_coefficient_2": null,
1071
+ "off_mode_power": 33,
1072
+ "minimum_coefficient_of_performance_no_fan_heating": null
1073
+ },
1074
+ {
1075
+ "equipment_type": "Heat Pumps",
1076
+ "cooling_type": "WaterSource",
1077
+ "configuration": "Water to Air",
1078
+ "subcategory": null,
1079
+ "application": null,
1080
+ "rating_condition": null,
1081
+ "electric_power_phase": null,
1082
+ "region": null,
1083
+ "minimum_capacity": 0,
1084
+ "maximum_capacity": 134999.99,
1085
+ "start_date": "1919-09-09T00:00:00+00:00",
1086
+ "end_date": "2999-09-09T00:00:00+00:00",
1087
+ "minimum_heating_seasonal_performance_factor": null,
1088
+ "minimum_heating_seasonal_performance_factor_2": null,
1089
+ "minimum_coefficient_of_performance_heating": 4.3,
1090
+ "pthp_cop_coefficient_1": null,
1091
+ "pthp_cop_coefficient_2": null,
1092
+ "off_mode_power": null,
1093
+ "minimum_coefficient_of_performance_no_fan_heating": null
1094
+ },
1095
+ {
1096
+ "equipment_type": "Heat Pumps",
1097
+ "cooling_type": "GroundWaterSource",
1098
+ "configuration": "Water to Air",
1099
+ "subcategory": null,
1100
+ "application": null,
1101
+ "rating_condition": null,
1102
+ "electric_power_phase": null,
1103
+ "region": null,
1104
+ "minimum_capacity": 0,
1105
+ "maximum_capacity": 134999.99,
1106
+ "start_date": "1919-09-09T00:00:00+00:00",
1107
+ "end_date": "2999-09-09T00:00:00+00:00",
1108
+ "minimum_heating_seasonal_performance_factor": null,
1109
+ "minimum_heating_seasonal_performance_factor_2": null,
1110
+ "minimum_coefficient_of_performance_heating": 3.7,
1111
+ "pthp_cop_coefficient_1": null,
1112
+ "pthp_cop_coefficient_2": null,
1113
+ "off_mode_power": null,
1114
+ "minimum_coefficient_of_performance_no_fan_heating": null
1115
+ },
1116
+ {
1117
+ "equipment_type": "Heat Pumps",
1118
+ "cooling_type": "GroundSource",
1119
+ "configuration": "Brine to Air",
1120
+ "subcategory": null,
1121
+ "application": null,
1122
+ "rating_condition": null,
1123
+ "electric_power_phase": null,
1124
+ "region": null,
1125
+ "minimum_capacity": 0,
1126
+ "maximum_capacity": 134999.99,
1127
+ "start_date": "1919-09-09T00:00:00+00:00",
1128
+ "end_date": "2999-09-09T00:00:00+00:00",
1129
+ "minimum_heating_seasonal_performance_factor": null,
1130
+ "minimum_heating_seasonal_performance_factor_2": null,
1131
+ "minimum_coefficient_of_performance_heating": 3.2,
1132
+ "pthp_cop_coefficient_1": null,
1133
+ "pthp_cop_coefficient_2": null,
1134
+ "off_mode_power": null,
1135
+ "minimum_coefficient_of_performance_no_fan_heating": null
1136
+ },
1137
+ {
1138
+ "equipment_type": "Heat Pumps",
1139
+ "cooling_type": "WaterSource",
1140
+ "configuration": "Water to Water",
1141
+ "subcategory": null,
1142
+ "application": null,
1143
+ "rating_condition": null,
1144
+ "electric_power_phase": null,
1145
+ "region": null,
1146
+ "minimum_capacity": 0,
1147
+ "maximum_capacity": 134999.99,
1148
+ "start_date": "1919-09-09T00:00:00+00:00",
1149
+ "end_date": "2999-09-09T00:00:00+00:00",
1150
+ "minimum_heating_seasonal_performance_factor": null,
1151
+ "minimum_heating_seasonal_performance_factor_2": null,
1152
+ "minimum_coefficient_of_performance_heating": 3.7,
1153
+ "pthp_cop_coefficient_1": null,
1154
+ "pthp_cop_coefficient_2": null,
1155
+ "off_mode_power": null,
1156
+ "minimum_coefficient_of_performance_no_fan_heating": null
1157
+ },
1158
+ {
1159
+ "equipment_type": "Heat Pumps",
1160
+ "cooling_type": "GroundWaterSource",
1161
+ "configuration": "Water to Water",
1162
+ "subcategory": null,
1163
+ "application": null,
1164
+ "rating_condition": null,
1165
+ "electric_power_phase": null,
1166
+ "region": null,
1167
+ "minimum_capacity": 0,
1168
+ "maximum_capacity": 134999.99,
1169
+ "start_date": "1919-09-09T00:00:00+00:00",
1170
+ "end_date": "2999-09-09T00:00:00+00:00",
1171
+ "minimum_heating_seasonal_performance_factor": null,
1172
+ "minimum_heating_seasonal_performance_factor_2": null,
1173
+ "minimum_coefficient_of_performance_heating": 3.1,
1174
+ "pthp_cop_coefficient_1": null,
1175
+ "pthp_cop_coefficient_2": null,
1176
+ "off_mode_power": null,
1177
+ "minimum_coefficient_of_performance_no_fan_heating": null
1178
+ },
1179
+ {
1180
+ "equipment_type": "Heat Pumps",
1181
+ "cooling_type": "GroundSource",
1182
+ "configuration": "Brine to Water",
1183
+ "subcategory": null,
1184
+ "application": null,
1185
+ "rating_condition": null,
1186
+ "electric_power_phase": null,
1187
+ "region": null,
1188
+ "minimum_capacity": 0,
1189
+ "maximum_capacity": 134999.99,
1190
+ "start_date": "1919-09-09T00:00:00+00:00",
1191
+ "end_date": "2999-09-09T00:00:00+00:00",
1192
+ "minimum_heating_seasonal_performance_factor": null,
1193
+ "minimum_heating_seasonal_performance_factor_2": null,
1194
+ "minimum_coefficient_of_performance_heating": 2.5,
1195
+ "pthp_cop_coefficient_1": null,
1196
+ "pthp_cop_coefficient_2": null,
1197
+ "off_mode_power": null,
1198
+ "minimum_coefficient_of_performance_no_fan_heating": null
202
1199
  }
203
1200
  ]
204
1201
  }