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

This is a random exerpt from an IDF file I am working on with Python EMS. You can see there are two objects, Output:Meter and Output:Variable.

The meter name is "ElectricityNet:Facility", and the variable key and name is "*" and "Zone People Occupant Count", respectively. The "*" just means that I need to specify a certain Zone name as the "*" represents all possible inputs (Zones) for that field. This is all I need to access those output data.

image description

And this post may help with the actuators.