Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I used the same code with an OpenModelica generated FMU, and there is no problem over there. So, it seems to be a tricky issue of E+.

The problem was solved :D !!! The problem was related to the fact that prior initializing the model, the experiment must be set up through:

house.setup_experiment(stop_time=final_time) #This was the missing part!!
house.initialize(start_time, final_time,True)

I used the same code with an OpenModelica generated FMU, and there is no problem over there. So, it seems to be a tricky issue of E+.