openstudio-standards 0.8.1 → 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.
- checksums.yaml +4 -4
- data/lib/openstudio-standards/exterior_lighting/data/entryways.csv +1 -1
- data/lib/openstudio-standards/exterior_lighting/data/parking.csv +1 -1
- data/lib/openstudio-standards/exterior_lighting/information.rb +7 -7
- data/lib/openstudio-standards/hvac/exhaust/data/typical_exhaust.csv +1 -1
- data/lib/openstudio-standards/infiltration/data/NISTInfiltrationCorrelations.csv +1 -1
- data/lib/openstudio-standards/infiltration/nist_infiltration.rb +1 -1
- data/lib/openstudio-standards/refrigeration/create_case.rb +60 -23
- data/lib/openstudio-standards/refrigeration/create_compressor.rb +2 -2
- data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +8 -6
- data/lib/openstudio-standards/refrigeration/create_walkin.rb +59 -24
- data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -31
- data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -76
- data/lib/openstudio-standards/refrigeration/data/refrigeration_compressors.csv +1 -1
- data/lib/openstudio-standards/refrigeration/data/typical_refrigerated_cases.csv +1 -1
- data/lib/openstudio-standards/refrigeration/data/typical_refrigerated_walkins.csv +1 -1
- data/lib/openstudio-standards/refrigeration/information.rb +4 -4
- data/lib/openstudio-standards/service_water_heating/create_typical.rb +10 -10
- data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +10 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -3
- data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +9 -9
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +49 -49
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +159 -159
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +7 -18
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +10 -20
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -15
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +5 -6
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +93 -43
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +5 -5
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +135 -37
- data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.Model.rb +9 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +648 -326
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +371 -90
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +66 -22
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +1012 -296
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +443 -79
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +66 -22
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +672 -306
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +354 -74
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +72 -24
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +8 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +930 -604
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +415 -111
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +72 -24
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +602 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps.json +1005 -333
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +642 -88
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.water_heaters.json +78 -26
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +722 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps.json +1741 -426
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +1108 -111
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.water_heaters.json +186 -62
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +62 -232
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +7 -18
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +9 -7
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -1
- 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
- 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
- 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
- data/lib/openstudio-standards/standards/deer/data/deer.schedules.json +62 -232
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps_heating.json +6 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +6 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +2 -2
- data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +8 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +10 -0
- data/lib/openstudio-standards/utilities/simulation.rb +3 -2
- data/lib/openstudio-standards/version.rb +1 -1
- metadata +2 -2
@@ -1,164 +1,718 @@
|
|
1
1
|
{
|
2
2
|
"heat_pumps_heating": [
|
3
3
|
{
|
4
|
-
"
|
4
|
+
"equipment_type": "PTHP",
|
5
5
|
"cooling_type": "AirCooled",
|
6
|
-
"
|
7
|
-
"
|
8
|
-
"
|
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": 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.7,
|
15
20
|
"pthp_cop_coefficient_2": 0.052,
|
16
|
-
"
|
17
|
-
"
|
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
|
-
"
|
25
|
+
"equipment_type": "PTHP",
|
25
26
|
"cooling_type": "AirCooled",
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
27
|
+
"configuration": null,
|
28
|
+
"subcategory": null,
|
29
|
+
"application": "Nonstandard Size",
|
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":
|
37
|
+
"minimum_heating_seasonal_performance_factor": null,
|
38
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
32
39
|
"minimum_coefficient_of_performance_heating": null,
|
33
|
-
"
|
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,
|
61
|
+
"pthp_cop_coefficient_1": null,
|
62
|
+
"pthp_cop_coefficient_2": null,
|
63
|
+
"off_mode_power": null,
|
64
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"equipment_type": "SPVHP",
|
68
|
+
"cooling_type": "AirCooled",
|
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,
|
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": 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": 3,
|
103
|
+
"pthp_cop_coefficient_1": null,
|
104
|
+
"pthp_cop_coefficient_2": null,
|
105
|
+
"off_mode_power": null,
|
106
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"equipment_type": "SPVHP",
|
110
|
+
"cooling_type": "AirCooled",
|
111
|
+
"configuration": null,
|
112
|
+
"subcategory": "Nonweatherized Space Constrained",
|
113
|
+
"application": null,
|
114
|
+
"rating_condition": null,
|
115
|
+
"electric_power_phase": null,
|
116
|
+
"region": null,
|
117
|
+
"minimum_capacity": 0,
|
118
|
+
"maximum_capacity": 30000,
|
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": 3,
|
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": "SPVHP",
|
131
|
+
"cooling_type": "AirCooled",
|
132
|
+
"configuration": null,
|
133
|
+
"subcategory": "Nonweatherized Space Constrained",
|
134
|
+
"application": null,
|
135
|
+
"rating_condition": null,
|
136
|
+
"electric_power_phase": null,
|
137
|
+
"region": null,
|
138
|
+
"minimum_capacity": 30000.01,
|
139
|
+
"maximum_capacity": 36000,
|
140
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
141
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
142
|
+
"minimum_heating_seasonal_performance_factor": null,
|
143
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
144
|
+
"minimum_coefficient_of_performance_heating": 3,
|
34
145
|
"pthp_cop_coefficient_1": null,
|
35
146
|
"pthp_cop_coefficient_2": null,
|
36
|
-
"
|
37
|
-
"
|
38
|
-
"heat_eir_ft": "HPACHeatEIRFT",
|
39
|
-
"heat_eir_fflow": "HPACHeatEIRFFF",
|
40
|
-
"heat_plf_fplr": "HPACCOOLPLFFPLR",
|
41
|
-
"notes": null
|
147
|
+
"off_mode_power": null,
|
148
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
42
149
|
},
|
43
150
|
{
|
44
|
-
"
|
151
|
+
"equipment_type": "Heat Pumps",
|
45
152
|
"cooling_type": "AirCooled",
|
153
|
+
"configuration": null,
|
46
154
|
"subcategory": "Single Package",
|
47
|
-
"
|
48
|
-
"
|
155
|
+
"application": null,
|
156
|
+
"rating_condition": null,
|
157
|
+
"electric_power_phase": 3,
|
158
|
+
"region": null,
|
159
|
+
"minimum_capacity": 0,
|
160
|
+
"maximum_capacity": 64999.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": 8,
|
164
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
165
|
+
"minimum_coefficient_of_performance_heating": null,
|
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,
|
49
182
|
"start_date": "1919-09-09T00:00:00+00:00",
|
50
183
|
"end_date": "2999-09-09T00:00:00+00:00",
|
51
184
|
"minimum_heating_seasonal_performance_factor": null,
|
185
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
52
186
|
"minimum_coefficient_of_performance_heating": 3.3,
|
53
|
-
"minimum_energy_efficiency_ratio": null,
|
54
187
|
"pthp_cop_coefficient_1": null,
|
55
188
|
"pthp_cop_coefficient_2": null,
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"heat_eir_ft": "HPACHeatEIRFT",
|
59
|
-
"heat_eir_fflow": "HPACHeatEIRFFF",
|
60
|
-
"heat_plf_fplr": "HPACCOOLPLFFPLR",
|
61
|
-
"notes": null
|
189
|
+
"off_mode_power": null,
|
190
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
62
191
|
},
|
63
192
|
{
|
64
|
-
"
|
193
|
+
"equipment_type": "Heat Pumps",
|
65
194
|
"cooling_type": "AirCooled",
|
66
|
-
"
|
67
|
-
"
|
68
|
-
"
|
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,
|
69
203
|
"start_date": "1919-09-09T00:00:00+00:00",
|
70
204
|
"end_date": "2999-09-09T00:00:00+00:00",
|
71
205
|
"minimum_heating_seasonal_performance_factor": null,
|
206
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
207
|
+
"minimum_coefficient_of_performance_heating": 2.25,
|
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": 239999.99,
|
224
|
+
"start_date": "1919-09-09T00: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": null,
|
72
228
|
"minimum_coefficient_of_performance_heating": 3.2,
|
73
|
-
"minimum_energy_efficiency_ratio": null,
|
74
229
|
"pthp_cop_coefficient_1": null,
|
75
230
|
"pthp_cop_coefficient_2": null,
|
76
|
-
"
|
77
|
-
"
|
78
|
-
|
79
|
-
|
80
|
-
"
|
81
|
-
"
|
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": "17F db/15F wb outdoor air",
|
241
|
+
"electric_power_phase": null,
|
242
|
+
"region": null,
|
243
|
+
"minimum_capacity": 135000,
|
244
|
+
"maximum_capacity": 239999.99,
|
245
|
+
"start_date": "1919-09-09T00: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": 2.05,
|
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
|
-
"
|
256
|
+
"equipment_type": "Heat Pumps",
|
85
257
|
"cooling_type": "AirCooled",
|
258
|
+
"configuration": null,
|
86
259
|
"subcategory": "Split System",
|
87
|
-
"
|
88
|
-
"
|
260
|
+
"application": null,
|
261
|
+
"rating_condition": null,
|
262
|
+
"electric_power_phase": 3,
|
263
|
+
"region": null,
|
264
|
+
"minimum_capacity": 0,
|
265
|
+
"maximum_capacity": 64999.99,
|
89
266
|
"start_date": "1919-09-09T00:00:00+00:00",
|
90
267
|
"end_date": "2999-09-09T00:00:00+00:00",
|
91
268
|
"minimum_heating_seasonal_performance_factor": 8.2,
|
269
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
270
|
+
"minimum_coefficient_of_performance_heating": null,
|
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": "Through the Wall",
|
278
|
+
"cooling_type": "AirCooled",
|
279
|
+
"configuration": null,
|
280
|
+
"subcategory": "Single Package",
|
281
|
+
"application": null,
|
282
|
+
"rating_condition": null,
|
283
|
+
"electric_power_phase": 3,
|
284
|
+
"region": null,
|
285
|
+
"minimum_capacity": 0,
|
286
|
+
"maximum_capacity": 30000,
|
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": 7.4,
|
290
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
92
291
|
"minimum_coefficient_of_performance_heating": null,
|
93
|
-
"minimum_energy_efficiency_ratio": null,
|
94
292
|
"pthp_cop_coefficient_1": null,
|
95
293
|
"pthp_cop_coefficient_2": null,
|
96
|
-
"
|
97
|
-
"
|
98
|
-
"heat_eir_ft": "HPACHeatEIRFT",
|
99
|
-
"heat_eir_fflow": "HPACHeatEIRFFF",
|
100
|
-
"heat_plf_fplr": "HPACCOOLPLFFPLR",
|
101
|
-
"notes": null
|
294
|
+
"off_mode_power": null,
|
295
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
102
296
|
},
|
103
297
|
{
|
104
|
-
"
|
105
|
-
"cooling_type": "
|
298
|
+
"equipment_type": "Through the Wall",
|
299
|
+
"cooling_type": "AirCooled",
|
300
|
+
"configuration": null,
|
106
301
|
"subcategory": "Split System",
|
107
|
-
"
|
108
|
-
"
|
302
|
+
"application": null,
|
303
|
+
"rating_condition": null,
|
304
|
+
"electric_power_phase": 3,
|
305
|
+
"region": null,
|
306
|
+
"minimum_capacity": 0,
|
307
|
+
"maximum_capacity": 30000,
|
308
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
309
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
310
|
+
"minimum_heating_seasonal_performance_factor": 7.4,
|
311
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
312
|
+
"minimum_coefficient_of_performance_heating": null,
|
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": "Small Duct High Velocity",
|
320
|
+
"cooling_type": "AirCooled",
|
321
|
+
"configuration": null,
|
322
|
+
"subcategory": "Split System",
|
323
|
+
"application": null,
|
324
|
+
"rating_condition": null,
|
325
|
+
"electric_power_phase": 3,
|
326
|
+
"region": null,
|
327
|
+
"minimum_capacity": 0,
|
328
|
+
"maximum_capacity": 64999.99,
|
109
329
|
"start_date": "1919-09-09T00:00:00+00:00",
|
110
330
|
"end_date": "2999-09-09T00:00:00+00:00",
|
111
331
|
"minimum_heating_seasonal_performance_factor": 6.8,
|
332
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
112
333
|
"minimum_coefficient_of_performance_heating": null,
|
113
|
-
"minimum_energy_efficiency_ratio": null,
|
114
334
|
"pthp_cop_coefficient_1": null,
|
115
335
|
"pthp_cop_coefficient_2": null,
|
116
|
-
"
|
117
|
-
"
|
118
|
-
|
119
|
-
|
120
|
-
"
|
121
|
-
"
|
336
|
+
"off_mode_power": null,
|
337
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"equipment_type": "Heat Pumps",
|
341
|
+
"cooling_type": "WaterSource",
|
342
|
+
"configuration": "Water to Air",
|
343
|
+
"subcategory": null,
|
344
|
+
"application": null,
|
345
|
+
"rating_condition": null,
|
346
|
+
"electric_power_phase": null,
|
347
|
+
"region": null,
|
348
|
+
"minimum_capacity": 0,
|
349
|
+
"maximum_capacity": 134999.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": 4.3,
|
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
|
122
359
|
},
|
123
360
|
{
|
124
|
-
"
|
125
|
-
"cooling_type": "
|
361
|
+
"equipment_type": "Heat Pumps",
|
362
|
+
"cooling_type": "GroundWaterSource",
|
363
|
+
"configuration": "Water to Air",
|
364
|
+
"subcategory": null,
|
365
|
+
"application": null,
|
366
|
+
"rating_condition": null,
|
367
|
+
"electric_power_phase": null,
|
368
|
+
"region": null,
|
369
|
+
"minimum_capacity": 0,
|
370
|
+
"maximum_capacity": 134999.99,
|
371
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
372
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
373
|
+
"minimum_heating_seasonal_performance_factor": null,
|
374
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
375
|
+
"minimum_coefficient_of_performance_heating": 3.7,
|
376
|
+
"pthp_cop_coefficient_1": null,
|
377
|
+
"pthp_cop_coefficient_2": 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": "GroundSource",
|
384
|
+
"configuration": "Brine to Air",
|
385
|
+
"subcategory": null,
|
386
|
+
"application": null,
|
387
|
+
"rating_condition": null,
|
388
|
+
"electric_power_phase": null,
|
389
|
+
"region": null,
|
390
|
+
"minimum_capacity": 0,
|
391
|
+
"maximum_capacity": 134999.99,
|
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": 3.2,
|
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": "WaterSource",
|
405
|
+
"configuration": "Water to Water",
|
406
|
+
"subcategory": null,
|
407
|
+
"application": null,
|
408
|
+
"rating_condition": null,
|
409
|
+
"electric_power_phase": null,
|
410
|
+
"region": null,
|
411
|
+
"minimum_capacity": 0,
|
412
|
+
"maximum_capacity": 134999.99,
|
413
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
414
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
415
|
+
"minimum_heating_seasonal_performance_factor": null,
|
416
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
417
|
+
"minimum_coefficient_of_performance_heating": 3.7,
|
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": "GroundWaterSource",
|
426
|
+
"configuration": "Water to Water",
|
427
|
+
"subcategory": null,
|
428
|
+
"application": null,
|
429
|
+
"rating_condition": null,
|
430
|
+
"electric_power_phase": null,
|
431
|
+
"region": null,
|
432
|
+
"minimum_capacity": 0,
|
433
|
+
"maximum_capacity": 134999.99,
|
434
|
+
"start_date": "1919-09-09T00: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": null,
|
438
|
+
"minimum_coefficient_of_performance_heating": 3.1,
|
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": "GroundSource",
|
447
|
+
"configuration": "Brine to Water",
|
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": 2.5,
|
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": "AirCooled",
|
468
|
+
"configuration": null,
|
469
|
+
"subcategory": "Split System",
|
470
|
+
"application": null,
|
471
|
+
"rating_condition": null,
|
472
|
+
"electric_power_phase": 1,
|
473
|
+
"region": "National",
|
474
|
+
"minimum_capacity": 0,
|
475
|
+
"maximum_capacity": 64999.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": 8.2,
|
479
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
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": "Heat Pumps",
|
488
|
+
"cooling_type": "AirCooled",
|
489
|
+
"configuration": null,
|
490
|
+
"subcategory": "Split System",
|
491
|
+
"application": null,
|
492
|
+
"rating_condition": null,
|
493
|
+
"electric_power_phase": 1,
|
494
|
+
"region": "Southeastern",
|
495
|
+
"minimum_capacity": 0,
|
496
|
+
"maximum_capacity": 64999.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": 8.2,
|
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": "Heat Pumps",
|
509
|
+
"cooling_type": "AirCooled",
|
510
|
+
"configuration": null,
|
511
|
+
"subcategory": "Split System",
|
512
|
+
"application": null,
|
513
|
+
"rating_condition": null,
|
514
|
+
"electric_power_phase": 1,
|
515
|
+
"region": "Southwestern",
|
516
|
+
"minimum_capacity": 0,
|
517
|
+
"maximum_capacity": 64999.99,
|
518
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
519
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
520
|
+
"minimum_heating_seasonal_performance_factor": 8.2,
|
521
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
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": "Heat Pumps",
|
530
|
+
"cooling_type": "AirCooled",
|
531
|
+
"configuration": null,
|
532
|
+
"subcategory": "Single Package",
|
533
|
+
"application": null,
|
534
|
+
"rating_condition": null,
|
535
|
+
"electric_power_phase": 1,
|
536
|
+
"region": "National",
|
537
|
+
"minimum_capacity": 0,
|
538
|
+
"maximum_capacity": 64999.99,
|
539
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
540
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
541
|
+
"minimum_heating_seasonal_performance_factor": 8,
|
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": "Heat Pumps",
|
551
|
+
"cooling_type": "AirCooled",
|
552
|
+
"configuration": null,
|
553
|
+
"subcategory": "Single Package",
|
554
|
+
"application": null,
|
555
|
+
"rating_condition": null,
|
556
|
+
"electric_power_phase": 1,
|
557
|
+
"region": "Southeastern",
|
558
|
+
"minimum_capacity": 0,
|
559
|
+
"maximum_capacity": 64999.99,
|
560
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
561
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
562
|
+
"minimum_heating_seasonal_performance_factor": 8,
|
563
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
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,
|
126
574
|
"subcategory": "Single Package",
|
127
|
-
"
|
128
|
-
"
|
575
|
+
"application": null,
|
576
|
+
"rating_condition": null,
|
577
|
+
"electric_power_phase": 1,
|
578
|
+
"region": "Southwestern",
|
579
|
+
"minimum_capacity": 0,
|
580
|
+
"maximum_capacity": 64999.99,
|
581
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
582
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
583
|
+
"minimum_heating_seasonal_performance_factor": 8,
|
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": null,
|
589
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
590
|
+
},
|
591
|
+
{
|
592
|
+
"equipment_type": "Small Duct High Velocity",
|
593
|
+
"cooling_type": "AirCooled",
|
594
|
+
"configuration": null,
|
595
|
+
"subcategory": null,
|
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": "1919-09-09T00:00:00+00:00",
|
603
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
604
|
+
"minimum_heating_seasonal_performance_factor": 7.7,
|
605
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
606
|
+
"minimum_coefficient_of_performance_heating": null,
|
607
|
+
"pthp_cop_coefficient_1": null,
|
608
|
+
"pthp_cop_coefficient_2": null,
|
609
|
+
"off_mode_power": null,
|
610
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
611
|
+
},
|
612
|
+
{
|
613
|
+
"equipment_type": "Small Duct High Velocity",
|
614
|
+
"cooling_type": "AirCooled",
|
615
|
+
"configuration": null,
|
616
|
+
"subcategory": null,
|
617
|
+
"application": null,
|
618
|
+
"rating_condition": null,
|
619
|
+
"electric_power_phase": 1,
|
620
|
+
"region": "Southeastern",
|
621
|
+
"minimum_capacity": 0,
|
622
|
+
"maximum_capacity": 64999.99,
|
623
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
624
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
625
|
+
"minimum_heating_seasonal_performance_factor": 7.7,
|
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": null,
|
631
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
632
|
+
},
|
633
|
+
{
|
634
|
+
"equipment_type": "Small Duct High Velocity",
|
635
|
+
"cooling_type": "AirCooled",
|
636
|
+
"configuration": null,
|
637
|
+
"subcategory": null,
|
638
|
+
"application": null,
|
639
|
+
"rating_condition": null,
|
640
|
+
"electric_power_phase": 1,
|
641
|
+
"region": "Southwestern",
|
642
|
+
"minimum_capacity": 0,
|
643
|
+
"maximum_capacity": 64999.99,
|
644
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
645
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
646
|
+
"minimum_heating_seasonal_performance_factor": 7.7,
|
647
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
648
|
+
"minimum_coefficient_of_performance_heating": null,
|
649
|
+
"pthp_cop_coefficient_1": null,
|
650
|
+
"pthp_cop_coefficient_2": null,
|
651
|
+
"off_mode_power": null,
|
652
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
653
|
+
},
|
654
|
+
{
|
655
|
+
"equipment_type": "Space Constrained",
|
656
|
+
"cooling_type": "AirCooled",
|
657
|
+
"configuration": null,
|
658
|
+
"subcategory": null,
|
659
|
+
"application": null,
|
660
|
+
"rating_condition": null,
|
661
|
+
"electric_power_phase": 1,
|
662
|
+
"region": "National",
|
663
|
+
"minimum_capacity": 0,
|
664
|
+
"maximum_capacity": 64999.99,
|
129
665
|
"start_date": "1919-09-09T00:00:00+00:00",
|
130
666
|
"end_date": "2999-09-09T00:00:00+00:00",
|
131
667
|
"minimum_heating_seasonal_performance_factor": 7.4,
|
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
|
-
"
|
137
|
-
"
|
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": null
|
672
|
+
"off_mode_power": null,
|
673
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
142
674
|
},
|
143
675
|
{
|
144
|
-
"
|
145
|
-
"cooling_type": "
|
146
|
-
"
|
147
|
-
"
|
148
|
-
"
|
676
|
+
"equipment_type": "Space Constrained",
|
677
|
+
"cooling_type": "AirCooled",
|
678
|
+
"configuration": null,
|
679
|
+
"subcategory": null,
|
680
|
+
"application": null,
|
681
|
+
"rating_condition": null,
|
682
|
+
"electric_power_phase": 1,
|
683
|
+
"region": "Southeastern",
|
684
|
+
"minimum_capacity": 0,
|
685
|
+
"maximum_capacity": 64999.99,
|
686
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
687
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
688
|
+
"minimum_heating_seasonal_performance_factor": 7.4,
|
689
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
690
|
+
"minimum_coefficient_of_performance_heating": null,
|
691
|
+
"pthp_cop_coefficient_1": null,
|
692
|
+
"pthp_cop_coefficient_2": null,
|
693
|
+
"off_mode_power": null,
|
694
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
695
|
+
},
|
696
|
+
{
|
697
|
+
"equipment_type": "Space Constrained",
|
698
|
+
"cooling_type": "AirCooled",
|
699
|
+
"configuration": null,
|
700
|
+
"subcategory": null,
|
701
|
+
"application": null,
|
702
|
+
"rating_condition": null,
|
703
|
+
"electric_power_phase": 1,
|
704
|
+
"region": "Southwestern",
|
705
|
+
"minimum_capacity": 0,
|
706
|
+
"maximum_capacity": 64999.99,
|
149
707
|
"start_date": "1919-09-09T00:00:00+00:00",
|
150
708
|
"end_date": "2999-09-09T00:00:00+00:00",
|
151
709
|
"minimum_heating_seasonal_performance_factor": 7.4,
|
710
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
152
711
|
"minimum_coefficient_of_performance_heating": null,
|
153
|
-
"minimum_energy_efficiency_ratio": null,
|
154
712
|
"pthp_cop_coefficient_1": null,
|
155
713
|
"pthp_cop_coefficient_2": null,
|
156
|
-
"
|
157
|
-
"
|
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
|
714
|
+
"off_mode_power": null,
|
715
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
162
716
|
}
|
163
717
|
]
|
164
718
|
}
|