Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

Zone Component Load Summary not generated with Eppy scripts

I am now working on the Eppy scripts to run EnergyPlus building simulation and do system sizing. I have a few questions about zone load results and eppy scripts:

I used the "Ideal Air Loads" to calculate the zone load first, and later, I am going to use the load values to pick up the right HVAC system devices and run the energy simulation. Now after running the "Ideal Air Loads" model, there's an "HVAC sizing summary" in HTML summary report which shows the load results for each thermal zone, and I tried to generate the "Zone Component Load Summary" as well to see the details about load breakdown and choose the right peak load number. But I found the eppy scripts didn't work well to generate the "Zone Component Load Summary" in html report while the EP-Launch made it successfully (They are running the same IDF file). I used to come to some similar situation without setting "run expanded objects" to "True" in Eppy run function, is there any parameter here to generating "Zone Component Load Summary" report as well when running simulation with Eppy? Following are screen shot for report tables run with Eppy and with EP-Launch, the latter one has contained the "Zone Component Load Summary" part for thermalzone "01_C1".

image description image description

Zone Component Load Summary not generated with Eppy scripts

I am now working on the Eppy scripts to run EnergyPlus building simulation and do system sizing. I have a few questions about zone load results and eppy scripts:

I used the "Ideal Air Loads" to calculate the zone load first, and later, I am going to use the load values to pick up the right HVAC system devices and run the energy simulation. Now after running the "Ideal Air Loads" model, there's an "HVAC sizing summary" in HTML summary report which shows the load results for each thermal zone, and I tried to generate the "Zone Component Load Summary" as well to see the details about load breakdown and choose the right peak load number. But I found the eppy scripts didn't work well to generate the "Zone Component Load Summary" in html report while the EP-Launch made it successfully (They are running the same IDF file). I used to come to some similar situation without setting "run expanded objects" to "True" in Eppy run function, is there any parameter here to generating "Zone Component Load Summary" report as well when running simulation with Eppy? Following are screen shot for report tables run with Eppy and with EP-Launch, the latter one has contained the "Zone Component Load Summary" part for thermalzone "01_C1".

image description image description

But there seems to be not a relevant parameter for generating Zone Component Load Summary report in eppy run() function: image description

EnergyPlus Documentation has some explanation for summary report, but still confused since it seemed that none of “AllSummary” “AllMonthly” “AllSummaryAndMonthly” “AllSummaryAndSizingPeriod”, or “AllSummaryMonthlyAndSizingPeriod” could work with Eppy to generate the Zone Component Load Summary.