First time here? Check out the Help page!
1 | initial version |
Generating the HTML file
To generate an html input file, your IDF file has to have the objects that will generate the HTML file. Add these two objects to your IDF file, and it will generate the HTML file.
Output:Table:SummaryReports,
AllSummary; !- Report 1 Name
OutputControl:Table:Style,
HTML, !- Column Separator
None; !- Unit Conversion
Reading Energyplus outputs thru eppy or python.
csv
, that you can call by import csv
. Google python csv
to learn more.if you are using eppy to generate the csv files you have to do
idf.run(readvars=True)
Note: some of the earlier version of EnergyPlus will not run with readvars=True. It will run on EnergyPlus-8-9-0