First time here? Check out the Help page!
1 | initial version |
Sounds like you are trying to get daily average zone temperature, is this correct?
You can request timestep or hourly zone mean air temperatures with the Output:Variable object:
Output:Variable,*,Zone Mean Air Temperature,daily;
Or hourly (likely what you want instead):
Output:Variable,*,Zone Mean Air Temperature,hourly;