openstudio-ee 0.11.1 → 0.12.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/.github/workflows/test-with-openstudio.yml +108 -0
- data/CHANGELOG.md +13 -0
- data/Jenkinsfile +1 -1
- data/LICENSE.md +1 -1
- data/README.md +5 -1
- data/doc_templates/LICENSE.md +1 -1
- data/lib/measures/AddDaylightSensors/LICENSE.md +1 -1
- data/lib/measures/AddDaylightSensors/measure.xml +3 -3
- data/lib/measures/AddOverhangsByProjectionFactor/LICENSE.md +1 -1
- data/lib/measures/AddOverhangsByProjectionFactor/measure.xml +3 -3
- data/lib/measures/EnableDemandControlledVentilation/LICENSE.md +1 -1
- data/lib/measures/EnableDemandControlledVentilation/measure.xml +3 -3
- data/lib/measures/EnableEconomizerControl/LICENSE.md +1 -1
- data/lib/measures/EnableEconomizerControl/measure.xml +3 -3
- data/lib/measures/GLHEProExportLoadsforGroundHeatExchangerSizing/LICENSE.md +1 -1
- data/lib/measures/GLHEProExportLoadsforGroundHeatExchangerSizing/measure.xml +3 -3
- data/lib/measures/GLHEProGFunctionImport/LICENSE.md +1 -1
- data/lib/measures/GLHEProGFunctionImport/measure.xml +3 -3
- data/lib/measures/GLHEProSetupExportLoadsforGroundHeatExchangerSizing/LICENSE.md +1 -1
- data/lib/measures/GLHEProSetupExportLoadsforGroundHeatExchangerSizing/measure.xml +3 -3
- data/lib/measures/ImproveFanBeltEfficiency/LICENSE.md +1 -1
- data/lib/measures/ImproveFanBeltEfficiency/measure.xml +5 -5
- data/lib/measures/ImproveMotorEfficiency/LICENSE.md +1 -1
- data/lib/measures/ImproveMotorEfficiency/measure.xml +5 -5
- data/lib/measures/IncreaseInsulationRValueForExteriorWalls/LICENSE.md +1 -1
- data/lib/measures/IncreaseInsulationRValueForExteriorWalls/measure.xml +3 -3
- data/lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/LICENSE.md +1 -1
- data/lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/measure.xml +3 -3
- data/lib/measures/IncreaseInsulationRValueForRoofs/LICENSE.md +1 -1
- data/lib/measures/IncreaseInsulationRValueForRoofs/measure.xml +3 -3
- data/lib/measures/IncreaseInsulationRValueForRoofsByPercentage/LICENSE.md +1 -1
- data/lib/measures/IncreaseInsulationRValueForRoofsByPercentage/measure.xml +3 -3
- data/lib/measures/ReduceElectricEquipmentLoadsByPercentage/LICENSE.md +1 -1
- data/lib/measures/ReduceElectricEquipmentLoadsByPercentage/measure.xml +5 -5
- data/lib/measures/ReduceLightingLoadsByPercentage/LICENSE.md +1 -1
- data/lib/measures/ReduceLightingLoadsByPercentage/measure.xml +5 -5
- data/lib/measures/ReduceNightTimeElectricEquipmentLoads/LICENSE.md +1 -1
- data/lib/measures/ReduceNightTimeElectricEquipmentLoads/measure.xml +3 -3
- data/lib/measures/ReduceNightTimeLightingLoads/LICENSE.md +1 -1
- data/lib/measures/ReduceNightTimeLightingLoads/measure.xml +3 -3
- data/lib/measures/ReduceSpaceInfiltrationByPercentage/LICENSE.md +1 -1
- data/lib/measures/ReduceSpaceInfiltrationByPercentage/measure.xml +5 -5
- data/lib/measures/ReduceVentilationByPercentage/LICENSE.md +1 -1
- data/lib/measures/ReduceVentilationByPercentage/measure.xml +5 -5
- data/lib/measures/add_variable_speed_rtu_control_logic/LICENSE.md +1 -1
- data/lib/measures/add_variable_speed_rtu_control_logic/measure.xml +3 -3
- data/lib/measures/create_variable_speed_rtu/LICENSE.md +1 -1
- data/lib/measures/create_variable_speed_rtu/measure.xml +5 -5
- data/lib/measures/fan_assist_night_ventilation/LICENSE.md +1 -1
- data/lib/measures/fan_assist_night_ventilation/measure.xml +3 -3
- data/lib/measures/nze_hvac/LICENSE.md +1 -1
- data/lib/measures/nze_hvac/measure.xml +4 -4
- data/lib/measures/replace_water_heater_mixed_with_thermal_storage_chilled_water/LICENSE.md +1 -1
- data/lib/measures/replace_water_heater_mixed_with_thermal_storage_chilled_water/measure.xml +3 -3
- data/lib/openstudio/ee_measures/version.rb +1 -1
- data/openstudio-ee.gemspec +6 -2
- metadata +64 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df1790aecccab8862b8062bb615715fdbf51296e763148c83e1568ce4e2e97bd
|
4
|
+
data.tar.gz: 070f71c2a8980353452611614ce81bb1af7cf6dea524ddc0a3322b3b90e6ecb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 162015a8ca816b9090b0db274fc936a69e123c562d048ff30f7768ded0ed3af1405f1ac1752fa525c5231fbef6eb87656457f9e6407bb0bd1e74823fd1ed5582
|
7
|
+
data.tar.gz: 8c0dc4ec828cd56f98a6b855d9c875d7beb5637490f9ec0aa85c32dd74d11cc6c28c0f644ae22dc501a6aa06083a27033aefca07c4558e0cb4257cc336daa0f1
|
@@ -0,0 +1,108 @@
|
|
1
|
+
# Test with OpenStudio container
|
2
|
+
name: test_with_openstudio
|
3
|
+
on: push
|
4
|
+
|
5
|
+
jobs:
|
6
|
+
test-gems-latest:
|
7
|
+
runs-on: ubuntu-latest
|
8
|
+
env:
|
9
|
+
BRANCH_NAME: ${{ github.ref_name }}
|
10
|
+
BUILD_NUMBER: ${{ github.run_number }}
|
11
|
+
DEPLOY_PATH: ${{ github.repository }}/${{ github.ref_name }}/${{ github.run_number }} # Path for S3 deployment
|
12
|
+
S3_BUCKET: ext-gem-dashboard
|
13
|
+
|
14
|
+
container: # Define the Docker container for the job. All subsequent steps run inside it.
|
15
|
+
image: nrel/openstudio:3.10.0
|
16
|
+
options: -u root -e "LANG=en_US.UTF-8" # These options are passed to the 'docker run' command internally
|
17
|
+
|
18
|
+
steps:
|
19
|
+
- name: Checkout Repository
|
20
|
+
# The repository will be checked out inside the 'nrel/openstudio:3.10.0' container
|
21
|
+
uses: actions/checkout@v4 # Use v4 for better security and features
|
22
|
+
with:
|
23
|
+
submodules: true # Set to true if your repository uses Git submodules
|
24
|
+
|
25
|
+
- name: Install Node.js and AWS CLI
|
26
|
+
# Install required dependencies for AWS actions to work in the OpenStudio container
|
27
|
+
shell: bash
|
28
|
+
run: |
|
29
|
+
echo "Installing Node.js and AWS CLI..."
|
30
|
+
|
31
|
+
# Update package list
|
32
|
+
apt-get update
|
33
|
+
|
34
|
+
# Install curl and other dependencies
|
35
|
+
apt-get install -y curl unzip
|
36
|
+
|
37
|
+
# Install Node.js (using NodeSource repository for latest LTS)
|
38
|
+
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
|
39
|
+
apt-get install -y nodejs
|
40
|
+
|
41
|
+
# Install AWS CLI v2
|
42
|
+
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
|
43
|
+
unzip awscliv2.zip
|
44
|
+
./aws/install
|
45
|
+
|
46
|
+
# Verify installations
|
47
|
+
echo "Node.js version: $(node --version)"
|
48
|
+
echo "npm version: $(npm --version)"
|
49
|
+
echo "AWS CLI version: $(aws --version)"
|
50
|
+
|
51
|
+
# Clean up
|
52
|
+
rm -rf awscliv2.zip aws/
|
53
|
+
|
54
|
+
- name: Verify Environment and Run Measures
|
55
|
+
# All 'run' commands in this job now execute inside the specified Docker container.
|
56
|
+
shell: bash # Specify the shell if needed, though bash is default for Ubuntu runners
|
57
|
+
run: |
|
58
|
+
# Fix git ownership issue in container
|
59
|
+
git config --global --add safe.directory /__w/openstudio-load-flexibility-measures-gem/openstudio-load-flexibility-measures-gem
|
60
|
+
|
61
|
+
echo "OpenStudio Version: $(openstudio --version)"
|
62
|
+
echo "Ruby Version: $(ruby -v)"
|
63
|
+
echo "Listing OpenStudio Gems: $(openstudio gem_list)"
|
64
|
+
|
65
|
+
# Install dependencies before running tests
|
66
|
+
echo "Installing gem dependencies..."
|
67
|
+
bundle install
|
68
|
+
|
69
|
+
echo "Running spec tests..."
|
70
|
+
rake spec
|
71
|
+
echo "Running measures with verbose output:"
|
72
|
+
# This command will execute within the container.
|
73
|
+
# Ensure that './lib/measures' is the correct path relative to the checkout.
|
74
|
+
openstudio --verbose measure -r ./lib/measures
|
75
|
+
|
76
|
+
# The output for 'test' should now be generated directly into the workspace
|
77
|
+
# within the container, which is mounted from the host.
|
78
|
+
# No 'docker cp' is needed as the workspace is shared.
|
79
|
+
ls -al ./test # Verify the output directory exists and contains files
|
80
|
+
|
81
|
+
- name: Configure AWS Credentials
|
82
|
+
# This step is crucial for authenticating with AWS S3
|
83
|
+
uses: aws-actions/configure-aws-credentials@v4 # Use v4 for updated features
|
84
|
+
with:
|
85
|
+
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
86
|
+
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} # Assuming this is your secret name
|
87
|
+
aws-region: ${{ secrets.AWS_DEFAULT_REGION }} # Replace with your AWS region, e.g., us-east-1
|
88
|
+
|
89
|
+
- name: Sync files to S3 with branch and build in path
|
90
|
+
shell: bash
|
91
|
+
run: |
|
92
|
+
echo "Deploying to s3://${{ env.S3_BUCKET }}/${{ env.DEPLOY_PATH }}/"
|
93
|
+
# Ensure './test_results' is the correct source directory for the files to upload to S3.
|
94
|
+
dir_name=$(find -type d -name "test_results")
|
95
|
+
# It must match the output directory from the 'Run Measures' step.
|
96
|
+
aws s3 sync $dir_name s3://${{ env.S3_BUCKET }}/${{ env.DEPLOY_PATH }}/ \
|
97
|
+
--delete \
|
98
|
+
--acl public-read \
|
99
|
+
--cache-control "max-age=0, no-cache, no-store, must-revalidate"
|
100
|
+
echo "S3 sync complete."
|
101
|
+
echo "https://${{ env.S3_BUCKET }}.s3.amazonaws.com/${{ env.DEPLOY_PATH }}/dashboard/index.html"
|
102
|
+
echo dir_name=$dir_name >> $GITHUB_ENV # Save the directory name to an environment variable for later use
|
103
|
+
|
104
|
+
- name: Archive static site as artifact
|
105
|
+
uses: actions/upload-artifact@v4
|
106
|
+
with:
|
107
|
+
name: static-html-artifact
|
108
|
+
path: ${{ env.dir_name }} # Path should be relative to the GitHub workspace, which is shared with the container
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# OpenStudio(R) EE Gem
|
2
2
|
|
3
|
+
## Version 0.12.3
|
4
|
+
* Update dependency for extension gem from 0.9.2 to 0.9.3
|
5
|
+
|
6
|
+
## Version 0.12.2
|
7
|
+
* Release maintenance version
|
8
|
+
|
9
|
+
## Version 0.12.1
|
10
|
+
* Update copyright year in LICENSE files to 2025
|
11
|
+
|
12
|
+
## Version 0.12.0
|
13
|
+
* Support for OpenStudio 3.10 (upgrade to standards gem 0.8.2, extension gem 0.9.1)
|
14
|
+
* todo add log after finalize bug fixes for this release
|
15
|
+
|
3
16
|
## Version 0.11.1
|
4
17
|
* Update additional dependencies for OpenStudio 3.9
|
5
18
|
|
data/Jenkinsfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
//Jenkins pipelines are stored in shared libraries. Please see: https://github.com/NREL/cbci_jenkins_libs
|
2
2
|
|
3
|
-
@Library('cbci_shared_libs
|
3
|
+
@Library('cbci_shared_libs') _
|
4
4
|
|
5
5
|
// Build for PR to develop branch only.
|
6
6
|
if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) { // check if set
|
data/LICENSE.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
data/README.md
CHANGED
@@ -23,7 +23,11 @@ Or install it yourself as:
|
|
23
23
|
|
24
24
|
|OpenStudio EE Gem|OpenStudio|Ruby|
|
25
25
|
|:--------------:|:----------:|:--------:|
|
26
|
-
| 0.
|
26
|
+
| 0.12.3 | 3.10 | 3.2.2 |
|
27
|
+
| 0.12.2 | 3.10 | 3.2.2 |
|
28
|
+
| 0.12.1 | 3.10 | 3.2.2 |
|
29
|
+
| 0.12.0 | 3.10 | 3.2.2 |
|
30
|
+
| 0.11.1 | 3.9 | 3.2.2 |
|
27
31
|
| 0.10.0 | 3.8 | 3.2.2 |
|
28
32
|
| 0.9.0 | 3.7 | 2.7 |
|
29
33
|
| 0.8.0 | 3.6 | 2.7 |
|
data/doc_templates/LICENSE.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>add_daylight_sensors</name>
|
5
5
|
<uid>62babdc7-c81e-4dfd-96e8-af1628a55167</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>a544f8df-9af8-4b82-9806-bae6d49c009d</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>0AC58119</xml_checksum>
|
9
9
|
<class_name>AddDaylightSensors</class_name>
|
10
10
|
<display_name>Add Daylight Sensor at the Center of Spaces with a Specified Space Type Assigned</display_name>
|
@@ -193,7 +193,7 @@
|
|
193
193
|
<filename>LICENSE.md</filename>
|
194
194
|
<filetype>md</filetype>
|
195
195
|
<usage_type>license</usage_type>
|
196
|
-
<checksum>
|
196
|
+
<checksum>FFCBFF29</checksum>
|
197
197
|
</file>
|
198
198
|
<file>
|
199
199
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>add_overhangs_by_projection_factor</name>
|
5
5
|
<uid>1e29e117-3916-4368-b24d-75da54045956</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>680a7548-4ba3-4bde-9a58-f8873dd8d535</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:58Z</version_modified>
|
8
8
|
<xml_checksum>6DE831F7</xml_checksum>
|
9
9
|
<class_name>AddOverhangsByProjectionFactor</class_name>
|
10
10
|
<display_name>Add Overhangs by Projection Factor</display_name>
|
@@ -104,7 +104,7 @@
|
|
104
104
|
<filename>LICENSE.md</filename>
|
105
105
|
<filetype>md</filetype>
|
106
106
|
<usage_type>license</usage_type>
|
107
|
-
<checksum>
|
107
|
+
<checksum>FFCBFF29</checksum>
|
108
108
|
</file>
|
109
109
|
<file>
|
110
110
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>enable_demand_controlled_ventilation</name>
|
5
5
|
<uid>3ff4b412-8689-4b11-a588-935c621dc97d</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>99de1cf0-2a9b-46f9-9e7f-d66cbe8e8b8a</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>ECE70A70</xml_checksum>
|
9
9
|
<class_name>EnableDemandControlledVentilation</class_name>
|
10
10
|
<display_name>Enable Demand Controlled Ventilation</display_name>
|
@@ -79,7 +79,7 @@ The cost arguments are user arguments that start with a default of $0.</modeler_
|
|
79
79
|
<filename>LICENSE.md</filename>
|
80
80
|
<filetype>md</filetype>
|
81
81
|
<usage_type>license</usage_type>
|
82
|
-
<checksum>
|
82
|
+
<checksum>FFCBFF29</checksum>
|
83
83
|
</file>
|
84
84
|
<file>
|
85
85
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>enable_economizer_control</name>
|
5
5
|
<uid>f8cc920d-8ae3-411a-922f-e6fed3223c4d</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>50469df5-0b35-42a9-b0f8-b689e1d29209</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>ECE70A70</xml_checksum>
|
9
9
|
<class_name>EnableEconomizerControl</class_name>
|
10
10
|
<display_name>Enable Economizer Control</display_name>
|
@@ -136,7 +136,7 @@ The cost arguments are user arguments that start with a default of $0.
|
|
136
136
|
<filename>LICENSE.md</filename>
|
137
137
|
<filetype>md</filetype>
|
138
138
|
<usage_type>license</usage_type>
|
139
|
-
<checksum>
|
139
|
+
<checksum>FFCBFF29</checksum>
|
140
140
|
</file>
|
141
141
|
<file>
|
142
142
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>glhe_pro_export_loadsfor_ground_heat_exchanger_sizing</name>
|
5
5
|
<uid>7bb0ce67-cffb-4ef6-b7fb-093c7c43e263</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>0f94f8bc-7ac5-4e87-82f2-768d4aafa52a</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:55Z</version_modified>
|
8
8
|
<xml_checksum>2C8A3EEF</xml_checksum>
|
9
9
|
<class_name>GLHEProExportLoadsforGroundHeatExchangerSizing</class_name>
|
10
10
|
<display_name>GLHEProExportLoadsforGroundHeatExchangerSizing</display_name>
|
@@ -33,7 +33,7 @@
|
|
33
33
|
<filename>LICENSE.md</filename>
|
34
34
|
<filetype>md</filetype>
|
35
35
|
<usage_type>license</usage_type>
|
36
|
-
<checksum>
|
36
|
+
<checksum>FFCBFF29</checksum>
|
37
37
|
</file>
|
38
38
|
<file>
|
39
39
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>glhe_pro_g_function_import</name>
|
5
5
|
<uid>001536d4-5048-4bc7-a327-57852f33c263</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>575884e4-a720-40c7-8444-011f9d111df3</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>4435983D</xml_checksum>
|
9
9
|
<class_name>GLHEProGFunctionImport</class_name>
|
10
10
|
<display_name>GLHEProGFunctionImport</display_name>
|
@@ -48,7 +48,7 @@
|
|
48
48
|
<filename>LICENSE.md</filename>
|
49
49
|
<filetype>md</filetype>
|
50
50
|
<usage_type>license</usage_type>
|
51
|
-
<checksum>
|
51
|
+
<checksum>FFCBFF29</checksum>
|
52
52
|
</file>
|
53
53
|
<file>
|
54
54
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>glhe_pro_setup_export_loadsfor_ground_heat_exchanger_sizing</name>
|
5
5
|
<uid>9fd3ea9b-ed9f-423a-95dd-fb2bcea0d641</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>6dc4bb63-a809-4d22-9d12-2f97d1573c27</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:55Z</version_modified>
|
8
8
|
<xml_checksum>9DEA48C0</xml_checksum>
|
9
9
|
<class_name>GLHEProSetupExportLoadsforGroundHeatExchangerSizing</class_name>
|
10
10
|
<display_name>GLHEProSetupExportLoadsforGroundHeatExchangerSizing</display_name>
|
@@ -43,7 +43,7 @@
|
|
43
43
|
<filename>LICENSE.md</filename>
|
44
44
|
<filetype>md</filetype>
|
45
45
|
<usage_type>license</usage_type>
|
46
|
-
<checksum>
|
46
|
+
<checksum>FFCBFF29</checksum>
|
47
47
|
</file>
|
48
48
|
<file>
|
49
49
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>improve_fan_belt_efficiency</name>
|
5
5
|
<uid>ebeca0aa-a432-4283-a714-17116f7c8f8c</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>3648c506-be6e-42b1-acfb-6ad1d2c6e203</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:58Z</version_modified>
|
8
8
|
<xml_checksum>F78494F2</xml_checksum>
|
9
9
|
<class_name>ImproveFanBeltEfficiency</class_name>
|
10
10
|
<display_name>Improve Fan Belt Efficiency</display_name>
|
@@ -47,10 +47,10 @@ Well-adjusted belts run cooler, last longer, and operate at higher efficiency th
|
|
47
47
|
<type>Choice</type>
|
48
48
|
<required>true</required>
|
49
49
|
<model_dependent>false</model_dependent>
|
50
|
-
<default_value>{
|
50
|
+
<default_value>{c0101731-e87e-4af9-8f1f-cc53448e4105}</default_value>
|
51
51
|
<choices>
|
52
52
|
<choice>
|
53
|
-
<value>{
|
53
|
+
<value>{c0101731-e87e-4af9-8f1f-cc53448e4105}</value>
|
54
54
|
<display_name>*All Air Loops*</display_name>
|
55
55
|
</choice>
|
56
56
|
</choices>
|
@@ -170,7 +170,7 @@ Well-adjusted belts run cooler, last longer, and operate at higher efficiency th
|
|
170
170
|
<filename>LICENSE.md</filename>
|
171
171
|
<filetype>md</filetype>
|
172
172
|
<usage_type>license</usage_type>
|
173
|
-
<checksum>
|
173
|
+
<checksum>FFCBFF29</checksum>
|
174
174
|
</file>
|
175
175
|
<file>
|
176
176
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>improve_motor_efficiency</name>
|
5
5
|
<uid>52013ba9-7b9b-4ffd-bc67-d4c0fa05d7ae</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>f10a9555-aef0-4ca0-b1de-285d32d5561c</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:57Z</version_modified>
|
8
8
|
<xml_checksum>F78494F2</xml_checksum>
|
9
9
|
<class_name>ImproveMotorEfficiency</class_name>
|
10
10
|
<display_name>Improve Motor Efficiency in Selected Fans and Pumps</display_name>
|
@@ -31,10 +31,10 @@ The cost arguments are user arguments that start with a default of $0. Operation
|
|
31
31
|
<type>Choice</type>
|
32
32
|
<required>true</required>
|
33
33
|
<model_dependent>false</model_dependent>
|
34
|
-
<default_value>{
|
34
|
+
<default_value>{783d4a71-fb33-4da4-8fea-0f5801bac4eb}</default_value>
|
35
35
|
<choices>
|
36
36
|
<choice>
|
37
|
-
<value>{
|
37
|
+
<value>{783d4a71-fb33-4da4-8fea-0f5801bac4eb}</value>
|
38
38
|
<display_name>*All Plant and Air Loops*</display_name>
|
39
39
|
</choice>
|
40
40
|
</choices>
|
@@ -154,7 +154,7 @@ The cost arguments are user arguments that start with a default of $0. Operation
|
|
154
154
|
<filename>LICENSE.md</filename>
|
155
155
|
<filetype>md</filetype>
|
156
156
|
<usage_type>license</usage_type>
|
157
|
-
<checksum>
|
157
|
+
<checksum>FFCBFF29</checksum>
|
158
158
|
</file>
|
159
159
|
<file>
|
160
160
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>increase_insulation_r_value_for_exterior_walls</name>
|
5
5
|
<uid>3fdf9c39-d305-449b-a4b5-077166af5a67</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>086d6259-1196-443e-abff-abad0805d999</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>0F858D9E</xml_checksum>
|
9
9
|
<class_name>IncreaseInsulationRValueForExteriorWalls</class_name>
|
10
10
|
<display_name>Increase R-value of Insulation for Exterior Walls to a Specific Value</display_name>
|
@@ -112,7 +112,7 @@ The resulting construction will retain the cost data from the source constructio
|
|
112
112
|
<filename>LICENSE.md</filename>
|
113
113
|
<filetype>md</filetype>
|
114
114
|
<usage_type>license</usage_type>
|
115
|
-
<checksum>
|
115
|
+
<checksum>FFCBFF29</checksum>
|
116
116
|
</file>
|
117
117
|
<file>
|
118
118
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>increase_insulation_r_value_for_exterior_walls_by_percentage</name>
|
5
5
|
<uid>7508c563-22bd-49f4-b646-aac69b02a82d</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>17e1994f-f3f9-45db-810f-f58e70dea179</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>EB1A0C08</xml_checksum>
|
9
9
|
<class_name>IncreaseInsulationRValueForExteriorWallsByPercentage</class_name>
|
10
10
|
<display_name>Increase R-value of Insulation for Exterior Walls By a Specified Percentage</display_name>
|
@@ -52,7 +52,7 @@
|
|
52
52
|
<filename>LICENSE.md</filename>
|
53
53
|
<filetype>md</filetype>
|
54
54
|
<usage_type>license</usage_type>
|
55
|
-
<checksum>
|
55
|
+
<checksum>FFCBFF29</checksum>
|
56
56
|
</file>
|
57
57
|
<file>
|
58
58
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>increase_insulation_r_value_for_roofs</name>
|
5
5
|
<uid>65b798f4-207f-4aed-987a-386c865d0ccd</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>328a343b-1314-43f3-9016-ccf65ee5a6c6</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:54Z</version_modified>
|
8
8
|
<xml_checksum>0F858D9E</xml_checksum>
|
9
9
|
<class_name>IncreaseInsulationRValueForRoofs</class_name>
|
10
10
|
<display_name>Increase R-value of Insulation for Roofs to a Specific Value</display_name>
|
@@ -112,7 +112,7 @@ The resulting construction will retain the cost data from the source constructio
|
|
112
112
|
<filename>LICENSE.md</filename>
|
113
113
|
<filetype>md</filetype>
|
114
114
|
<usage_type>license</usage_type>
|
115
|
-
<checksum>
|
115
|
+
<checksum>FFCBFF29</checksum>
|
116
116
|
</file>
|
117
117
|
<file>
|
118
118
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>increase_insulation_r_value_for_roofs_by_percentage</name>
|
5
5
|
<uid>807d3ebf-c89b-4b93-b400-110ca060b2bb</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>3fcd1d78-8613-4669-a79e-f7261cb28b3c</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>EB1A0C08</xml_checksum>
|
9
9
|
<class_name>IncreaseInsulationRValueForRoofsByPercentage</class_name>
|
10
10
|
<display_name>Increase R-value of Insulation for Roofs by a Specified Percentage.</display_name>
|
@@ -52,7 +52,7 @@
|
|
52
52
|
<filename>LICENSE.md</filename>
|
53
53
|
<filetype>md</filetype>
|
54
54
|
<usage_type>license</usage_type>
|
55
|
-
<checksum>
|
55
|
+
<checksum>FFCBFF29</checksum>
|
56
56
|
</file>
|
57
57
|
<file>
|
58
58
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>reduce_electric_equipment_loads_by_percentage</name>
|
5
5
|
<uid>0902e302-70db-4339-99b0-17f08bc93629</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>c72c2e8b-0369-450a-997b-d2c88cd30b12</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:57Z</version_modified>
|
8
8
|
<xml_checksum>F9A5B8F0</xml_checksum>
|
9
9
|
<class_name>ReduceElectricEquipmentLoadsByPercentage</class_name>
|
10
10
|
<display_name>Reduce Electric Equipment Loads by Percentage</display_name>
|
@@ -18,10 +18,10 @@
|
|
18
18
|
<type>Choice</type>
|
19
19
|
<required>true</required>
|
20
20
|
<model_dependent>false</model_dependent>
|
21
|
-
<default_value>{
|
21
|
+
<default_value>{9682dfac-3155-425a-b346-a52d517347ca}</default_value>
|
22
22
|
<choices>
|
23
23
|
<choice>
|
24
|
-
<value>{
|
24
|
+
<value>{9682dfac-3155-425a-b346-a52d517347ca}</value>
|
25
25
|
<display_name>*Entire Building*</display_name>
|
26
26
|
</choice>
|
27
27
|
</choices>
|
@@ -140,7 +140,7 @@
|
|
140
140
|
<filename>LICENSE.md</filename>
|
141
141
|
<filetype>md</filetype>
|
142
142
|
<usage_type>license</usage_type>
|
143
|
-
<checksum>
|
143
|
+
<checksum>FFCBFF29</checksum>
|
144
144
|
</file>
|
145
145
|
<file>
|
146
146
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>reduce_lighting_loads_by_percentage</name>
|
5
5
|
<uid>791f3404-a28b-4a80-ba3f-e15b339e39ea</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>47db4b69-1273-4e27-9e86-2643ad0d2bcc</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:58Z</version_modified>
|
8
8
|
<xml_checksum>293730A7</xml_checksum>
|
9
9
|
<class_name>ReduceLightingLoadsByPercentage</class_name>
|
10
10
|
<display_name>Reduce Lighting Loads by Percentage</display_name>
|
@@ -17,10 +17,10 @@
|
|
17
17
|
<type>Choice</type>
|
18
18
|
<required>true</required>
|
19
19
|
<model_dependent>false</model_dependent>
|
20
|
-
<default_value>{
|
20
|
+
<default_value>{2950f03c-960d-47bd-aa9a-d6ee473b6395}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{2950f03c-960d-47bd-aa9a-d6ee473b6395}</value>
|
24
24
|
<display_name>*Entire Building*</display_name>
|
25
25
|
</choice>
|
26
26
|
</choices>
|
@@ -139,7 +139,7 @@
|
|
139
139
|
<filename>LICENSE.md</filename>
|
140
140
|
<filetype>md</filetype>
|
141
141
|
<usage_type>license</usage_type>
|
142
|
-
<checksum>
|
142
|
+
<checksum>FFCBFF29</checksum>
|
143
143
|
</file>
|
144
144
|
<file>
|
145
145
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>reduce_night_time_electric_equipment_loads</name>
|
5
5
|
<uid>7bde0d05-3714-43e2-91b4-aa1e12e714bf</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>fca5a911-5563-426e-8e19-da99ec1b7af1</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>F4EB279D</xml_checksum>
|
9
9
|
<class_name>ReduceNightTimeElectricEquipmentLoads</class_name>
|
10
10
|
<display_name>Reduce Night Time Electric Equipment Loads</display_name>
|
@@ -201,7 +201,7 @@
|
|
201
201
|
<filename>LICENSE.md</filename>
|
202
202
|
<filetype>md</filetype>
|
203
203
|
<usage_type>license</usage_type>
|
204
|
-
<checksum>
|
204
|
+
<checksum>FFCBFF29</checksum>
|
205
205
|
</file>
|
206
206
|
<file>
|
207
207
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>reduce_night_time_lighting_loads</name>
|
5
5
|
<uid>acce8fde-a5d7-4c27-af89-28327132bafa</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>3058c4c5-c326-4929-90d7-57e2b4e4d988</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:58Z</version_modified>
|
8
8
|
<xml_checksum>0AC58119</xml_checksum>
|
9
9
|
<class_name>ReduceNightTimeLightingLoads</class_name>
|
10
10
|
<display_name>Reduce Night Time Lighting Loads</display_name>
|
@@ -201,7 +201,7 @@
|
|
201
201
|
<filename>LICENSE.md</filename>
|
202
202
|
<filetype>md</filetype>
|
203
203
|
<usage_type>license</usage_type>
|
204
|
-
<checksum>
|
204
|
+
<checksum>FFCBFF29</checksum>
|
205
205
|
</file>
|
206
206
|
<file>
|
207
207
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>reduce_space_infiltration_by_percentage</name>
|
5
5
|
<uid>6e9de4b1-aa97-4010-80c8-529e53ffe943</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>f3a4891c-715f-4736-a1a5-3b1cbddbe343</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>EACB548E</xml_checksum>
|
9
9
|
<class_name>ReduceSpaceInfiltrationByPercentage</class_name>
|
10
10
|
<display_name>ReduceSpaceInfiltrationByPercentage</display_name>
|
@@ -17,10 +17,10 @@
|
|
17
17
|
<type>Choice</type>
|
18
18
|
<required>true</required>
|
19
19
|
<model_dependent>false</model_dependent>
|
20
|
-
<default_value>{
|
20
|
+
<default_value>{e9970f4e-07dd-433b-adc1-e7dedcd762b3}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{e9970f4e-07dd-433b-adc1-e7dedcd762b3}</value>
|
24
24
|
<display_name>*Entire Building*</display_name>
|
25
25
|
</choice>
|
26
26
|
</choices>
|
@@ -135,7 +135,7 @@
|
|
135
135
|
<filename>LICENSE.md</filename>
|
136
136
|
<filetype>md</filetype>
|
137
137
|
<usage_type>license</usage_type>
|
138
|
-
<checksum>
|
138
|
+
<checksum>FFCBFF29</checksum>
|
139
139
|
</file>
|
140
140
|
<file>
|
141
141
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>reduce_ventilation_by_percentage</name>
|
5
5
|
<uid>f0859a47-fddf-4962-9035-2f9fc9d6e283</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>2ab1bcb6-0d6d-4d00-8ccb-e0c1f9ec0179</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>ECE70A70</xml_checksum>
|
9
9
|
<class_name>ReduceVentilationByPercentage</class_name>
|
10
10
|
<display_name>ReduceVentilationByPercentage</display_name>
|
@@ -17,10 +17,10 @@
|
|
17
17
|
<type>Choice</type>
|
18
18
|
<required>true</required>
|
19
19
|
<model_dependent>false</model_dependent>
|
20
|
-
<default_value>{
|
20
|
+
<default_value>{a6e55f07-6997-4f72-af31-ce3fbcd38088}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{a6e55f07-6997-4f72-af31-ce3fbcd38088}</value>
|
24
24
|
<display_name>*Entire Building*</display_name>
|
25
25
|
</choice>
|
26
26
|
</choices>
|
@@ -56,7 +56,7 @@
|
|
56
56
|
<filename>LICENSE.md</filename>
|
57
57
|
<filetype>md</filetype>
|
58
58
|
<usage_type>license</usage_type>
|
59
|
-
<checksum>
|
59
|
+
<checksum>FFCBFF29</checksum>
|
60
60
|
</file>
|
61
61
|
<file>
|
62
62
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>add_variable_speed_rtu_control_logic</name>
|
5
5
|
<uid>7d0aebdd-58c5-4e0e-9217-5dbdc82886fd</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>b13725eb-6a2f-4e6e-b32f-88ab5f59e0aa</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>A310923F</xml_checksum>
|
9
9
|
<class_name>AddVariableSpeedRTUControlLogic</class_name>
|
10
10
|
<display_name>Add Variable Speed RTU Control Logic</display_name>
|
@@ -130,7 +130,7 @@ The measure is set up so that a separate block of EMS code is inserted for each
|
|
130
130
|
<filename>LICENSE.md</filename>
|
131
131
|
<filetype>md</filetype>
|
132
132
|
<usage_type>license</usage_type>
|
133
|
-
<checksum>
|
133
|
+
<checksum>FFCBFF29</checksum>
|
134
134
|
</file>
|
135
135
|
<file>
|
136
136
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>create_variable_speed_rtu</name>
|
5
5
|
<uid>7fb36b3a-5591-4627-a2b0-7709fbeae593</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>63704b85-41cc-4370-b58c-2541b041d4cc</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>A9D5932A</xml_checksum>
|
9
9
|
<class_name>CreateVariableSpeedRTU</class_name>
|
10
10
|
<display_name>Create Variable Speed RTU</display_name>
|
@@ -17,10 +17,10 @@
|
|
17
17
|
<type>Choice</type>
|
18
18
|
<required>true</required>
|
19
19
|
<model_dependent>false</model_dependent>
|
20
|
-
<default_value>{
|
20
|
+
<default_value>{2353cde4-420e-4711-bd87-4590e254461b}</default_value>
|
21
21
|
<choices>
|
22
22
|
<choice>
|
23
|
-
<value>{
|
23
|
+
<value>{2353cde4-420e-4711-bd87-4590e254461b}</value>
|
24
24
|
<display_name>*All CAV Air Loops*</display_name>
|
25
25
|
</choice>
|
26
26
|
</choices>
|
@@ -167,7 +167,7 @@
|
|
167
167
|
<filename>LICENSE.md</filename>
|
168
168
|
<filetype>md</filetype>
|
169
169
|
<usage_type>license</usage_type>
|
170
|
-
<checksum>
|
170
|
+
<checksum>FFCBFF29</checksum>
|
171
171
|
</file>
|
172
172
|
<file>
|
173
173
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>fan_assist_night_ventilation</name>
|
5
5
|
<uid>5e77cb11-0fa9-432b-97bd-87c40949ee1f</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>a06b24ea-d2cf-4397-931c-4d72ff15fce1</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:58Z</version_modified>
|
8
8
|
<xml_checksum>26DDAE64</xml_checksum>
|
9
9
|
<class_name>FanAssistNightVentilation</class_name>
|
10
10
|
<display_name>Fan Assist Night Ventilation</display_name>
|
@@ -95,7 +95,7 @@ To address an issue in OpenStudio zones with ZoneVentilation, this measure adds
|
|
95
95
|
<filename>LICENSE.md</filename>
|
96
96
|
<filetype>md</filetype>
|
97
97
|
<usage_type>license</usage_type>
|
98
|
-
<checksum>
|
98
|
+
<checksum>FFCBFF29</checksum>
|
99
99
|
</file>
|
100
100
|
<file>
|
101
101
|
<filename>README.md</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>nze_hvac</name>
|
5
5
|
<uid>f060dff2-b28d-4194-a6af-e66d88ddb33c</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>c7353d7f-49d4-4c3b-bce8-f0e6434a8af5</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>0E5E4776</xml_checksum>
|
9
9
|
<class_name>NzeHvac</class_name>
|
10
10
|
<display_name>NZEHVAC</display_name>
|
@@ -235,7 +235,7 @@
|
|
235
235
|
<filename>LICENSE.md</filename>
|
236
236
|
<filetype>md</filetype>
|
237
237
|
<usage_type>license</usage_type>
|
238
|
-
<checksum>
|
238
|
+
<checksum>FFCBFF29</checksum>
|
239
239
|
</file>
|
240
240
|
<file>
|
241
241
|
<filename>README.md</filename>
|
@@ -264,7 +264,7 @@
|
|
264
264
|
<filename>NZEHVAC_Test.rb</filename>
|
265
265
|
<filetype>rb</filetype>
|
266
266
|
<usage_type>test</usage_type>
|
267
|
-
<checksum>
|
267
|
+
<checksum>4522D5A7</checksum>
|
268
268
|
</file>
|
269
269
|
<file>
|
270
270
|
<filename>USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw</filename>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008,
|
1
|
+
OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
|
2
2
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
4
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<schema_version>3.1</schema_version>
|
4
4
|
<name>replace_water_heater_mixed_with_thermal_storage_chilled_water</name>
|
5
5
|
<uid>f219279a-96b6-4636-b663-467d554e42a5</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>d2c093ca-564f-45ac-bdfe-092b87465cac</version_id>
|
7
|
+
<version_modified>2025-08-08T15:15:56Z</version_modified>
|
8
8
|
<xml_checksum>D48F381B</xml_checksum>
|
9
9
|
<class_name>ReplaceWaterHeaterMixedWithThermalStorageChilledWater</class_name>
|
10
10
|
<display_name>Replace Water Heater Mixed with Thermal Storage Chilled Water</display_name>
|
@@ -53,7 +53,7 @@
|
|
53
53
|
<filename>LICENSE.md</filename>
|
54
54
|
<filetype>md</filetype>
|
55
55
|
<usage_type>license</usage_type>
|
56
|
-
<checksum>
|
56
|
+
<checksum>FFCBFF29</checksum>
|
57
57
|
</file>
|
58
58
|
<file>
|
59
59
|
<filename>README.md</filename>
|
data/openstudio-ee.gemspec
CHANGED
@@ -28,10 +28,14 @@ Gem::Specification.new do |spec|
|
|
28
28
|
spec.required_ruby_version = '~> 3.2.2'
|
29
29
|
|
30
30
|
spec.add_dependency 'bundler', '~> 2.4.10'
|
31
|
-
spec.add_dependency 'openstudio-extension', '~> 0.
|
32
|
-
spec.add_dependency 'openstudio-standards', '0.
|
31
|
+
spec.add_dependency 'openstudio-extension', '~> 0.9.3'
|
32
|
+
spec.add_dependency 'openstudio-standards', '0.8.2'
|
33
33
|
spec.add_dependency 'multipart-post', '2.4.0'
|
34
34
|
|
35
|
+
spec.add_development_dependency 'rubocop', '1.50'
|
36
|
+
spec.add_development_dependency 'rubocop-checkstyle_formatter', '0.6.0'
|
37
|
+
spec.add_development_dependency 'rubocop-performance', '1.20.0'
|
38
|
+
spec.add_development_dependency 'simplecov', '0.22.0'
|
35
39
|
spec.add_development_dependency 'rake', '~> 13.0'
|
36
40
|
spec.add_development_dependency 'rspec', '~> 3.9'
|
37
41
|
spec.add_development_dependency 'octokit', '4.18.0' # for change logs
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstudio-ee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Goldwasser
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-
|
12
|
+
date: 2025-08-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -31,28 +31,28 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 0.
|
34
|
+
version: 0.9.3
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: 0.
|
41
|
+
version: 0.9.3
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: openstudio-standards
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - '='
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 0.
|
48
|
+
version: 0.8.2
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - '='
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: 0.
|
55
|
+
version: 0.8.2
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: multipart-post
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
@@ -67,6 +67,62 @@ dependencies:
|
|
67
67
|
- - '='
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: 2.4.0
|
70
|
+
- !ruby/object:Gem::Dependency
|
71
|
+
name: rubocop
|
72
|
+
requirement: !ruby/object:Gem::Requirement
|
73
|
+
requirements:
|
74
|
+
- - '='
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: '1.50'
|
77
|
+
type: :development
|
78
|
+
prerelease: false
|
79
|
+
version_requirements: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - '='
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '1.50'
|
84
|
+
- !ruby/object:Gem::Dependency
|
85
|
+
name: rubocop-checkstyle_formatter
|
86
|
+
requirement: !ruby/object:Gem::Requirement
|
87
|
+
requirements:
|
88
|
+
- - '='
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
version: 0.6.0
|
91
|
+
type: :development
|
92
|
+
prerelease: false
|
93
|
+
version_requirements: !ruby/object:Gem::Requirement
|
94
|
+
requirements:
|
95
|
+
- - '='
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
version: 0.6.0
|
98
|
+
- !ruby/object:Gem::Dependency
|
99
|
+
name: rubocop-performance
|
100
|
+
requirement: !ruby/object:Gem::Requirement
|
101
|
+
requirements:
|
102
|
+
- - '='
|
103
|
+
- !ruby/object:Gem::Version
|
104
|
+
version: 1.20.0
|
105
|
+
type: :development
|
106
|
+
prerelease: false
|
107
|
+
version_requirements: !ruby/object:Gem::Requirement
|
108
|
+
requirements:
|
109
|
+
- - '='
|
110
|
+
- !ruby/object:Gem::Version
|
111
|
+
version: 1.20.0
|
112
|
+
- !ruby/object:Gem::Dependency
|
113
|
+
name: simplecov
|
114
|
+
requirement: !ruby/object:Gem::Requirement
|
115
|
+
requirements:
|
116
|
+
- - '='
|
117
|
+
- !ruby/object:Gem::Version
|
118
|
+
version: 0.22.0
|
119
|
+
type: :development
|
120
|
+
prerelease: false
|
121
|
+
version_requirements: !ruby/object:Gem::Requirement
|
122
|
+
requirements:
|
123
|
+
- - '='
|
124
|
+
- !ruby/object:Gem::Version
|
125
|
+
version: 0.22.0
|
70
126
|
- !ruby/object:Gem::Dependency
|
71
127
|
name: rake
|
72
128
|
requirement: !ruby/object:Gem::Requirement
|
@@ -117,6 +173,7 @@ executables: []
|
|
117
173
|
extensions: []
|
118
174
|
extra_rdoc_files: []
|
119
175
|
files:
|
176
|
+
- ".github/workflows/test-with-openstudio.yml"
|
120
177
|
- ".gitignore"
|
121
178
|
- ".rspec"
|
122
179
|
- ".rubocop.yml"
|
@@ -277,7 +334,7 @@ licenses: []
|
|
277
334
|
metadata:
|
278
335
|
bug_tracker_uri: https://github.com/NREL/openstudio-ee-gem/issues
|
279
336
|
changelog_uri: https://github.com/NREL/openstudio-ee-gem/blob/develop/CHANGELOG.md
|
280
|
-
source_code_uri: https://github.com/NREL/openstudio-ee-gem/tree/v0.
|
337
|
+
source_code_uri: https://github.com/NREL/openstudio-ee-gem/tree/v0.12.3
|
281
338
|
post_install_message:
|
282
339
|
rdoc_options: []
|
283
340
|
require_paths:
|