Eppy doesn't produce Output Variables
I'm running a script for a large number of runs and want to pull out some hourly outputs. I've defined the Output:Variable's that I want, but when I'm running the simulations through eppy, I don't get the output CSV that I would if I were running it through EP-Launch. I thought setting readvars=True as an argument to the run function would do the trick, but alas, no such luck.
Is there any way to process the output variables to CSV via eppy?
Using: python 3.6, eppy 0.5.46, and E+ v 8.5
Thanks! Eric
I have same problem. I was wondering is it any way to get some output as return of the IDF.run() than reading the text files?
Thanks, Afshin
there are two parts to your question:
Can you open an issue (preferably two separate issues) on https://github.com/santoshphilip/eppy...
Thanks Santosh. I actually plan to process the CSV files with Pandas, so I think my only issue is eppy is not producing CSV files.
I opened an issue here.
Thank you for all your work on eppy! It works really nicely.