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/706 ocpp 201 california pricing requirements #757

Merged
merged 26 commits into from
Sep 24, 2024

Commits on Aug 21, 2024

  1. Store some callbacks and other todo's in new branch for implementing …

    …pricing for 2.0.1
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    107fbe6 View commit details
    Browse the repository at this point in the history
  2. Merge commit 'c2a980b7a44e5c92e4a661e4b6d231bd832bfbae' from main int…

    …o feature/706-ocpp-201-california-pricing-requirements
    maaikez committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0bfb613 View commit details
    Browse the repository at this point in the history
  3. Start implementing display messages and tariff and cost for ocpp 2.0.1

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9b4c513 View commit details
    Browse the repository at this point in the history
  4. Further implement DisplayMessage and TariffAndCost for OCPP 2.0.1

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7a0379f View commit details
    Browse the repository at this point in the history
  5. Add SupportedState to DisplayMessageCtrlr. Move callbacks to new file…

    …s and add more logging in the callback validate function. Implement cost and tariff from transactioneventresponse.
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8943e98 View commit details
    Browse the repository at this point in the history
  6. Start adding California Pricing and multilanguage support for 2.0.1.

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    774c99f View commit details
    Browse the repository at this point in the history
  7. Add some extra California Pricing variables to DisplayMessageCtrlr. A…

    …dd multilanguage for california pricing.
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f675fb6 View commit details
    Browse the repository at this point in the history
  8. Add display messages and tariff and cost callbacks to ocpp module. Mo…

    …ve conversions to everest core. Change transaction id to identifier type. Start with metervalue triggers.
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    26d3df9 View commit details
    Browse the repository at this point in the history
  9. Implement energy and power triggers.

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    907c186 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2946b9b View commit details
    Browse the repository at this point in the history
  11. Implement metervalue triggers.

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    07b53cf View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. typo

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5a7cf6c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Add documentation for california pricing.

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    14e22f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge remote-tracking branch 'origin/main' into feature/706-ocpp-201-…

    …california-pricing-requirements
    maaikez committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b07429d View commit details
    Browse the repository at this point in the history
  2. Add documentation

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    22bc734 View commit details
    Browse the repository at this point in the history
  3. Corrected configuration item that was not according to spec.

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    50212c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Add device_model to callbacks valid call

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b919295 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Add call to handle_costupdated_req if CostUpdatedRequest is received.…

    … Some changes in variables with a wrong name.
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    53448ea View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Fix rounding issue. Fix trigger issues.

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6f4994d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Update status document for display message and california pricing. Fi…

    …x some bugs, mainly with triggers.
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cb4cfc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Remove 'duplicate' function (a same kind of function was already ther…

    …e in utils). Some comments and also send power active measurand to be sure (if it is there anyway)
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1b70663 View commit details
    Browse the repository at this point in the history
  2. Remove todo

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9ee204d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    103c9e9 View commit details
    Browse the repository at this point in the history
  2. Formatting

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a47c677 View commit details
    Browse the repository at this point in the history
  3. Fix order of checks because of failing test after merge.

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3060c4b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Remove unnecessary TODO's. Change '&&' to 'and' and '||' to 'or'

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2aa95a1 View commit details
    Browse the repository at this point in the history