Detailed report of energy end-use (interior equipment)
I'm working in OpenStudio and I need to check the energy end-use because the interior equipment end use seem too large in absolute terms.
I've already read this what is included in interior equipment for EnergyPlus? and it is useful but not exactly what I need.
Is there any way to have in the report a more detailed splitting of the interior equipment?
What granularity do you want? Did you define multiple
ElectricEquipment
per zone? Or do you want to have the total of interior equipment per zone or something? Anyways, you'll end up using eitheroutput:variable
oroutput:meter
(to aggregate)I need just a monthly consumption. I have defined several
ElectricEquipment
and I'd like to have the consumption for each of them. I'll search better the meter, I've seen that there is a measure for adding them.Also these could be useful: How to Put Loads on Separate Meters in OpenStudio?Multiple Meters for a Single Building
Say you have ten zones and have defined for each zone two electricEquipments, one being Load A and the other being Load B. Do you want to have Load A and Load B for each zone (10*2=20 variables), or a total value of Load A across all zones and total of Load B across all zones (2 variables)? Did you use a good naming convention?
It is more 2 zones and 5 loads, some loads are the same, some are present in only one zone. I am fine with both solution (per zone OR per load), I just have to check the energy consumption because the output does not seem right but in the standard Monthly Overview they are all summed up in "Interior Equipment". To find out if there is an offending load I need to have them split. I'm afraid I did not used a particularly good naming convention, just "SpaceType_LoadType_1-n".