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

Cli command for adding a toy account #368

Merged
merged 13 commits into from Feb 25, 2022
Merged

Cli command for adding a toy account #368

merged 13 commits into from Feb 25, 2022

Commits on Feb 18, 2022

  1. adding initial structure: better name and safer against already exist…

    …ing data
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 18, 2022
    Copy the full SHA
    d93cba2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. command to add toy account, default implementation: a battery

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 19, 2022
    Copy the full SHA
    54604f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. use an email with a real domain because for undetectable reasons, the…

    … user can otherwise not log in :/
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 20, 2022
    Copy the full SHA
    0c6f41d View commit details
    Browse the repository at this point in the history
  2. simplify the parameter names for IDs, humanize dates/deltas in show_d…

    …ata CLI
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 20, 2022
    Copy the full SHA
    f6ccbbd View commit details
    Browse the repository at this point in the history
  3. less session flushing by assigning models to relationships, instead o…

    …f IDs
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 20, 2022
    Copy the full SHA
    7957fc4 View commit details
    Browse the repository at this point in the history
  4. do not require energy/power sensors anymore for assets to be shown on…

    … dashboard
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 20, 2022
    Copy the full SHA
    190a087 View commit details
    Browse the repository at this point in the history
  5. protect latest state view from failing with no capacity on sensor

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 20, 2022
    Copy the full SHA
    fbb3017 View commit details
    Browse the repository at this point in the history
  6. Add capacity_in_mw attribute to battery asset

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 20, 2022
    Copy the full SHA
    57b0f5e View commit details
    Browse the repository at this point in the history
  7. document the new CLI command

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 20, 2022
    Copy the full SHA
    f8051fa View commit details
    Browse the repository at this point in the history
  8. mention a command renaming I did

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 20, 2022
    Copy the full SHA
    5cbb690 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. choose better resolutions, display market sensor at the end.

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 22, 2022
    Copy the full SHA
    f6a2b74 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. fix parameter name

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 25, 2022
    Copy the full SHA
    931e572 View commit details
    Browse the repository at this point in the history
  2. add min-soc and max-soc attributes to battery asset, plus small fixes…

    … from review
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 25, 2022
    Copy the full SHA
    ca8c9aa View commit details
    Browse the repository at this point in the history