Visualize Operation of Openings

I’ve used a component for ventilation control and I’d like to see when the windows in my model are open, on an hourly basis.
How can I do that?

A graph of just boolean values indication open and close will do.

@mansidengre,

You can use the climate file in combination with conditionals if you just want to know when the outside temperature is inbetween two values. If you want to take into account also inside temperatures you can have a look at the simulation output for natural ventilation.

2 Likes

Great! Thank you so much!