-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading custom load profile generator #369
Comments
Hi, take a look at the config of the "loadprofilegenerator_utsp_connector.py". There you can set the name of your predefine profile. |
Hi @Hoppe-J, thanks for your reply. I have modified the Here is the loadprofiles I used, and here is the modified files. Please note that I have slightly modified the district example to give it a try. Do you have any ideas what possible I did wrong? thanks. |
You get the same results because the same instance of the simple_generic_household.py model is loaded twice in the district model without explicit config of each household. You have to parameterize the houses differently. Either you create different instances of the simple_generic_household.py model with the appropriate parameter settings or create a file (e.g. json or csv) with which you can parameterize the houses, in which you then assign the configs to the different instances via a loop. |
I am facing an issue regarding the load profiles generator (lpg). I managed to create a district of 6 houses (3 running on gas heaters and the rest running on heat pumps), and I am stuck with the load profile since all 6 houses are using the default load profile.
My question is, how can I load a custom load profile per household?
The text was updated successfully, but these errors were encountered: