4

Simulating with real sensor data in OpenStudio

Hello. I have real sensor data that I would like to use to model a house. The measured data include zone temperature and occupancy, outside air temperature, and on/off status for gas furnace and whole house fan. The goal of modelling is to accurately predict the zone temperature values using the other measured data as schedules.

Is there a way to simulate only 1-2 weeks using the sensor data in OpenStudio? Thank you!

bchoi's avatar
191
bchoi
asked 2021-06-17 16:54:33 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2021-07-09 16:41:21 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

Occupancy schedule is very easy to change into a model input. Dealing with outside air temperatures is more challenging. If you start changing temperature values without other values you can create a lot of problems. You may just want to get an AMY file near your building for the correct year and validate that it is reasonably close to your model. If you have ventilation or maybe even infiltration their might be a way to use EMS to override the inlet temperature but that won't change the temperature the envelope is exposed to. If you do edit weather file I would use one of a number of tools designed for that vs. hand editing just temperatures. EnergyPlus doesn't cycle HVAC equipment like they are actually controlled but you can gather fraction fo runtime from your measured data can compare that to fraction runtime for simulated equipment.

For comparing simulated output like fraction runtime or zone temperatures the time series objective function measure is a good option. This compares a CSV file of measured data against SQL output variable from EnergyPlus. We used this measure to calibrate our ORNL FRP model to measured building data. For part of this we had one week of with HVAC systems off and known plug load and occupancy fed in as schedules, with zone temperatures as the objective function. That is described in this paper. It may be good idea to run the simulation for a week or more before you need it bout just request SQL data or evaluate it against your test week. This is important if it has a lot of mass or has been un-conditioned prior to the test period. Hope this helps. that measure is not documented outside of the paper. We do plan to add more documentation and tests for it.

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2021-06-17 18:18:42 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments