Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

krkh-1702's profile - activity

2023-03-14 15:39:36 -0500 marked best answer Heating and Cooling SET Hours (Annual Thermal Resilience Summary)

Hi,

I am using OpenStudio-HPXML CLI to run some simulations and want thermal resiliency outputs. I am looking at the 'eplustbl.htm' file generated after the simulation. I see results for Heat Index Hours and Humidex Hours but no values under the Heating SET Hours and Cooling SET Hours tables (attached example image).

  1. Is there any advice on where the issue is?
  2. For thermal resiliency, are there any other metrics I should considerimage description?

I am using v1.51: https://github.com/NREL/OpenStudio-HP...

2023-03-13 22:50:06 -0500 received badge  Commentator
2023-03-13 22:50:06 -0500 commented answer Heating and Cooling SET Hours (Annual Thermal Resilience Summary)

Thank you both - This is super helpful. I will give it a shot and also look forward to hearing from you, Craig!

2023-03-12 10:38:54 -0500 commented answer Heating and Cooling SET Hours (Annual Thermal Resilience Summary)

Thank you, yes, that is what I thought too. I will try to figure out how to add a measure. To confirm, this measure shou

2023-03-10 15:46:24 -0500 commented answer Heating and Cooling SET Hours (Annual Thermal Resilience Summary)

To elaborate more on the question - where do I go in and add this measure? Is it in the in.xml file for the building ene

2023-03-10 13:10:10 -0500 commented answer Heating and Cooling SET Hours (Annual Thermal Resilience Summary)

Thank you, this is very helpful! However, I am not sure how to add these inputs within the OpenStudio-HPXML that I am us

2023-03-10 13:05:59 -0500 commented answer Heating and Cooling SET Hours (Annual Thermal Resilience Summary)

Thank you, this is very helpful! However, I am not sure how to add these inputs using OpenStudio-HPXML that I am using f

2023-03-09 21:22:51 -0500 asked a question Heating and Cooling SET Hours (Annual Thermal Resilience Summary)

Heating and Cooling SET Hours (Annual Thermal Resilience Summary) Hi, I am using OpenStudio-HPXML CLI to run some simul

2023-03-02 20:05:06 -0500 commented question How can I change the 'generated _files' folder path after running an OpenStudio-HPXML simulation from CLI?

Yes, after running Openstudio-HPXML, I get a set of files that includes annual results and an IDF file (with other files

2023-03-02 09:58:28 -0500 asked a question How can I change the 'generated _files' folder path after running an OpenStudio-HPXML simulation from CLI?

How can I change the 'generated _files' folder path after running an OpenStudio-HPXML simulation from CLI? I want to run

2023-02-16 12:01:18 -0500 commented answer Fatal: Error in Reading Weather Data

Great, I will try this out!

2023-02-15 16:52:23 -0500 commented answer Fatal: Error in Reading Weather Data

You were right! Notepad++ was able to capture the issue; thank you so much! Any tips on how to solve this optimally? I t

2023-02-15 15:23:10 -0500 commented question Fatal: Error in Reading Weather Data

Just edited to add the image!

2023-02-15 15:22:46 -0500 received badge  Editor (source)
2023-02-15 15:22:46 -0500 edited question Fatal: Error in Reading Weather Data

Fatal: Error in Reading Weather Data Hello, I am trying to run an energy simulation using OpenStudip-HPXML, but I get a

2023-02-15 15:21:21 -0500 commented question OpenStudio-HPXML run output not generated

It works now, thank you! The issue was that the link to the output directory was wrong.

2023-02-15 14:48:08 -0500 commented answer Fatal: Error in Reading Weather Data

Thanks for the reply! I checked the EPW file by loading it in excel, and the year column holds integers, not floats, so

2023-02-14 17:04:33 -0500 received badge  Student (source)
2023-02-14 16:54:11 -0500 asked a question OpenStudio-HPXML run output not generated

OpenStudio-HPXML run output not generated Hi, I am running an energy simulation using OpenStudio-HPXML EUSS workflow by

2023-02-14 16:54:05 -0500 asked a question Fatal: Error in Reading Weather Data

Fatal: Error in Reading Weather Data Hello, I am trying to run an energy simulation using OpenStudip-HPXML, but I get a

2023-02-13 08:08:12 -0500 marked best answer LoadError: irb require 'openstudio'

Hello,

I am trying to use the OpenStudio SDK with Interactive Ruby (IRB) through cmd, but I get this error. Do you have any advice on how to solve this? Should I be using the correct version of Ruby? I made sure I installed both Ruby and OpenStudio(x64).

irb(main):003:0> require 'openstudio'
<internal:C:/Ruby31-x64/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require': cannot load such file -- C:openstudio-3.4.0Rubyopenstudio.rb (LoadError)
        from <internal:C:/Ruby31-x64/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
        from C:/Ruby31-x64/lib/ruby/site_ruby/openstudio.rb:1:in `<top (required)>'
        from <internal:C:/Ruby31-x64/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
        from <internal:C:/Ruby31-x64/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
        from (irb):3:in `<main>'
        from C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/irb-1.4.1/exe/irb:11:in `<top (required)>'
        from C:/Ruby31-x64/bin/irb:33:in `load'
        from C:/Ruby31-x64/bin/irb:33:in `<main>'
irb(main):004:0>
2023-02-13 08:08:12 -0500 received badge  Scholar (source)
2023-02-13 08:07:51 -0500 received badge  Supporter (source)
2023-02-05 13:35:44 -0500 asked a question LoadError: irb require 'openstudio'

LoadError: irb require 'openstudio' Hello, I am trying to use the OpenStudio SDK with Interactive Ruby (IRB) through cm