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,164 +1,445 @@
1
1
  {
2
2
  "heat_pumps_heating": [
3
3
  {
4
- "template": "90.1-2004",
4
+ "equipment_type": "PTHP",
5
5
  "cooling_type": "AirCooled",
6
- "subcategory": "PTHP",
7
- "minimum_capacity": 0.0,
8
- "maximum_capacity": 9999999.0,
6
+ "configuration": null,
7
+ "subcategory": null,
8
+ "application": "New Construction",
9
+ "rating_condition": null,
10
+ "electric_power_phase": null,
11
+ "region": null,
12
+ "minimum_capacity": 0,
13
+ "maximum_capacity": 9999999999,
9
14
  "start_date": "1919-09-09T00:00:00+00:00",
10
15
  "end_date": "2999-09-09T00:00:00+00:00",
11
16
  "minimum_heating_seasonal_performance_factor": null,
17
+ "minimum_heating_seasonal_performance_factor_2": null,
12
18
  "minimum_coefficient_of_performance_heating": null,
13
- "minimum_energy_efficiency_ratio": null,
14
19
  "pthp_cop_coefficient_1": 3.2,
15
20
  "pthp_cop_coefficient_2": 0.026,
16
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
17
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
18
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
19
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
20
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
21
- "notes": "From 90.1-2004 Table 6.8.1D"
21
+ "off_mode_power": null,
22
+ "minimum_coefficient_of_performance_no_fan_heating": null
22
23
  },
23
24
  {
24
- "template": "90.1-2004",
25
+ "equipment_type": "PTHP",
25
26
  "cooling_type": "AirCooled",
26
- "subcategory": "Single Package",
27
- "minimum_capacity": 0.0,
28
- "maximum_capacity": 64999.0,
27
+ "configuration": null,
28
+ "subcategory": null,
29
+ "application": "Replacements",
30
+ "rating_condition": null,
31
+ "electric_power_phase": null,
32
+ "region": null,
33
+ "minimum_capacity": 0,
34
+ "maximum_capacity": 9999999999,
35
+ "start_date": "1919-09-09T00:00:00+00:00",
36
+ "end_date": "2999-09-09T00:00:00+00:00",
37
+ "minimum_heating_seasonal_performance_factor": null,
38
+ "minimum_heating_seasonal_performance_factor_2": null,
39
+ "minimum_coefficient_of_performance_heating": null,
40
+ "pthp_cop_coefficient_1": 2.9,
41
+ "pthp_cop_coefficient_2": 0.026,
42
+ "off_mode_power": null,
43
+ "minimum_coefficient_of_performance_no_fan_heating": null
44
+ },
45
+ {
46
+ "equipment_type": "SPVHP",
47
+ "cooling_type": "AirCooled",
48
+ "configuration": null,
49
+ "subcategory": null,
50
+ "application": null,
51
+ "rating_condition": null,
52
+ "electric_power_phase": null,
53
+ "region": null,
54
+ "minimum_capacity": 0,
55
+ "maximum_capacity": 9999999999,
29
56
  "start_date": "1919-09-09T00:00:00+00:00",
30
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": 2.7,
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": "Heat Pumps",
68
+ "cooling_type": "AirCooled",
69
+ "configuration": null,
70
+ "subcategory": "Single Package",
71
+ "application": null,
72
+ "rating_condition": null,
73
+ "electric_power_phase": null,
74
+ "region": null,
75
+ "minimum_capacity": 0,
76
+ "maximum_capacity": 64999.99,
77
+ "start_date": "1919-09-09T00:00:00+00:00",
78
+ "end_date": "2006-01-22T00:00:00+00:00",
31
79
  "minimum_heating_seasonal_performance_factor": 6.6,
80
+ "minimum_heating_seasonal_performance_factor_2": null,
32
81
  "minimum_coefficient_of_performance_heating": null,
33
- "minimum_energy_efficiency_ratio": null,
34
82
  "pthp_cop_coefficient_1": null,
35
83
  "pthp_cop_coefficient_2": null,
36
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
37
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
38
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
39
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
40
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
41
- "notes": "From 90.1-2004 Table 6.8.1B, Before 1/23/2006"
84
+ "off_mode_power": null,
85
+ "minimum_coefficient_of_performance_no_fan_heating": null
42
86
  },
43
87
  {
44
- "template": "90.1-2004",
88
+ "equipment_type": "Heat Pumps",
45
89
  "cooling_type": "AirCooled",
90
+ "configuration": null,
46
91
  "subcategory": "Single Package",
47
- "minimum_capacity": 65000.0,
48
- "maximum_capacity": 134999.0,
92
+ "application": null,
93
+ "rating_condition": null,
94
+ "electric_power_phase": null,
95
+ "region": null,
96
+ "minimum_capacity": 0,
97
+ "maximum_capacity": 64999.99,
98
+ "start_date": "2006-01-23T00:00:00+00:00",
99
+ "end_date": "2999-09-09T00:00:00+00:00",
100
+ "minimum_heating_seasonal_performance_factor": 7.4,
101
+ "minimum_heating_seasonal_performance_factor_2": null,
102
+ "minimum_coefficient_of_performance_heating": null,
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": "Heat Pumps",
110
+ "cooling_type": "AirCooled",
111
+ "configuration": null,
112
+ "subcategory": null,
113
+ "application": null,
114
+ "rating_condition": "47F db/43F wb outdoor air",
115
+ "electric_power_phase": null,
116
+ "region": null,
117
+ "minimum_capacity": 65000,
118
+ "maximum_capacity": 134999.99,
49
119
  "start_date": "1919-09-09T00:00:00+00:00",
50
120
  "end_date": "2999-09-09T00:00:00+00:00",
51
121
  "minimum_heating_seasonal_performance_factor": null,
122
+ "minimum_heating_seasonal_performance_factor_2": null,
52
123
  "minimum_coefficient_of_performance_heating": 3.2,
53
- "minimum_energy_efficiency_ratio": null,
54
124
  "pthp_cop_coefficient_1": null,
55
125
  "pthp_cop_coefficient_2": null,
56
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
57
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
58
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
59
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
60
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
61
- "notes": "From 90.1-2004 Table 6.8.1B, Before 1/23/2006"
126
+ "off_mode_power": null,
127
+ "minimum_coefficient_of_performance_no_fan_heating": null
62
128
  },
63
129
  {
64
- "template": "90.1-2004",
130
+ "equipment_type": "Heat Pumps",
65
131
  "cooling_type": "AirCooled",
66
- "subcategory": "Single Package",
67
- "minimum_capacity": 135000.0,
68
- "maximum_capacity": 9999999.0,
132
+ "configuration": null,
133
+ "subcategory": null,
134
+ "application": null,
135
+ "rating_condition": "17F db/15F wb outdoor air",
136
+ "electric_power_phase": null,
137
+ "region": null,
138
+ "minimum_capacity": 65000,
139
+ "maximum_capacity": 134999.99,
69
140
  "start_date": "1919-09-09T00:00:00+00:00",
70
141
  "end_date": "2999-09-09T00:00:00+00:00",
71
142
  "minimum_heating_seasonal_performance_factor": null,
143
+ "minimum_heating_seasonal_performance_factor_2": null,
144
+ "minimum_coefficient_of_performance_heating": 2.2,
145
+ "pthp_cop_coefficient_1": null,
146
+ "pthp_cop_coefficient_2": null,
147
+ "off_mode_power": null,
148
+ "minimum_coefficient_of_performance_no_fan_heating": null
149
+ },
150
+ {
151
+ "equipment_type": "Heat Pumps",
152
+ "cooling_type": "AirCooled",
153
+ "configuration": null,
154
+ "subcategory": null,
155
+ "application": null,
156
+ "rating_condition": "47F db/43F wb outdoor air",
157
+ "electric_power_phase": null,
158
+ "region": null,
159
+ "minimum_capacity": 135000,
160
+ "maximum_capacity": 9999999999,
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,
72
165
  "minimum_coefficient_of_performance_heating": 3.1,
73
- "minimum_energy_efficiency_ratio": null,
74
166
  "pthp_cop_coefficient_1": null,
75
167
  "pthp_cop_coefficient_2": null,
76
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
77
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
78
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
79
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
80
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
81
- "notes": "From 90.1-2004 Table 6.8.1B, Before 1/23/2006"
168
+ "off_mode_power": null,
169
+ "minimum_coefficient_of_performance_no_fan_heating": null
82
170
  },
83
171
  {
84
- "template": "90.1-2004",
172
+ "equipment_type": "Heat Pumps",
85
173
  "cooling_type": "AirCooled",
86
- "subcategory": "Split System",
87
- "minimum_capacity": 0.0,
88
- "maximum_capacity": 64999.0,
174
+ "configuration": null,
175
+ "subcategory": null,
176
+ "application": null,
177
+ "rating_condition": "17F db/15F wb outdoor air",
178
+ "electric_power_phase": null,
179
+ "region": null,
180
+ "minimum_capacity": 135000,
181
+ "maximum_capacity": 9999999999,
89
182
  "start_date": "1919-09-09T00:00:00+00:00",
90
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": 2,
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": "Split System",
197
+ "application": null,
198
+ "rating_condition": null,
199
+ "electric_power_phase": null,
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": "2006-01-22T00:00:00+00:00",
91
205
  "minimum_heating_seasonal_performance_factor": 6.8,
206
+ "minimum_heating_seasonal_performance_factor_2": null,
92
207
  "minimum_coefficient_of_performance_heating": null,
93
- "minimum_energy_efficiency_ratio": null,
94
208
  "pthp_cop_coefficient_1": null,
95
209
  "pthp_cop_coefficient_2": null,
96
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
97
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
98
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
99
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
100
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
101
- "notes": "From 90.1-2004 Table 6.8.1B, Before 1/23/2006"
210
+ "off_mode_power": null,
211
+ "minimum_coefficient_of_performance_no_fan_heating": null
102
212
  },
103
213
  {
104
- "template": "90.1-2004",
105
- "cooling_type": "SmallDuctHighVelocity",
214
+ "equipment_type": "Heat Pumps",
215
+ "cooling_type": "AirCooled",
216
+ "configuration": null,
106
217
  "subcategory": "Split System",
107
- "minimum_capacity": 0.0,
108
- "maximum_capacity": 64999.0,
109
- "start_date": "1919-09-09T00:00:00+00:00",
218
+ "application": null,
219
+ "rating_condition": null,
220
+ "electric_power_phase": null,
221
+ "region": null,
222
+ "minimum_capacity": 0,
223
+ "maximum_capacity": 64999.99,
224
+ "start_date": "2006-01-23T00:00:00+00:00",
110
225
  "end_date": "2999-09-09T00:00:00+00:00",
111
- "minimum_heating_seasonal_performance_factor": 6.8,
226
+ "minimum_heating_seasonal_performance_factor": 7.4,
227
+ "minimum_heating_seasonal_performance_factor_2": null,
112
228
  "minimum_coefficient_of_performance_heating": null,
113
- "minimum_energy_efficiency_ratio": null,
114
229
  "pthp_cop_coefficient_1": null,
115
230
  "pthp_cop_coefficient_2": null,
116
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
117
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
118
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
119
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
120
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
121
- "notes": "From 90.1-2004 Table 6.8.1B, Before 1/23/2006"
231
+ "off_mode_power": null,
232
+ "minimum_coefficient_of_performance_no_fan_heating": null
122
233
  },
123
234
  {
124
- "template": "90.1-2004",
125
- "cooling_type": "ThroughWall",
235
+ "equipment_type": "Through the Wall",
236
+ "cooling_type": "AirCooled",
237
+ "configuration": null,
126
238
  "subcategory": "Single Package",
127
- "minimum_capacity": 0.0,
128
- "maximum_capacity": 29999.0,
239
+ "application": null,
240
+ "rating_condition": null,
241
+ "electric_power_phase": null,
242
+ "region": null,
243
+ "minimum_capacity": 0,
244
+ "maximum_capacity": 30000,
129
245
  "start_date": "1919-09-09T00:00:00+00:00",
130
- "end_date": "2999-09-09T00:00:00+00:00",
246
+ "end_date": "2006-01-22T00:00:00+00:00",
131
247
  "minimum_heating_seasonal_performance_factor": 6.6,
248
+ "minimum_heating_seasonal_performance_factor_2": null,
132
249
  "minimum_coefficient_of_performance_heating": null,
133
- "minimum_energy_efficiency_ratio": null,
134
250
  "pthp_cop_coefficient_1": null,
135
251
  "pthp_cop_coefficient_2": null,
136
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
137
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
138
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
139
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
140
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
141
- "notes": "From 90.1-2004 Table 6.8.1B, Before 1/23/2006"
252
+ "off_mode_power": null,
253
+ "minimum_coefficient_of_performance_no_fan_heating": null
142
254
  },
143
255
  {
144
- "template": "90.1-2004",
145
- "cooling_type": "ThroughWall",
256
+ "equipment_type": "Through the Wall",
257
+ "cooling_type": "AirCooled",
258
+ "configuration": null,
259
+ "subcategory": "Single Package",
260
+ "application": null,
261
+ "rating_condition": null,
262
+ "electric_power_phase": null,
263
+ "region": null,
264
+ "minimum_capacity": 0,
265
+ "maximum_capacity": 30000,
266
+ "start_date": "2006-01-23T00:00:00+00:00",
267
+ "end_date": "2010-01-22T00:00:00+00:00",
268
+ "minimum_heating_seasonal_performance_factor": 7,
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": null,
284
+ "region": null,
285
+ "minimum_capacity": 0,
286
+ "maximum_capacity": 30000,
287
+ "start_date": "2010-01-23T00: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,
291
+ "minimum_coefficient_of_performance_heating": null,
292
+ "pthp_cop_coefficient_1": null,
293
+ "pthp_cop_coefficient_2": null,
294
+ "off_mode_power": null,
295
+ "minimum_coefficient_of_performance_no_fan_heating": null
296
+ },
297
+ {
298
+ "equipment_type": "Through the Wall",
299
+ "cooling_type": "AirCooled",
300
+ "configuration": null,
301
+ "subcategory": "Split System",
302
+ "application": null,
303
+ "rating_condition": null,
304
+ "electric_power_phase": null,
305
+ "region": null,
306
+ "minimum_capacity": 0,
307
+ "maximum_capacity": 30000,
308
+ "start_date": "1919-09-09T00:00:00+00:00",
309
+ "end_date": "2006-01-22T00:00:00+00:00",
310
+ "minimum_heating_seasonal_performance_factor": 6.8,
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": "Through the Wall",
320
+ "cooling_type": "AirCooled",
321
+ "configuration": null,
322
+ "subcategory": "Split System",
323
+ "application": null,
324
+ "rating_condition": null,
325
+ "electric_power_phase": null,
326
+ "region": null,
327
+ "minimum_capacity": 0,
328
+ "maximum_capacity": 30000,
329
+ "start_date": "2006-01-23T00:00:00+00:00",
330
+ "end_date": "2010-01-22T00:00:00+00:00",
331
+ "minimum_heating_seasonal_performance_factor": 7.1,
332
+ "minimum_heating_seasonal_performance_factor_2": null,
333
+ "minimum_coefficient_of_performance_heating": null,
334
+ "pthp_cop_coefficient_1": null,
335
+ "pthp_cop_coefficient_2": null,
336
+ "off_mode_power": null,
337
+ "minimum_coefficient_of_performance_no_fan_heating": null
338
+ },
339
+ {
340
+ "equipment_type": "Through the Wall",
341
+ "cooling_type": "AirCooled",
342
+ "configuration": null,
343
+ "subcategory": "Split System",
344
+ "application": null,
345
+ "rating_condition": null,
346
+ "electric_power_phase": null,
347
+ "region": null,
348
+ "minimum_capacity": 0,
349
+ "maximum_capacity": 30000,
350
+ "start_date": "2010-01-23T00:00:00+00:00",
351
+ "end_date": "2999-09-09T00:00:00+00:00",
352
+ "minimum_heating_seasonal_performance_factor": 7.4,
353
+ "minimum_heating_seasonal_performance_factor_2": null,
354
+ "minimum_coefficient_of_performance_heating": null,
355
+ "pthp_cop_coefficient_1": null,
356
+ "pthp_cop_coefficient_2": null,
357
+ "off_mode_power": null,
358
+ "minimum_coefficient_of_performance_no_fan_heating": null
359
+ },
360
+ {
361
+ "equipment_type": "Small Duct High Velocity",
362
+ "cooling_type": "AirCooled",
363
+ "configuration": null,
146
364
  "subcategory": "Split System",
147
- "minimum_capacity": 0.0,
148
- "maximum_capacity": 29999.0,
365
+ "application": null,
366
+ "rating_condition": null,
367
+ "electric_power_phase": null,
368
+ "region": null,
369
+ "minimum_capacity": 0,
370
+ "maximum_capacity": 64999.99,
149
371
  "start_date": "1919-09-09T00:00:00+00:00",
150
372
  "end_date": "2999-09-09T00:00:00+00:00",
151
373
  "minimum_heating_seasonal_performance_factor": 6.8,
374
+ "minimum_heating_seasonal_performance_factor_2": null,
152
375
  "minimum_coefficient_of_performance_heating": null,
153
- "minimum_energy_efficiency_ratio": null,
154
376
  "pthp_cop_coefficient_1": null,
155
377
  "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": "From 90.1-2004 Table 6.8.1B, Before 1/23/2006"
378
+ "off_mode_power": null,
379
+ "minimum_coefficient_of_performance_no_fan_heating": null
380
+ },
381
+ {
382
+ "equipment_type": "Heat Pumps",
383
+ "cooling_type": "WaterSource",
384
+ "configuration": null,
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": 4.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": "GroundWaterSource",
405
+ "configuration": null,
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.6,
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": "GroundSource",
426
+ "configuration": null,
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
162
443
  }
163
444
  ]
164
445
  }