Reading the "energy per total building kWh/m2" result on grasshopper

I am trying to read the “energy per total building kWh/m2” result on grasshopper but I am not sure which component (readRDD or EPcustomResult) and keywords to use. I would be much appreciated if someone could advise. Thank you.

image

Energy+ simulated results are not in kWh and of course not in kWh/m2. They are in Joules. You need to convert them.
The results obtained in the readResults component are internally converted from J into kWh. There is another component (can’t remember the name right now) that can normalize the results to m2.

-A.

1 Like

The other component @AbrahamYezioro references is this one:
image
https://mostapharoudsari.gitbooks.io/honeybee-primer/text/components/Normalize_Data_by_Floor_Area.html

1 Like