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

feat: add flexmeasures add schedule generic command #730

Closed
wants to merge 26 commits into from

Commits on Jun 14, 2023

  1. test: add shiftable_load fixture

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f64709a View commit details
    Browse the repository at this point in the history
  2. test: move fixture setup_dummy_sensors from test_reporting.py to conf…

    …test.py
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    35ca7e7 View commit details
    Browse the repository at this point in the history
  3. feat: add ShiftableLoadFlexModelSchema

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    99af08c View commit details
    Browse the repository at this point in the history
  4. test: add ShiftableLoadFlexModelSchema tests

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5216fa3 View commit details
    Browse the repository at this point in the history
  5. feat: add ShiftableLoadScheduler

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    8faf7e5 View commit details
    Browse the repository at this point in the history
  6. tests: add ShiftableLoadScheduler tests

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b1472a5 View commit details
    Browse the repository at this point in the history
  7. test: add required parameter

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e32767a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1e9db5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. docs: improve docstrings

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d26cd53 View commit details
    Browse the repository at this point in the history
  2. feat: add scheduler_class_str to create_scheduling_job make_schedule …

    …in order to allow getting the class from the app context instead of the sensors attributes.
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2ea9ad7 View commit details
    Browse the repository at this point in the history
  3. docs: add new command to commands.rst

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    45cfdeb View commit details
    Browse the repository at this point in the history
  4. feat: add flexmeasures add schedule generic command

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d4e0929 View commit details
    Browse the repository at this point in the history
  5. refactor: change flexmeasures add schedule generic function name

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a5c5373 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    3016bdd View commit details
    Browse the repository at this point in the history
  2. fix: pandas 2.0 deprecated argument

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    48eed71 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    84c23be View commit details
    Browse the repository at this point in the history
  2. docs: add changelog

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    850dd51 View commit details
    Browse the repository at this point in the history
  3. refactor: move TimeIntervalSchema to data.schemas.time

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b099e25 View commit details
    Browse the repository at this point in the history
  4. refactor: rename cost_sensor to consumption_price_sensor

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    bf8c20d View commit details
    Browse the repository at this point in the history
  5. docs: add attribute description

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    405ca40 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. address change requests

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c20669c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/shiftable-load-scheduler

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    fbffd2e View commit details
    Browse the repository at this point in the history
  3. use consumption_price_sensor from flex_context

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    98d4a16 View commit details
    Browse the repository at this point in the history
  4. making block_invalid_starting_times_for_whole_process_scheduling work…

    … only when optimizing a INFLEXIBLE or SHIFTABLE load type.
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b991863 View commit details
    Browse the repository at this point in the history
  5. remove consumption_price_sensor from flex_model

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6822958 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0c9624 View commit details
    Browse the repository at this point in the history