Skip to content
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

Heat pump desaggregation to buildings #903

Closed
birgits opened this issue Sep 5, 2022 · 2 comments · Fixed by #905
Closed

Heat pump desaggregation to buildings #903

birgits opened this issue Sep 5, 2022 · 2 comments · Fixed by #905
Assignees
Labels
🏗️ integration Integrating a data processing step

Comments

@birgits
Copy link
Contributor

birgits commented Sep 5, 2022

Heat pump capacity per MV grid needs to be desaggregated to specific buildings. This is then also used to create heat demand time series of buildings with heat pumps and for buildings with other decentral heating technologies for eTraGo.

@birgits birgits added the 🏗️ integration Integrating a data processing step label Sep 5, 2022
@nailend nailend mentioned this issue Sep 5, 2022
15 tasks
nailend added a commit that referenced this issue Sep 7, 2022
@nailend
Copy link
Contributor

nailend commented Sep 16, 2022

I am currently running into the following ERROR as we querry every building heat profile (~2000 depending on the MVGD) by its own.

sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at "127.0.0.1", port 59776 failed: could not initiate GSSAPI security context: Unspecified GSS failure.  Minor code may provide more information: Ticket expired
connection to server at "127.0.0.1", port 59776 failed: FATAL:  sorry, too many clients already

Probably the best solution would be generate all profiles in one MVGD at once. Is it easy to adapt the query? @ClaraBuettner
This would anyways take a way to long for whole germany (10min per MVGD > 633h).

@nesnoj
Copy link
Member

nesnoj commented Sep 16, 2022

I am currently running into the following ERROR as we querry every building heat profile (~2000 depending on the MVGD) by its own.

sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at "127.0.0.1", port 59776 failed: could not initiate GSSAPI security context: Unspecified GSS failure.  Minor code may provide more information: Ticket expired
connection to server at "127.0.0.1", port 59776 failed: FATAL:  sorry, too many clients already

Probably the best solution would be generate all profiles in one MVGD at once. Is it easy to adapt the query? @ClaraBuettner

I'm quite familiar with this error from the eMob side #799. If you tell me via RC which instance is affected, I can fix the docker config accordingly.

This would anyways take a way to long for whole germany (10min per MVGD > 633h).

And I guess we cannot do much about the duration (cf. @ClaraBuettner mail).. I stopped it after 146h on DE3 (cf. #377 (comment))

nailend added a commit that referenced this issue Sep 19, 2022
nailend added a commit that referenced this issue Oct 19, 2022
…integration/run-everything-over-the-weekend-2022-10-10
nailend added a commit that referenced this issue Oct 19, 2022
…integration/run-everything-over-the-weekend-2022-10-10
nailend added a commit that referenced this issue Oct 19, 2022
…integration/run-everything-over-the-weekend-2022-10-10
nailend added a commit that referenced this issue Oct 19, 2022
…integration/run-everything-over-the-weekend-2022-10-10
nailend added a commit that referenced this issue Oct 19, 2022
nailend added a commit that referenced this issue Oct 19, 2022
nailend added a commit that referenced this issue Oct 19, 2022
nailend added a commit that referenced this issue Oct 19, 2022
nailend added a commit that referenced this issue Oct 19, 2022
nailend added a commit that referenced this issue Oct 19, 2022
nailend added a commit that referenced this issue Oct 19, 2022
nailend added a commit that referenced this issue Oct 19, 2022
nailend added a commit that referenced this issue Oct 19, 2022
nailend added a commit that referenced this issue Oct 19, 2022
nailend added a commit that referenced this issue Oct 19, 2022
nailend added a commit that referenced this issue Oct 24, 2022
…pumps' into continuous-integration/run-everything-over-the-weekend-2022-10-10
nailend added a commit that referenced this issue Oct 24, 2022
…pumps' into continuous-integration/run-everything-over-the-weekend-2022-10-10
nailend added a commit that referenced this issue Oct 25, 2022
…pumps' into continuous-integration/run-everything-over-the-weekend-2022-10-10
nailend added a commit that referenced this issue Oct 25, 2022
…pumps' into continuous-integration/run-everything-over-the-weekend-2022-10-10
nailend added a commit that referenced this issue Oct 25, 2022
…pumps' into continuous-integration/run-everything-over-the-weekend-2022-10-10
nailend added a commit that referenced this issue Oct 26, 2022
nailend added a commit that referenced this issue Oct 26, 2022
nailend added a commit that referenced this issue Oct 26, 2022
nailend added a commit that referenced this issue Oct 26, 2022
nailend added a commit that referenced this issue Oct 26, 2022
nailend added a commit that referenced this issue Oct 31, 2022
…pumps' into continuous-integration/run-everything-over-the-weekend-2022-10-10
nailend added a commit that referenced this issue Oct 31, 2022
…integration/run-everything-over-the-weekend-2022-10-10
nailend added a commit that referenced this issue Nov 1, 2022
nailend added a commit that referenced this issue Nov 4, 2022
gnn added a commit that referenced this issue Nov 14, 2022
gnn added a commit that referenced this issue Nov 14, 2022
birgits added a commit that referenced this issue Nov 18, 2022
…integration/run-everything-2022-11-10

src/egon/data/datasets/electricity_demand_timeseries/cts_buildings.py
birgits added a commit that referenced this issue Nov 21, 2022
ClaraBuettner added a commit that referenced this issue Dec 2, 2022
nesnoj added a commit that referenced this issue Dec 23, 2022
nailend added a commit that referenced this issue Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏗️ integration Integrating a data processing step
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants