File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
<schema_version >3.1</schema_version >
4
4
<name >build_residential_hpxml</name >
5
5
<uid >a13a8983-2b01-4930-8af2-42030b6e4233</uid >
6
- <version_id >be9c30a4-6da0-4942-aa43-23a898d10af3 </version_id >
7
- <version_modified >2025-01-11T01:57:47Z </version_modified >
6
+ <version_id >95c9cd41-0567-4b3c-a0d5-4ccdcac03f37 </version_id >
7
+ <version_modified >2025-01-16T05:23:16Z </version_modified >
8
8
<xml_checksum >2C38F48B</xml_checksum >
9
9
<class_name >BuildResidentialHPXML</class_name >
10
10
<display_name >HPXML Builder</display_name >
7562
7562
<filename >version.txt</filename >
7563
7563
<filetype >txt</filetype >
7564
7564
<usage_type >resource</usage_type >
7565
- <checksum >0E8669F5 </checksum >
7565
+ <checksum >6D7D7910 </checksum >
7566
7566
</file >
7567
7567
<file >
7568
7568
<filename >test_build_residential_hpxml.rb</filename >
Original file line number Diff line number Diff line change 1
- 18af4ebdce3fee792861f1b710bf8f8f
1
+ e8edd0fdf30035cab93a927df4f12ebb
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ This repository contains several OpenStudio measures:
48
48
OpenStudio-HPXML is used by a number of software products or organizations, including:
49
49
50
50
- [ BEopt] ( https://beopt.nrel.gov )
51
+ - [ Clarity Heat Pump Toolkit] ( https://psdconsulting.com/solutions/ )
51
52
- [ Energy Rating Index (ERI)] ( https://github.com/NREL/OpenStudio-ERI )
52
53
- [ Home Energy Score] ( https://www.homeenergyscore.gov )
53
54
- [ OptiMiser] ( https://optimiserenergy.com )
Original file line number Diff line number Diff line change @@ -2664,9 +2664,8 @@ def display_usage(command_list)
2664
2664
# This will ensure that the BuildResidentialHPXML measure.xml is appropriately updated.
2665
2665
# Without this, the BuildResidentialHPXML measure has no differences and so OpenStudio
2666
2666
# would skip updating it.
2667
- version_rb_path = File . join ( File . dirname ( __FILE__ ) , 'HPXMLtoOpenStudio/resources/version.rb' )
2668
2667
version_txt_path = File . join ( File . dirname ( __FILE__ ) , 'BuildResidentialHPXML/resources/version.txt' )
2669
- File . write ( version_txt_path , Digest ::MD5 . file ( version_rb_path ) . hexdigest )
2668
+ File . write ( version_txt_path , Digest ::MD5 . hexdigest ( Version :: OS_HPXML_Version ) )
2670
2669
2671
2670
# Update measures XMLs
2672
2671
puts 'Updating measure.xmls...'
You can’t perform that action at this time.
0 commit comments