-
Notifications
You must be signed in to change notification settings - Fork 48
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
Feature/376 ocpp 201 california pricing requirements tariff and cost #707
Commits on Jul 8, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for f253e03 - Browse repository at this point
Copy the full SHA f253e03View commit details
Commits on Jul 9, 2024
-
Implement some from / to json functions for running cost
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0077745 - Browse repository at this point
Copy the full SHA 0077745View commit details
Commits on Jul 10, 2024
-
Define structs and create conversions for RunningCost and DisplayMess…
…age. Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 701a0ff - Browse repository at this point
Copy the full SHA 701a0ffView commit details
Commits on Jul 11, 2024
-
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d56f2f4 - Browse repository at this point
Copy the full SHA d56f2f4View commit details
Commits on Jul 12, 2024
-
Start implementing California Pricing for OCPP 1.6
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 168610c - Browse repository at this point
Copy the full SHA 168610cView commit details
Commits on Jul 15, 2024
-
Send session id instead of transaction id (convert!). Add some json c…
…onfig schemas. Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b2df00 - Browse repository at this point
Copy the full SHA 7b2df00View commit details
Commits on Jul 17, 2024
-
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 936cb6d - Browse repository at this point
Copy the full SHA 936cb6dView commit details
Commits on Jul 18, 2024
-
Fix some conversions to / from json. Add configuration items needed f…
…or CostAndPrice and multi language. Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ddc250 - Browse repository at this point
Copy the full SHA 0ddc250View commit details -
Add number of decimals to config. Start with 201 implementation.
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5936f2 - Browse repository at this point
Copy the full SHA a5936f2View commit details
Commits on Jul 22, 2024
-
Implement todo's or remove them. Start implementing triggers.
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2756d8f - Browse repository at this point
Copy the full SHA 2756d8fView commit details
Commits on Jul 23, 2024
-
Implement trigger timer for sending metervalues.
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3644320 - Browse repository at this point
Copy the full SHA 3644320View commit details -
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30deec6 - Browse repository at this point
Copy the full SHA 30deec6View commit details -
Change DefaultPrice configuration item and other configurations. Add …
…get / set functions for configurations. Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4617c42 - Browse repository at this point
Copy the full SHA 4617c42View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ec2d1c2 - Browse repository at this point
Copy the full SHA ec2d1c2View commit details -
Merge branch 'main' into feature/376-ocpp-201-california-pricing-requ…
…irements-tariff-and-cost Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b99a53a - Browse repository at this point
Copy the full SHA b99a53aView commit details
Commits on Jul 24, 2024
-
Implement DefaultPriceText languages.
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d21f65 - Browse repository at this point
Copy the full SHA 0d21f65View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2ce9081 - Browse repository at this point
Copy the full SHA 2ce9081View commit details
Commits on Jul 25, 2024
-
Trigger metervalue on status is an array, not a single status (can be…
… multiple statusses). Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1927cbf - Browse repository at this point
Copy the full SHA 1927cbfView commit details
Commits on Jul 26, 2024
-
Get transaction from transaction id / tag id
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be630d0 - Browse repository at this point
Copy the full SHA be630d0View commit details
Commits on Jul 29, 2024
-
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fee912b - Browse repository at this point
Copy the full SHA fee912bView commit details
Commits on Jul 30, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 94eb725 - Browse repository at this point
Copy the full SHA 94eb725View commit details
Commits on Jul 31, 2024
-
Make code more readable hopefully by moving code to functions.
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c014699 - Browse repository at this point
Copy the full SHA c014699View commit details -
Fix some bugs in the triggers to send the metervalues.
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 661ac53 - Browse repository at this point
Copy the full SHA 661ac53View commit details
Commits on Aug 5, 2024
-
Remove check for configuration item which is mandatory, ie already au…
…tomatically checked Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c61dcce - Browse repository at this point
Copy the full SHA c61dcceView commit details -
Merge branch 'main' into feature/376-ocpp-201-california-pricing-requ…
…irements-tariff-and-cost
Configuration menu - View commit details
-
Copy full SHA for 1009ca1 - Browse repository at this point
Copy the full SHA 1009ca1View commit details -
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d43137 - Browse repository at this point
Copy the full SHA 2d43137View commit details
Commits on Aug 8, 2024
-
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54cd5a1 - Browse repository at this point
Copy the full SHA 54cd5a1View commit details
Commits on Aug 9, 2024
-
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 262221a - Browse repository at this point
Copy the full SHA 262221aView commit details
Commits on Aug 13, 2024
-
Merge branch 'main' into feature/376-ocpp-201-california-pricing-requ…
…irements-tariff-and-cost
Configuration menu - View commit details
-
Copy full SHA for a9f1399 - Browse repository at this point
Copy the full SHA a9f1399View commit details -
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d2f4a0 - Browse repository at this point
Copy the full SHA 6d2f4a0View commit details