You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, it is not possible to set up an eDisGo instance completely without connecting to the Open Energy Platform ((T)OEP) database. During the configuration setup within the get_database_alias_dictionaries, there is an automatic call to the OEP database that is unnecessary when using an alternative eGon-data database. This can cause issues for users who do not wish to rely on the OEP.
The setup process should only call the OEP database when explicitly required. If an alternative database (e.g., eGon-data) is specified, the OEP call should be bypassed. A configurable option should be introduced to allow users to disable the OEP database query when it is not needed.
Describe alternatives you've considered
Creating a workaround to intercept and override the database query (adds unnecessary complexity).
Additional context
This enhancement would improve the flexibility of eDisGo, making it easier for users to set up instances with alternative databases without unwanted dependencies on the OEP.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, it is not possible to set up an eDisGo instance completely without connecting to the Open Energy Platform ((T)OEP) database. During the configuration setup within the
get_database_alias_dictionaries
, there is an automatic call to the OEP database that is unnecessary when using an alternative eGon-data database. This can cause issues for users who do not wish to rely on the OEP.eDisGo/edisgo/tools/config.py
Lines 171 to 208 in a0e83c9
Describe the solution you'd like
The setup process should only call the OEP database when explicitly required. If an alternative database (e.g., eGon-data) is specified, the OEP call should be bypassed. A configurable option should be introduced to allow users to disable the OEP database query when it is not needed.
Describe alternatives you've considered
Additional context
This enhancement would improve the flexibility of eDisGo, making it easier for users to set up instances with alternative databases without unwanted dependencies on the OEP.
The text was updated successfully, but these errors were encountered: