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

antonszilasi's profile - activity

2024-04-11 01:09:54 -0500 edited question Status of OpenStudio SDK python bindings

Status of OpenStudio SDK python bindings Hello all, I am attempted to write a reporting measure with Python using the O

2024-04-11 01:05:22 -0500 received badge  Organizer (source)
2024-04-11 01:03:55 -0500 edited question Status of OpenStudio SDK python bindings

Status of OpenStudio SDK python bindings Hello all, I am attempted to write a reporting measure with Python using the O

2024-04-11 01:03:50 -0500 edited question Status of OpenStudio SDK python bindings

Status of OpenStudio SDK python bindings Hello all, I am attempted to write a reporting measure with Python using the O

2024-04-11 01:03:41 -0500 edited question Status of OpenStudio SDK python bindings

Status of OpenStudio SDK python bindings Hello all, I am attempted to write a reporting measure with Python using the O

2024-04-11 01:02:54 -0500 asked a question Status of OpenStudio SDK python bindings

Status of OpenStudio SDK python bindings Hello all, I attempted to write a reporting measure with Python using the Open

2023-12-19 02:39:04 -0500 edited answer How to consistently access eplusout.sql

Hello, I'm just wondering why are you trying to save these sql files from the datapoint.zip, I assume that you are doin

2023-12-19 02:37:30 -0500 commented answer How to consistently access eplusout.sql

I just attached an example script

2023-12-19 02:37:20 -0500 edited answer How to consistently access eplusout.sql

Hello, I'm just wondering why are you trying to save these sql files from the datapoint.zip, I assume that you are doin

2023-12-14 00:38:22 -0500 commented answer Help With Constructing the Simplest Load Balance with EnergyPlus

@chriswmackey nice work Chris this question was interesting to read I learnt something ; 0!

2023-12-14 00:32:48 -0500 commented answer "Plant flows do not resolve" with multiple variable primary pumps

@Keigo thanks for being so detailed with this question Im learning a bit from you posting this question

2023-12-13 02:27:08 -0500 received badge  Rapid Responder (source)
2023-12-13 02:27:08 -0500 answered a question How to consistently access eplusout.sql

Hello, I'm just wondering why are you trying to save these sql files from the datapoint.zip, I assume that you are doin

2023-12-11 14:42:48 -0500 commented question How to get 3D view to work on openstudio?

@SSafarini could you share your .osm sometimes this geometry viewer crashes on certain models

2023-12-10 14:46:48 -0500 commented question Missing required property 'construction_name'

@kitty somehow the .idf object for the fenestration is missing a construction name could you share your .osm?

2023-12-10 14:44:44 -0500 commented question Error Running IdealAirLoadsZoneHVAC OpenStudio Measure

@IanVg as well as upload your osm somewhere so other people can take a look?

2023-12-10 14:34:29 -0500 edited answer No Cooling Load in OpenStudio Simulation Results

@gulce, The HVAC Sizing Summary report is returning nil for the Zone Sensible Cooling for the one thermal zone in the f

2023-12-10 14:33:58 -0500 answered a question No Cooling Load in OpenStudio Simulation Results

@gulce, The HVAC Sizing Summary report is returning nil for the Zone Sensible Cooling for the one thermal zone in the f

2023-12-08 16:12:43 -0500 commented question Error when using PTHP

@subong could you share your .osm model its difficult to give advice without taking a deeper look

2023-12-08 16:09:14 -0500 commented question Error Running IdealAirLoadsZoneHVAC OpenStudio Measure

@IanVG this sounds like a versioning issue, can you make sure that you are following the OpenStudio compatiability matri

2023-10-14 19:27:39 -0500 received badge  Disciplined (source)
2023-10-14 19:27:37 -0500 edited question EnergyPlus engine: Will the same inputs always yield the same result?

EnergyPlus engine: Will the same inputs always yield the same result? I am writing some software to enable parametric en

2023-02-13 07:54:45 -0500 received badge  Popular Question (source)
2023-02-13 07:54:45 -0500 received badge  Notable Question (source)
2023-02-13 07:54:45 -0500 received badge  Famous Question (source)
2022-09-19 07:04:13 -0500 marked best answer OSW for multiple seed models

I would like to create an Open Studio Workflow json which contains multiple seed models and the application of multiple measures to each seed model to generate a parametric study.

Perhaps I am missing some documentation but the file "generate_workflows_parametric.rb"in the OpenStudio_CLI_Template which is the closest to what I need. Only demostrates how to create a OSW for one seed model, where can I find example code to generate an OSW for multiple seed models?

Or am I mistaken and one OSW should only correspond to one seed model, and therefore multiple seed models should be represented by a folder containing many subfolders which contain an OSW for each seed model like the pictures below ---

Many OSWs with each representing a seed model image description Inside the first folder image description The OSW inside the first folder - representing a workflow for a seed model image description

2022-07-29 20:27:10 -0500 marked best answer Unsupported IDF objects on OpenStudio Server

Many IDF objects are still not supported by the OpenStudio SDK.

However we would like to run these IDF objects on OpenStudio Server.

I suspect that the best way to do so (and perhaps the only?) would be to inject these IDF objects via an EnergyPlus measure once the OpenStudio workflow is running on the OpenStudio Server.

I'd appreciate any input on this question. Does this sound correct?

Thank you!

2022-07-29 20:25:10 -0500 commented question I can't install OpenStudio version 2.8

@Nathalia unless you have a specific reason to use 2.8 I'd suggest that you just update to the latest if you try opening

2022-07-28 05:38:45 -0500 asked a question Unsupported IDF objects on OpenStudio Server

Unsupported IDF objects on OpenStudio Server Many IDF objects are still not supported by the OpenStudio SDK. However we

2021-09-17 14:28:55 -0500 commented answer OpenStudio-standards college space types

@mdahlhausen do you have any ideas when 0.2.15 will be released? We are still waiting on college lab types

2021-08-25 15:01:49 -0500 commented answer Best way to get ASHRAE climate zone of a weather location

@bonnema at the moment its just all weather files on doe website https://energyplus.net/weather

2021-08-25 14:58:56 -0500 marked best answer Best way to get ASHRAE climate zone of a weather location

I am trying to produce a json which contains the key details of all epw files including the ASHRAE climate zone.

I am starting from the very helpful scripts here: link text'

As I understand it the ASHRAE climate zone is only contained in the .stat file for each location is that correct? So would I need to query the .stat file in my python script or can I obtain the climate zone elsewhere?

Alternatively does this json already exist in some other form?

2021-08-18 18:09:25 -0500 asked a question Floor/slab constructions for elevated buildings

Floor/slab constructions for elevated buildings Im wondering if floor/slab constructions for elevated buildings are incl

2021-07-14 16:05:21 -0500 commented answer Best way to get ASHRAE climate zone of a weather location

@bonnema the epw files are for the whole world

2021-07-14 16:05:05 -0500 commented answer Best way to get ASHRAE climate zone of a weather location

@bonnema the epw files are from everywhere

2021-07-13 20:53:50 -0500 edited question Best way to get ASHRAE climate zone of a weather location

Best way to get ASHRAE climate zone of a weather location I am trying to produce a json which contains the key details o

2021-07-13 20:53:08 -0500 edited question Best way to get ASHRAE climate zone of a weather location

Best way to get ASHRAE climate zone of a weather location I am trying to produce a json which contains the key details o

2021-07-13 20:52:47 -0500 edited question Best way to get ASHRAE climate zone of a weather location

Best way to get ASHRAE climate zone of a weather location I am trying to produce a json which contains the key details o

2021-07-13 20:51:49 -0500 asked a question Best way to get ASHRAE climate zone of a weather location

Best way to get ASHRAE climate zone of a weather location I am trying to produce a json which contains the key details o

2021-07-13 10:43:12 -0500 marked best answer OpenStudio-standards college space types

I am attempting to use the college ASHRAE space types in our workflow by obtaining the space type properties from OpenStudio-standards with the following code:

osstandards.standards_data['space_types']

Unfortunately Ive found there is no lighting per area, equipment per area and in some cases no occupancy in college space types where there should be. This is across ashrae templates 2007,2010,2013,2016.

For good measure I have written some code which checks this and I have attached a spreadsheet which the code produces find it on google sheets here: link text

Is there a reason for this? If not is this something which needs to be fixed?

I am using OpenStudio-standards 0.2.14

2021-07-12 20:55:04 -0500 commented question OpenStudio-standards college space types

@Luis Lara, the link should work now - the space type certainly exists for all templates but as matt wrote below the dat