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

Provide fully featured configuration example for OCPP1.6 #736

Closed
Pietfried opened this issue Aug 7, 2024 · 1 comment · Fixed by #829
Closed

Provide fully featured configuration example for OCPP1.6 #736

Pietfried opened this issue Aug 7, 2024 · 1 comment · Fixed by #829
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Pietfried
Copy link
Contributor

OCPP Version

OCPP1.6

Describe the problem

The examples configs in OCPP1.6 are pretty minimal, meaning that almost only required configuration parameters are listed.

Describe your solution

Provide fully featured configuration example for OCPP1.6

Additional context

No response

@maaikez
Copy link
Contributor

maaikez commented Aug 8, 2024

For California Pricing / CostAndPrice:

    "CostAndPrice": {
        "CustomDisplayCostAndPrice": true,
        "NumberOfDecimalsForCostValues": 4,
        "DefaultPrice":
        {
            "priceText": "This is the price",
            "priceTextOffline": "Show this price text when offline!",
            "chargingPrice":
            {
                "kWhPrice": 3.14,
                "hourPrice": 0.42
            }
        },
        "DefaultPriceText":
        {
            "priceTexts":
            [
                {
                    "priceText": "This is the price",
                    "priceTextOffline": "Show this price text when offline!",
                    "language": "en"
                },
                {
                    "priceText": "Dit is de prijs",
                    "priceTextOffline": "Laat dit zien wanneer de charging station offline is!",
                    "language": "nl"
                },
                {
                    "priceText": "Dette er prisen",
                    "priceTextOffline": "Vis denne pristeksten når du er frakoblet",
                    "language": "nb_NO"
                }
            ]
        },
        "TimeOffset": "02:00",
        "NextTimeOffsetTransitionDateTime": "0",
        "TimeOffsetNextTransition": "01:00",
        "CustomIdleFeeAfterStop": false,
        "MultiLanguageSupportedLanguages": "en, nl, de, nb_NO",
        "CustomMultiLanguageMessages": true,
        "Language": "en"
    },

(of course you have to check if it is still valid if you pick up this ticket)

@Pietfried Pietfried added good first issue Good for newcomers help wanted Extra attention is needed labels Sep 11, 2024
@Pietfried Pietfried linked a pull request Oct 9, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants