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

[FEATURE] Flexibilize charging strategies #330

Open
khelfen opened this issue Nov 3, 2022 · 0 comments
Open

[FEATURE] Flexibilize charging strategies #330

khelfen opened this issue Nov 3, 2022 · 0 comments

Comments

@khelfen
Copy link
Collaborator

khelfen commented Nov 3, 2022

Is your feature request related to a problem? Please describe.
At the moment, the charging strategies can only be applied to all charging processes at the same time. It should also be possible to select only individual charging parks per strategy.

Describe the solution you'd like
Adding an option to pick individual charging parks at the following location should be enough to fix this:

charging_parks = [
cp
for cp in list(edisgo_obj.electromobility.potential_charging_parks)
if cp.grid is not None
]

@khelfen khelfen self-assigned this Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants