Revision history [back]
The building does not appear to have any conditioned zones. Make sure zones have thermostat with appropriate heating and cooling setpoint schedules.
Hello,
I am trying to run a SDK openstudio version. I am not that familiar with it and if I have missed something please do point it out. So currently I have a osm file that has been created using a json which has rooms. In the osm I see the space and space types. I created a osw file with the create_typical_doe_building and I got some errors regarding setstandardbuilding type so I added a few measures that I found online. Please see the osw file below.
The conditioned zones error has me stuck. I am not trying to do any modifications for the inputs right now so just want the osm file to run and create a report. The osm file does run just fine in the application if the thermal zones are added but in the code the measure should do the same so I am not sure whats happening.
{
"seed_file": "all_rac_basic_model.osm",
"file_paths": [
"./weather"
],
"measure_paths" : [ "./measures" ],
"weather_file": "USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw",
"steps": [
{
"arguments": {
"__SKIP__": false
},
"measure_dir_name": "Set Climate Zone from Weather Data"
},
{
"arguments": {
"__SKIP__": false
},
"measure_dir_name": "Space Type and Construction Set Wizard"
},
{
"arguments": {
"__SKIP__": false
},
"measure_dir_name": "CreateandAssignThermalZonesforUnassignedSpaces"
},
{
"arguments": {
"__SKIP__": false
},
"measure_dir_name": "Set Thermostat Schedules"
},
{
"arguments": {
"__SKIP__": false
},
"measure_dir_name": "CreateTypicalDOEBuilding"
}
]
}
Thank you
The building does not appear to have any conditioned zones. Make sure zones have thermostat with appropriate heating and cooling setpoint schedules.
Hello,
I am trying to run a SDK openstudio version. I am not that familiar with it and if I have missed something please do point it out. So currently I have a osm file that has been created using a json which has rooms. In the osm I see the space and space types. I created a osw file with the create_typical_doe_building and I got some errors regarding setstandardbuilding type so I added a few measures that I found online. Please see the osw file below.
The conditioned zones error has me stuck. I am not trying to do any modifications for the inputs right now so just want the osm file to run and create a report. The osm file does run just fine in the application if the thermal zones are added but in the code the measure should do the same so I am not sure whats happening.
{
"seed_file": "all_rac_basic_model.osm",
"file_paths": [
"./weather"
],
"measure_paths" : [ "./measures" ],
"weather_file": "USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw",
"steps": [
{
"arguments": {
"__SKIP__": false
},
"measure_dir_name": "Set Climate Zone from Weather Data"
},
{
"arguments": {
"__SKIP__": false
},
"measure_dir_name": "Space Type and Construction Set Wizard"
},
{
"arguments": {
"__SKIP__": false
},
"measure_dir_name": "CreateandAssignThermalZonesforUnassignedSpaces"
},
{
"arguments": {
"__SKIP__": false
},
"measure_dir_name": "Set Thermostat Schedules"
},
{
"arguments": {
"__SKIP__": false
},
"measure_dir_name": "CreateTypicalDOEBuilding"
}
]
}
Thank you
The building does not appear to have any conditioned zones. Make sure zones have thermostat with appropriate heating and cooling setpoint schedules.
Hello,
I am trying to run a SDK openstudio version. I am not that familiar with it and if I have missed something please do point it out. So currently I have a osm file that has been created using a json which has rooms. In the osm I see the space and space types. I created a osw file with the create_typical_doe_building and I got some errors regarding setstandardbuilding type so I added a few measures that I found online. Please see the osw file below.
The conditioned zones error has me stuck. I am not trying to do any modifications for the inputs right now so just want the osm file to run and create a report. The osm file does run just fine in the application if the thermal zones are added but in the code the measure should do the same so I am not sure whats happening.
Thank you