You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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)
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
The text was updated successfully, but these errors were encountered: