1

How to create or edit Energy Management System in Openstudio

I was modifying a DOE prototype downloaded from BCL in Openstudio. I came into some errors when I deleted some zones (cause I wanted to reduce the building size and room quantity), I noticed that there are EnergyManagementSystems(EMS) remained in the files(when I checked in text), so I deleted it and the simulation runs. My question is, how comes that I have to editing in text while I was using an Openstudio software? Is there way that I can modify the EMS in Openstudio?

Li_Liu's avatar
183
Li_Liu
asked 2018-11-09 11:33:14 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-11-10 10:22:28 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

You cannot edit EMS through the OpenStudio Graphical User Interface (GUI), also known as the 'OpenStudio App'.

You can edit EMS with the OpenStudio Application Programming Interface (API), which you can do through ruby scripts or console.

Here is some example code in openstudio-standards for creating and editing EMS with the OpenStudio API.

mdahlhausen's avatar
9.5k
mdahlhausen
answered 2018-11-09 13:32:09 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you! That helps.

Li_Liu's avatar Li_Liu (2018-11-12 11:00:46 -0500) edit
add a comment see more comments