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

Take advantage of the flexibility over multiple standing events #184

Open
jakobgemassmer opened this issue Sep 21, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request low prio Can be done later nice to have New feature with medium priority

Comments

@jakobgemassmer
Copy link
Collaborator

jakobgemassmer commented Sep 21, 2023

Currently flexible charging is limited to one standing event, because the overall goal is to reach a desired_soc at the end of each standing event. The only way to bypass this is to set the desire_soc to 0, when generating the scenario.

For some strategies like e.g. balanced_market or schedule it would be great if multiple standing events would be taken into account. Simple example with only two standing events:

  1. standing event = high prices
  2. standing event = low prices

Check how much energy is needed to be able to make the next trip -> Charge nothing or only so much in the first standing event to be able to make that trip (don't charge to the desired_soc) -> make the trip -> charge more in the second standing event.

If the prices are lower in the first standing event, a vehicle could charge enough to make the next to trips, so it doesn't need to charge in the second standing event (when prices are higher there).

Maybe we can introduce a new flag like flex_over_multiple_standing_events = True

@jakobgemassmer jakobgemassmer added enhancement New feature or request question Further information is requested labels Sep 21, 2023
@jakobgemassmer jakobgemassmer assigned mosc5 and unassigned stefansc1 Oct 24, 2023
@jakobgemassmer jakobgemassmer added nice to have New feature with medium priority low prio Can be done later and removed question Further information is requested labels Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low prio Can be done later nice to have New feature with medium priority
Projects
None yet
Development

No branches or pull requests

3 participants