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/save soc values as a sensor #1018

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Mar 22, 2024

  1. create an soc sensor and a schedule for it

    Signed-off-by: Ahmad Wahid <[email protected]>
    Ahmad-Wahid committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c1d8f46 View commit details
    Browse the repository at this point in the history
  2. run pre-commit

    Signed-off-by: Ahmad Wahid <[email protected]>
    Ahmad-Wahid committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    23160b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    91eb16e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feature/planning/save…

    …-soc-values-as-a-sensor
    
    # Conflicts:
    #	flexmeasures/data/models/planning/tests/test_solver.py
    Ahmad-Wahid committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1b3651e View commit details
    Browse the repository at this point in the history
  3. rename get-soc-sensor-value function

    Signed-off-by: Ahmad Wahid <[email protected]>
    Ahmad-Wahid committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7f01658 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    1d57049 View commit details
    Browse the repository at this point in the history
  2. refactor the schema and cli inputs

    Signed-off-by: Ahmad Wahid <[email protected]>
    Ahmad-Wahid committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d17fe37 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    3dd9968 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fix: extend type annotation

    Signed-off-by: F.N. Claessen <[email protected]>
    Flix6x committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5d8b14d View commit details
    Browse the repository at this point in the history
  2. refactor: flatten if/else-block

    Signed-off-by: F.N. Claessen <[email protected]>
    Flix6x committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3833c2e View commit details
    Browse the repository at this point in the history
  3. feature: add unit validation

    Signed-off-by: F.N. Claessen <[email protected]>
    Flix6x committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    42b121a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/origin/main' into feature/…

    …planning/save-soc-values-as-a-sensor
    
    Signed-off-by: F.N. Claessen <[email protected]>
    
    # Conflicts:
    #	flexmeasures/data/models/planning/storage.py
    #	flexmeasures/data/schemas/scheduling/storage.py
    #	flexmeasures/data/schemas/sensors.py
    Flix6x committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    91d3e74 View commit details
    Browse the repository at this point in the history
  5. Refactor return value of test util using dataclasses

    Signed-off-by: F.N. Claessen <[email protected]>
    Flix6x committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    359fa13 View commit details
    Browse the repository at this point in the history
  6. fix: add test and fix unit conversion for SoC schedule

    Signed-off-by: F.N. Claessen <[email protected]>
    Flix6x committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    405012c View commit details
    Browse the repository at this point in the history
  7. revert: remove deserialization case, see #1018 (comment)

    Signed-off-by: F.N. Claessen <[email protected]>
    Flix6x committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c095707 View commit details
    Browse the repository at this point in the history
  8. fix: tests

    Signed-off-by: F.N. Claessen <[email protected]>
    Flix6x committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    858a7c3 View commit details
    Browse the repository at this point in the history
  9. revert: accidentally reintroduced code block upon resolving merge con…

    …flict
    
    Signed-off-by: F.N. Claessen <[email protected]>
    Flix6x committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6dede52 View commit details
    Browse the repository at this point in the history