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/376 ocpp 201 california pricing requirements tariff and cost #707

Commits on Jul 8, 2024

  1. Start implementing California Pricing for 1.6: add type structs for c…

    …allbacks in 'common' so they can be used for both 1.6 and 2.01.
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f253e03 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Implement some from / to json functions for running cost

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

Commits on Jul 10, 2024

  1. Define structs and create conversions for RunningCost and DisplayMess…

    …age.
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    701a0ff View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Write some conversions.

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

Commits on Jul 12, 2024

  1. Start implementing California Pricing for OCPP 1.6

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

Commits on Jul 15, 2024

  1. Send session id instead of transaction id (convert!). Add some json c…

    …onfig schemas.
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7b2df00 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Fix some crashes.

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

Commits on Jul 18, 2024

  1. Fix some conversions to / from json. Add configuration items needed f…

    …or CostAndPrice and multi language.
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0ddc250 View commit details
    Browse the repository at this point in the history
  2. Add number of decimals to config. Start with 201 implementation.

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

Commits on Jul 22, 2024

  1. Implement todo's or remove them. Start implementing triggers.

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

Commits on Jul 23, 2024

  1. Implement trigger timer for sending metervalues.

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3644320 View commit details
    Browse the repository at this point in the history
  2. Remove 2.0.1 stuff.

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    30deec6 View commit details
    Browse the repository at this point in the history
  3. Change DefaultPrice configuration item and other configurations. Add …

    …get / set functions for configurations.
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4617c42 View commit details
    Browse the repository at this point in the history
  4. Start time offset timer so the time offset will be set at the correct…

    … transition date / time.
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ec2d1c2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into feature/376-ocpp-201-california-pricing-requ…

    …irements-tariff-and-cost
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b99a53a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Implement DefaultPriceText languages.

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0d21f65 View commit details
    Browse the repository at this point in the history
  2. Some fixes in setting the default price text. Set cost and price conf…

    …iguration items in user config.
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2ce9081 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Trigger metervalue on status is an array, not a single status (can be…

    … multiple statusses).
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1927cbf View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Get transaction from transaction id / tag id

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

Commits on Jul 29, 2024

  1. clangformat

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

Commits on Jul 30, 2024

  1. Review comments. Add documentation, make code a bit more readable, fi…

    …x some issues. When session id is not found, return rejected and not send pricing messages.
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    94eb725 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Make code more readable hopefully by moving code to functions.

    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c014699 View commit details
    Browse the repository at this point in the history
  2. Fix some bugs in the triggers to send the metervalues.

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

Commits on Aug 5, 2024

  1. Remove check for configuration item which is mandatory, ie already au…

    …tomatically checked
    
    Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
    maaikez committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c61dcce View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/376-ocpp-201-california-pricing-requ…

    …irements-tariff-and-cost
    maaikez committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1009ca1 View commit details
    Browse the repository at this point in the history
  3. Clangformat....

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

Commits on Aug 8, 2024

  1. Review comments.

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

Commits on Aug 9, 2024

  1. formatting...

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

Commits on Aug 13, 2024

  1. Merge branch 'main' into feature/376-ocpp-201-california-pricing-requ…

    …irements-tariff-and-cost
    maaikez committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a9f1399 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.15.1

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