openstudio-geb 0.3.3 → 0.4.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 336ea13810edeebf09020ce840037450e7609b6dcc716291a5a6ad6e75bc565e
4
- data.tar.gz: b6b77ae6e70981923089d110aab9599dbfd05bcbccb05013e8a52b1dfb114652
3
+ metadata.gz: d3d8c2734323d3dac92db55bde46204f9c052b560d38e4d6bfe96875056c43fe
4
+ data.tar.gz: 94dcdbe7b1feb6e66d9177a4839b62be0250de781acdaf323ad3977966200f0b
5
5
  SHA512:
6
- metadata.gz: 59e69a5e8b91a0ba254e9c537f92aecf3d8c635c16d622b3b278500ffe764cada1616760e2caf400813d8de4bb2d2022bf9df7e886336490de4f2a62f6bbcc4b
7
- data.tar.gz: 172f250a3bc533052453a64ef1dfff337c3f16dcd7f8db410f6c7a5579916c283d374bc5f29b4304c2dcd7e17c7688a4e24f8661ed25c38c765f58d62d00e4bc
6
+ metadata.gz: a015c54e0e3b62a8286b5d8ad7b328708deb654aa2c13cd945564309f1f3b2599bda685b522a3509c4406a6bfd820ec4f4edd6d1d5e3081eab5d7ff5d12fe8a8
7
+ data.tar.gz: 2ec84897e39c80f0c0a1e19fad7c535048ef189e4331be54947efee6d5717bb97475b55a81a0cea1cfb1c831b18fbbf804d6983ab1e5fa6fa1d46a321e0798ef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # OpenStudio GEB Gem
2
2
 
3
+ ## Version 0.4.0
4
+ - Support for OpenStudio 3.7 (upgrade to standards gem 0.5.0, extension gem 0.7.0)
5
+
3
6
  ## Version 0.3.0
4
7
  - Support for OpenStudio 3.6 (upgrade to standards gem 0.4.0, extension gem 0.6.1)
5
8
 
@@ -13,4 +16,4 @@
13
16
 
14
17
  ## Versions 0.1.0 and 0.1.1
15
18
 
16
- - Initial releases
19
+ - Initial releases
data/Gemfile CHANGED
@@ -24,4 +24,4 @@ gem 'simplecov', '~> 0.18.2'
24
24
  # pin this dependency to avoid unicode_normalize error
25
25
  gem 'addressable', '2.8.1'
26
26
  # pin this dependency to avoid using racc dependency (which has native extensions)
27
- gem 'parser', '3.2.2.2'
27
+ gem 'parser', '3.2.2.2'
data/README.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Openstudio Geb Gem
2
2
 
3
- TODO: Add a description of this gem
3
+ The OpenStudio GEB measure gem is an open source OpenStudio library that can be plug-and-play into existing
4
+ OpenStudio-based platforms. It was developed by Lawrence Berkeley National Laboratory since 2020. It now has
5
+ 22 GEB measures implemented, spanning various building systems like lighting, plug load, envelope, hvac,
6
+ domestic hot water, electric vehicle, and PV.
7
+
8
+ Three of the GEB measures in this gem were integrated into NREL's [URBANopt](https://docs.urbanopt.net/) platform to support load
9
+ flexibility analysis. They are "Reduce EPD by Percentage for Peak Hours", "Adjust thermostat setpoint
10
+ by degrees for peak hours", and "Add Chilled Water Storage Tank".
4
11
 
5
12
  ## Installation
6
13
 
@@ -12,26 +19,36 @@ gem 'openstudio-geb'
12
19
 
13
20
  And then execute:
14
21
 
15
- $ bundle
22
+ $ bundle install
16
23
 
17
24
  Or install it yourself as:
18
25
 
19
26
  $ gem install 'openstudio-geb'
20
27
 
21
- ## Usage
22
-
23
- To be filled out later.
24
-
25
- ## TODO
26
-
27
- - [ ] Remove measures from OpenStudio-Measures to standardize on this location
28
- - [ ] Update measures to code standards
29
- - [ ] Review and fill out the gemspec file with author and gem description
30
-
31
- # Releasing
32
-
33
- * Update change log
34
- * Update version in `/lib/openstudio/openstudio-geb/version.rb`
35
- * Merge down to master
36
- * Release via github
37
- * run `rake release` from master
28
+ ## Available GEB measures list
29
+ * Reduce EPD by percentage for peak hours
30
+ * Reduce LPD by percentage for peak hours
31
+ * Adjust thermostat setpoint by degrees for peak hours
32
+ * Reduce domestic hot water use for peak hours
33
+ * Average ventilation for peak hours
34
+ * Add chilled water storage tank
35
+ * Add electrochromic windows
36
+ * add_exterior_blinds_and_control
37
+ * add_interior_blinds_and_control
38
+ * Add fan assist night ventilation with hybrid control
39
+ * Add natural ventilation with hybrid control
40
+ * Add heat pump water heater
41
+ * Adjust domestic hot water setpoint
42
+ * Add rooftop PV
43
+ * Add electric vehicle charging load
44
+ * Add ceiling fan
45
+ * Apply dynamic coating to roof wall
46
+ * Enable demand controlled ventilation
47
+ * Enable occupancy-driven lighting
48
+ * Precooling
49
+ * Preheating
50
+ * Reduce exterior lighting loads
51
+
52
+ ## Contact
53
+ Kaiyu Sun (Lead developer), [ksun@lbl.gov](mailto:ksun@lbl.gov)\
54
+ Tianzhen Hong (Principal investigator), [thong@lbl.gov](mailto:thong@lbl.gov)
@@ -5,6 +5,6 @@
5
5
 
6
6
  module OpenStudio
7
7
  module Geb
8
- VERSION = '0.3.3'.freeze
8
+ VERSION = '0.4.0'.freeze
9
9
  end
10
10
  end
@@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
27
27
  spec.add_development_dependency 'rspec', '3.7.0'
28
28
  spec.add_development_dependency 'rubocop', '~> 1.15.0'
29
29
 
30
- spec.add_dependency 'openstudio-extension', '~> 0.6.1'
31
- spec.add_dependency 'openstudio-standards', '~> 0.4.0'
30
+ spec.add_dependency 'openstudio-extension', '~> 0.7.0'
31
+ spec.add_dependency 'openstudio-standards', '~> 0.5.0'
32
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstudio-geb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaiyu Sun
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-11-07 00:00:00.000000000 Z
12
+ date: 2023-12-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -73,28 +73,28 @@ dependencies:
73
73
  requirements:
74
74
  - - "~>"
75
75
  - !ruby/object:Gem::Version
76
- version: 0.6.1
76
+ version: 0.7.0
77
77
  type: :runtime
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - "~>"
82
82
  - !ruby/object:Gem::Version
83
- version: 0.6.1
83
+ version: 0.7.0
84
84
  - !ruby/object:Gem::Dependency
85
85
  name: openstudio-standards
86
86
  requirement: !ruby/object:Gem::Requirement
87
87
  requirements:
88
88
  - - "~>"
89
89
  - !ruby/object:Gem::Version
90
- version: 0.4.0
90
+ version: 0.5.0
91
91
  type: :runtime
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - "~>"
96
96
  - !ruby/object:Gem::Version
97
- version: 0.4.0
97
+ version: 0.5.0
98
98
  description: This is a Ruby gem that implemented a series of OpenStudio measures for
99
99
  grid-interactive efficient buildings as well as a measure for reporting and visualization.
100
100
  email:
@@ -362,7 +362,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
362
362
  - !ruby/object:Gem::Version
363
363
  version: '0'
364
364
  requirements: []
365
- rubygems_version: 3.0.9
365
+ rubygems_version: 3.1.4
366
366
  signing_key:
367
367
  specification_version: 4
368
368
  summary: OpenStudio measures for grid-interactive efficient buildings