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

Stop trimming the planning window in response to price availability #538

Merged
merged 5 commits into from Dec 2, 2022

Commits on Nov 24, 2022

  1. Prevent scheduler from emptying the battery at the end of the schedul…

    …ing horizon, using naive forecasting (forward filling the last known price); note that in case of a negative price, this would still result in emptying the battery; switching to naive forecasting with a seasonal periodicity of 1 day or 1 week would give inconsistent results, because they will then depend on how long a perice period has been loaded in the price bdf.
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Nov 24, 2022
    Copy the full SHA
    f2742af View commit details
    Browse the repository at this point in the history
  2. Log a warning in case of extending prices to the edges of the plannin…

    …g window
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Nov 24, 2022
    Copy the full SHA
    3335d34 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Update docstring with description of new behaviour

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 1, 2022
    Copy the full SHA
    da3e304 View commit details
    Browse the repository at this point in the history
  2. Changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 1, 2022
    Copy the full SHA
    18020b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Merge remote-tracking branch 'origin/main' into prevent-storage-drain…

    …-at-scheduling-horizon
    
    # Conflicts:
    #	documentation/changelog.rst
    Flix6x committed Dec 2, 2022
    Copy the full SHA
    8fef418 View commit details
    Browse the repository at this point in the history