1

Automatic run of Energyplus weather converter

I would like to automatically run the energyplus weather converter. Is there a special command for this ?

Can we get the source of this program ?

The idea is automatically get weather forecast from database in .csv and automatically convert it in .epw.

looooic's avatar
79
looooic
asked 2019-11-25 05:26:18 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-01-20 12:08:11 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

2

As far as I'm aware, the only option is to interface with the EPlusWth.dll file as described here: https://bigladdersoftware.com/epx/doc...

It has some example code for interfacing with it from Visual Basic or Fortran.

There's also an example for C# here: https://unmethours.com/question/28862...

shorowit's avatar
11.8k
shorowit
answered 2019-11-27 16:55:50 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you for the C# link. I already try the VB way from excel macro but I get the error 48 saying that it does not find the file EPlusWth.dll. Or the file is in the folder.

It is a pity because the weather converter program manage to compute the needed .epw value from different value that we can easily get from forecast database.

looooic's avatar looooic (2019-11-28 08:31:47 -0500) edit
add a comment see more comments
1

What kind of forecast data you are talking about? From my understanding, it is hard to get the solar radiation data.
If only the wet bulb and the dry bulb will be used from forecast data base you are referencing from. I doubt how accurate the .epw data will be.

EnergyPlus question's avatar
269
EnergyPlus question
answered 2019-11-27 16:19:54 -0500
edit flag offensive 0 remove flag delete link

Comments

I gonna use this database : http://www.soda-pro.com/help/automati... You have the forecast for the current day, it is refreshed every 15 min

looooic's avatar looooic (2019-11-28 07:58:31 -0500) edit
add a comment see more comments