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

update flex_window #201

Open
jakobgemassmer opened this issue Nov 7, 2023 · 0 comments
Open

update flex_window #201

jakobgemassmer opened this issue Nov 7, 2023 · 0 comments
Assignees
Labels
low prio Can be done later

Comments

@jakobgemassmer
Copy link
Collaborator

The strategy flex_window is outdatet. It should follow the same logic as peak_load_window. The only difference is, that the time windows in flex window are not static and that the source is another than in peak_load_window. Two options:

  1. Introduce to substragies to peak_load_window.py and delete flex_window.py
  • "static" = same as current version of peak_load_window -> time windows are provided via json
  • "flexible" = time windows are provided like they are currently for flex_window
  1. Update flex_window.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low prio Can be done later
Projects
None yet
Development

No branches or pull requests

2 participants