How to control EnergyPlus parameters for each timestep using Python?
I am trying to control the EnergyPlus simulation parameters for 2 Zone HVAC Data Center using Python. I want to get the output (like PUE, DEC temperature) after each timestep, calculate the input for the next timestep, and provide the input for the next simulation timestep.
I have tried using eppy package, but, it can only change the parameters after running the entire simulation.
Did you manage to find something for your task? I'm currently searching for something similar but didn't find anything till now.