honeybee-openstudio 2.36.2 → 2.36.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55bb69e179bc557b33a9dd46af6cfc606e0540a4f064bcab72e8dcfccb08a7c7
4
- data.tar.gz: bcd5e64951bffc9e97f7f897141ca0da64bf66cbf17fd1bcc4ef6267e6d20538
3
+ metadata.gz: d1fbc207b16eff02f4b762a09827b0fc6cf2e5bbcec27b85439dd1f5038c946e
4
+ data.tar.gz: '091fc6e1b26594885034f75988b8c97c7fcaf43b0ea6297abeed3d697b8cbb4a'
5
5
  SHA512:
6
- metadata.gz: ee7ddcce1e32b9320cbe837f679849ab55f946bac44c60c6516c90b7e66280fd3472105cf6a62da71c1bd30d1e1f1311fc278233362a3a7137a7573d4b0c094c
7
- data.tar.gz: d09393f72eae2eb2048b04c21b2fbdc181b67be11e1c2d1caf8e79d844ce28183515933b6209ea3c0877de168b8eef02310f689000e385093ca1f89c0b341bf7
6
+ metadata.gz: b746bb50d8ad80906725481c3dd58d7bdab0cfb94c332b15d6212691d91c3bcf7be1fb3bf5d1e918ca91f3e489580f5c54b398d2066b5e606e4d2db08c9c57c2
7
+ data.tar.gz: f9d5307ebce3b2425d3d7d48877d91a648364ecc5252a57c4f7bf5eaefed9a7a89869fb166cf0b09a69b616afb5721661be6a0733df5103f7c0025079cbd9143
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'honeybee-openstudio'
7
- spec.version = '2.36.2'
7
+ spec.version = '2.36.3'
8
8
  spec.authors = ['Tanushree Charan', 'Dan Macumber', 'Chris Mackey', 'Mostapha Sadeghipour Roudsari']
9
9
  spec.email = ['tanushree.charan@nrel.gov', 'chris@ladybug.tools']
10
10
 
@@ -3,7 +3,7 @@
3
3
  "servers": [],
4
4
  "info": {
5
5
  "description": "Honeybee simulation-parameter schema.",
6
- "version": "1.40.0",
6
+ "version": "1.54.0",
7
7
  "title": "Honeybee Simulation Parameter Schema",
8
8
  "contact": {
9
9
  "name": "Ladybug Tools",
@@ -44,6 +44,11 @@
44
44
  "x-displayName": "CalculationUpdateMethod",
45
45
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/CalculationUpdateMethod\" />\n"
46
46
  },
47
+ {
48
+ "name": "climatezones_model",
49
+ "x-displayName": "ClimateZones",
50
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ClimateZones\" />\n"
51
+ },
47
52
  {
48
53
  "name": "daylightsavingtime_model",
49
54
  "x-displayName": "DaylightSavingTime",
@@ -69,6 +74,11 @@
69
74
  "x-displayName": "DryBulbCondition",
70
75
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/DryBulbCondition\" />\n"
71
76
  },
77
+ {
78
+ "name": "efficiencystandards_model",
79
+ "x-displayName": "EfficiencyStandards",
80
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/EfficiencyStandards\" />\n"
81
+ },
72
82
  {
73
83
  "name": "humiditycondition_model",
74
84
  "x-displayName": "HumidityCondition",
@@ -138,11 +148,13 @@
138
148
  "ashraetau_model",
139
149
  "calculationmethod_model",
140
150
  "calculationupdatemethod_model",
151
+ "climatezones_model",
141
152
  "daylightsavingtime_model",
142
153
  "daysofweek_model",
143
154
  "designday_model",
144
155
  "designdaytypes_model",
145
156
  "drybulbcondition_model",
157
+ "efficiencystandards_model",
146
158
  "humiditycondition_model",
147
159
  "humiditytypes_model",
148
160
  "reportingfrequency_model",
@@ -193,18 +205,6 @@
193
205
  }
194
206
  ]
195
207
  },
196
- "include_sqlite": {
197
- "title": "Include Sqlite",
198
- "description": "Boolean to note whether a SQLite report should be requested from the simulation.",
199
- "default": true,
200
- "type": "boolean"
201
- },
202
- "include_html": {
203
- "title": "Include Html",
204
- "description": "Boolean to note whether an HTML report should be requested from the simulation.",
205
- "default": true,
206
- "type": "boolean"
207
- },
208
208
  "outputs": {
209
209
  "title": "Outputs",
210
210
  "description": "A list of EnergyPlus output names as strings, which are requested from the simulation.",
@@ -220,6 +220,15 @@
220
220
  "items": {
221
221
  "type": "string"
222
222
  }
223
+ },
224
+ "unmet_setpoint_tolerance": {
225
+ "title": "Unmet Setpoint Tolerance",
226
+ "description": "A number in degrees Celsius for the difference that the zone conditions must be from the thermostat setpoint in order for the setpoint to be considered unmet. This will affect how unmet hours are reported in the output. ASHRAE 90.1 uses a tolerance of 1.11C, which is equivalent to 1.8F.",
227
+ "default": 1.11,
228
+ "minimum": 0,
229
+ "maximum": 10,
230
+ "type": "number",
231
+ "format": "double"
223
232
  }
224
233
  },
225
234
  "additionalProperties": false
@@ -813,6 +822,47 @@
813
822
  ],
814
823
  "additionalProperties": false
815
824
  },
825
+ "EfficiencyStandards": {
826
+ "title": "EfficiencyStandards",
827
+ "description": "An enumeration.",
828
+ "enum": [
829
+ "ASHRAE_2019",
830
+ "ASHRAE_2016",
831
+ "ASHRAE_2013",
832
+ "ASHRAE_2010",
833
+ "ASHRAE_2007",
834
+ "ASHRAE_2004",
835
+ "DOE_Ref_1980_2004",
836
+ "DOE_Ref_Pre_1980"
837
+ ],
838
+ "type": "string"
839
+ },
840
+ "ClimateZones": {
841
+ "title": "ClimateZones",
842
+ "description": "An enumeration.",
843
+ "enum": [
844
+ "0A",
845
+ "1A",
846
+ "2A",
847
+ "3A",
848
+ "4A",
849
+ "5A",
850
+ "6A",
851
+ "0B",
852
+ "1B",
853
+ "2B",
854
+ "3B",
855
+ "4B",
856
+ "5B",
857
+ "6B",
858
+ "3C",
859
+ "4C",
860
+ "5C",
861
+ "7",
862
+ "8"
863
+ ],
864
+ "type": "string"
865
+ },
816
866
  "SizingParameter": {
817
867
  "title": "SizingParameter",
818
868
  "description": "Used to specify heating and cooling sizing criteria and safety factors.",
@@ -848,6 +898,27 @@
848
898
  "exclusiveMinimum": 0,
849
899
  "type": "number",
850
900
  "format": "double"
901
+ },
902
+ "efficiency_standard": {
903
+ "description": "Text to specify the efficiency standard, which will automatically set the efficiencies of all HVAC equipment when provided. Note that providing a standard here will cause the OpenStudio translation process to perform an additional sizing calculation with EnergyPlus, which is needed since the default efficiencies of equipment vary depending on their size. THIS WILL SIGNIFICANTLY INCREASE TRANSLATION TIME TO OPENSTUDIO. However, it is often worthwhile when the goal is to match the HVAC specification with a particular standard.",
904
+ "allOf": [
905
+ {
906
+ "$ref": "#/components/schemas/EfficiencyStandards"
907
+ }
908
+ ]
909
+ },
910
+ "climate_zone": {
911
+ "description": "Text indicating the ASHRAE climate zone to be used with the efficiency_standard. When unspecified, the climate zone will be inferred from the design days on this sizing parameter object.",
912
+ "allOf": [
913
+ {
914
+ "$ref": "#/components/schemas/ClimateZones"
915
+ }
916
+ ]
917
+ },
918
+ "building_type": {
919
+ "title": "Building Type",
920
+ "description": "Text for the building type to be used in the efficiency_standard. If the type is not recognized or is None, it will be assumed that the building is a generic NonResidential. The following have specified systems per the standard: Residential, NonResidential, MidriseApartment, HighriseApartment, LargeOffice, MediumOffice, SmallOffice, Retail, StripMall, PrimarySchool, SecondarySchool, SmallHotel, LargeHotel, Hospital, Outpatient, Warehouse, SuperMarket, FullServiceRestaurant, QuickServiceRestaurant, Laboratory, Courthouse.",
921
+ "type": "string"
851
922
  }
852
923
  },
853
924
  "additionalProperties": false
@@ -254,6 +254,12 @@ module Honeybee
254
254
  end
255
255
  end
256
256
 
257
+ # set defaults for the simulation output
258
+ os_unmet_tol = @openstudio_model.getOutputControlReportingTolerances
259
+ default_unmet_tol = out_defaults[:unmet_setpoint_tolerance][:default]
260
+ os_unmet_tol.setToleranceforTimeHeatingSetpointNotMet(default_unmet_tol)
261
+ os_unmet_tol.setToleranceforTimeCoolingSetpointNotMet(default_unmet_tol)
262
+
257
263
  # set Outputs for the simulation
258
264
  if @hash[:output]
259
265
  if @hash[:output][:outputs]
@@ -272,6 +278,11 @@ module Honeybee
272
278
  os_report.addSummaryReport(report)
273
279
  end
274
280
  end
281
+ if @hash[:output][:unmet_setpoint_tolerance]
282
+ unmet_tol = @hash[:output][:unmet_setpoint_tolerance]
283
+ os_unmet_tol.setToleranceforTimeHeatingSetpointNotMet(unmet_tol)
284
+ os_unmet_tol.setToleranceforTimeCoolingSetpointNotMet(unmet_tol)
285
+ end
275
286
  end
276
287
 
277
288
  # set defaults for the year description
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honeybee-openstudio
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.36.2
4
+ version: 2.36.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanushree Charan
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2023-11-29 00:00:00.000000000 Z
14
+ date: 2023-12-02 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: json_pure