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

Polish PandasReporter schemas #788

Commits on Aug 3, 2023

  1. add required_input and required_output to PandasReporterConfigSchema …

    …and input & outupt to parameters
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0f80fce View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/reporting/save-reporters…

    …-data-source' into feature/reporting/adapt-pandas-reporter-to-standard-io-schema
    victorgarcia98 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9c1c1e5 View commit details
    Browse the repository at this point in the history
  3. adapt tests

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

Commits on Aug 4, 2023

  1. implement multiple output and simplify tibber reporter

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

Commits on Aug 6, 2023

  1. fix example in the docstring

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    ce763c6 View commit details
    Browse the repository at this point in the history
  2. remove max=1 constraint

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    44d53fb View commit details
    Browse the repository at this point in the history
  3. add example for _clean_parameters

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    17120b6 View commit details
    Browse the repository at this point in the history
  4. remove time parameters in input (_clean_parameters method)

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    1c01027 View commit details
    Browse the repository at this point in the history
  5. remove filed added accidentally

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

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    2d9ea2b View commit details
    Browse the repository at this point in the history
  7. update changelog entry

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

Commits on Aug 7, 2023

  1. fix changelog

    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    victorgarcia98 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a6829d1 View commit details
    Browse the repository at this point in the history
  2. Adapt test_add_report to use the new field of the PandasReporter

    …schema (#789)
    
    * fix: typo
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * fix: fetch output sensor only from parameters dict
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    
    * adapt the CLI to deal with multiple output
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    
    * fix typos
    
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    
    ---------
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
    Co-authored-by: F.N. Claessen <felix@seita.nl>
    victorgarcia98 and Flix6x committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5bf20ac View commit details
    Browse the repository at this point in the history