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

alichius's profile - activity

2017-03-07 02:11:02 -0500 commented answer OpenStudio measure to change the ShadingControlType

Thanks again for the clarification. I will start with en EnergyPlus measure and maybe try a recompilation when I habe some more time for "experiments".

2017-03-06 07:00:11 -0500 received badge  Editor (source)
2017-03-06 06:28:43 -0500 asked a question OpenStudio measure to change the ShadingControlType

As a follow up of this (https://unmethours.com/question/23088...) I created an OpenStudio measure to change the ShadingControlType to one of the "unsupported" values like OnIfHighZoneAirTemperature.

The measure let me choose out of the existing ShadingControlobjects, a new ShadingControlType (String) and a new setpoint. The measure basically works when I choose a supported control type, but I can not choose one of the unsupported values. OpenStudio always resets this to OnIfHighSolarOnWindows.

Is there an implicit input validation in the OpenStudio sources?

I had a look at ShadingControl.cpp and the developer documentation.
Would it be sufficient to patch the OpenStudio.idd to contain the necessary keywords and rebuild OpenStudio?

Or should I go for a EnergyPlus measure to change the control type strategy?

I can share my measure if it would be helpful.

2017-03-02 07:37:25 -0500 received badge  Scholar (source)
2017-03-02 07:37:02 -0500 commented answer Unable to find OpenStudio Shading Control SetPoint

Thanks for the advice. Since I used version 1.14.0 of the plugin, I could not see the additional inputs. With 2.0.3 installed, I can now see the inputs in your screenshots. I will now dig into the measure system to change the shading control strategy.

2017-03-01 07:48:34 -0500 received badge  Student (source)
2017-03-01 07:48:25 -0500 asked a question Unable to find OpenStudio Shading Control SetPoint

I am starting with OpenStudio and currently I am struggling with shading devices and especially with the ShadingControl object. I have searched the web and UnmetHours but could not find a solution to my problem.

When I follow the tutorial on Shading Controls (http://nrel.github.io/OpenStudio-user...), I can choose OnIfHighSolarOnWindows for the shading control type, but I can not enter the setpoint for the solar irradiation which activates the shading device.

Am I missing something here?

I am using OpenStudio 1.14.0.

Actually I would like to use the other possible shading contol types offered by EnergyPlus, but as I learned from different posts here on UnmetHours, that has to probably be achieved by a UserScript or a measure.