First time here? Check out the Help page!
1 | initial version |
As you correctly stated, if you are using eppy to generate the csv files you have to do.
idf.run(readvars=True)
Unfortunately idf.run(readvars=True)
fails on some of the earlier versions of Energyplus. Test have shown that it will work on EnergyPlus-8-9-0
Briefly:
ReadVarsESO
after the simulations are complete. ReadVarsESO
located in an unexpected place.ReadVarsESO
and will not generate the csv filesReadVarsESO
is located in the right place in EnergyPlus-8-9-0
and the csv files will be generated here. ReadVarsESO
successfully and will generate the csv files. But this varies on different platforms. If you are able to test and give me a list, I'll add it to the eppy documentation.