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

efrainpuerto's profile - activity

2024-02-12 16:42:50 -0500 marked best answer openstudio savemodel python package

Hi, I'm learning to use openstudio package of python but found some problems to use the function "saveModel". When I use it, for example:

import openstudio
osm = openstudio.model.Model()
openstudio.model.saveModel(osm,"model.osm", "")

it throws the following error:

[saveModelTempDir] <1> Could not copy osm from '/path/to/file/model.osm' to 'model.osm' errorboost::filesystem::copy_file: File exists [system:17]: "/path/to/file/model.osm", "model.osm"

I've tried other ways like use the complete directory path, but keeps the error. And found this notebook(https://github.com/GFlechas/... and occurs the same error.

Any idea what's the problem?

2024-02-12 16:42:50 -0500 received badge  Scholar (source)
2024-02-10 23:10:20 -0500 edited question openstudio savemodel python package

openstudio savemodel python package Hi, I'm learning to use openstudio package of python but found some problems to use

2024-02-10 23:08:32 -0500 asked a question openstudio savemodel python package

openstudio savemodel python package Hi, I'm learning to use openstudio package of python but found some problems to use

2023-11-08 10:11:51 -0500 received badge  Popular Question (source)
2023-11-08 10:11:51 -0500 received badge  Notable Question (source)
2022-11-10 12:31:02 -0500 answered a question ASHRAE 55 Adaptive Model doesn't report status in OpenStudio

Sorry, I found the problem, openstudio write two times the percent symbol "%%". It's a bug, I'm going to report it.

2022-11-10 12:31:02 -0500 received badge  Rapid Responder (source)
2022-11-10 12:26:01 -0500 edited question ASHRAE 55 Adaptive Model doesn't report status in OpenStudio

ASHRAE 55 Adaptive Model doesn't report status in OpenStudio I use the new option "Add/Remove Extensible Groups" and sel

2022-11-10 12:25:00 -0500 asked a question ASHRAE 55 Adaptive Model doesn't report status in OpenStudio

ASHRAE 55 Adaptive Model doesn't report status in OpenStudio I use the new option "Add/Remove Extensible Groups" and sel

2021-01-02 18:23:11 -0500 received badge  Self-Learner (source)
2020-12-08 15:36:36 -0500 edited answer Data Exchange API: You seem to already have tried to get an Actuator Handle on this one.

Hi, everybody. I could solve the problem closing all actuators in an if clause: if 'handles_done' not in self.data ...

2020-12-08 15:33:48 -0500 answered a question Data Exchange API: You seem to already have tried to get an Actuator Handle on this one.

Hi, everybody. I could solve the problem closing all actuators in an if clause: if 'handles_done' not in self.data .

2020-12-08 14:02:18 -0500 asked a question Data Exchange API: You seem to already have tried to get an Actuator Handle on this one.

Data Exchange API: You seem to already have tried to get an Actuator Handle on this one. I have updated my IDF to E+ 9.4

2020-09-01 09:03:15 -0500 asked a question Installation problem Ubuntu 20.04 OpenStudio Application

Installation problem Ubuntu 20.04 OpenStudio Application I've downloaded the DEB package of OpenStudio App in my compute

2018-05-08 20:12:08 -0500 received badge  Teacher (source)
2018-05-08 18:34:00 -0500 answered a question Hot Gas Reheat in OpenStudio

In the HVAC System Panel, you have to replace the object: AirTerminal:SingleDuct:Uncontrolled by AirTerminal:SingleDuct:

2018-04-11 11:54:07 -0500 asked a question Error Creating Baseline OpenStudio 2.5

Error Creating Baseline OpenStudio 2.5 I just started to use the last version of OpenStudio but now I´ve got an error wh

2016-07-28 09:00:12 -0500 commented question Control Ventilation Error in OpenStudio
2016-07-25 03:40:41 -0500 received badge  Student (source)
2016-07-24 23:38:47 -0500 asked a question Control Ventilation Error in OpenStudio

I'm learning to use openstudio. I've learned to use it without HVAC systems, but now I'm trying to simulate one. I've just done what tutorial describes, I create a one space-thermal zone in SketchUp and added a new Packaged Rooftop Unit where I added the thermal zone I've created. Nevertheless, the simulation launch a fatal error:

Last severe error=IP: IDF line~3078 Object=CONTROLLER:MECHANICALVENTILATION, name=CONTROLLER MECHANICAL VENTILATION 1, Required Field=[Zone 1 Name] was blank.

I don't know what else I've got to do, I'll appreciate your help.