lbl-srg / EnergyPlusToFMU

EnergyPlus export as a Functional Mockup Unit for co-simulation
41 stars 17 forks source link

Issues running FMUs(from EnergyPlusToFMU2.1.0) on Pyfmi #40

Closed tongue01 closed 4 years ago

tongue01 commented 4 years ago

I used the latest version of E+ and EnergyPlusToFMU2.1.0 , and tried to co-simulation with the pyfmi2.4 and the fmus than i created. but there was an error on the load_fmu():UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb2 in position 27: invalid start byte. image i m sure that the pyfmi is correctly installed, so do you know why?

tsnouidui commented 4 years ago

I have never seen such an error. Which version of Python are you using? Could you share the master algorithm code you are using to drive the FMU?