How do I execute SmOffPSZ example?
Hello, today I'm exploring EnergyPlus with Matlab toolbox in Linux environment. I have installed E+ as written into documentation (v9.5.0) and then configured Matlab toolbox to work with it. The problem is when I run the example, I receive the following error
Error using mlep/initialize (line 203) IDF file of version "9.2" is being simulated by an EnergyPlus of version "9.5.0". This may cause severe errors in the EnergyPlus simulation. Use IDFVersionUpdate utility to upgrade the file (<ep_dir>/PreProcess/IDFVersionUpdater/..).
Error in mlepMatlab_example (line 27) ep.initialize;
Notice that I receive the same error with 9.2.0 version and in this case I also did the tip of IDFVersionUpdate, but the tool stated that the file has the current version.
Thanks
I noticed that all IDF files have version "9.2" and changing to 9.2.0 allow to go further. How is it possible? Anyway I ran SmOffPSZ script but now I receive this kind of error:
There is also a suspicious log: EP: sh: 1: java: not found
Seems that error is pop out from mlep.m when try to run E+ simulation. Even though the process is failed, the script goes on and probably cannot write correctly results into the socket.
I report that using windows with E+ 9.2 and matlab 2021a works as expected