FZJ-IEK3-VSA / HiSim

HiSim - House Infrastructure Simulator
MIT License
27 stars 14 forks source link

Error when simulating with "loadprofilegenerator_utsp_connector" #261

Closed Hoppe-J closed 4 months ago

Hoppe-J commented 7 months ago

Hi, when simulating with the loadprofilegenerator_utsp_connector the following error occurs:

grafik

Maybe, it is because the StrGuid in the JsonReferences in the TravelRouteSets were changed in the utps client, but not updated in the lib of hisim: In HiSim:

grafik

In the utps client (from Github):

grafik

Hoppe-J commented 7 months ago

I update the utpsclient package in hisim, so the class "TravelRouteSets" were correct, but the "lpg_helper.py" file were already false. I copied it from github to the hisim package folder of the utpsclient. Now it works. Maybe there has to be a "new" update, which replace the utpsclient files.

noah80 commented 7 months ago

We are currently in the process of revising the UTSP client and connector. Should hopefully be done next week.

noah80 commented 4 months ago

Solved by improving the utsp connector to have an offline mode.