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

Revision history [back]

click to hide/show revision 1
initial version

Ad simulation step - you can specify the Timestep parameter in the idf file. If you just want to generate data, you also need to change output variables specs. In example

Output:Variable, VAV_1 Zone Equipment Outlet Node, System Node Pressure, timestep;

Ad Indian conditions - all you need is to supply weather (epw) file and make sure this file is used. Configurable in idf. Should work out-of-the-box.

Ad simulation - I am using E+ for similar purposes (control, ML). I recommend to wrap E+ with launcher (e.g. using energyplus executalbe) and PythonPlugin as interface for getting state and resetting setpoints (actions).