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
Hi.
When the server sent the request GetConfiguration, "readonly" of ChargingScheduleAllowedChargingRateUnit in the response configurationKey was incorrect.
According to the ocpp1.6 document, the accessibility of 'ChargingScheduleAllowedChargingRateUnit' is R(read only), but the library returns '"readonly": false'.
And looks like some keys are missing.
What file should I modify to correct this?
Log from octt
Validating config items for feature profile: Core
INFO
Expected mandatory config item "ConnectorPhaseRotation" not found, or with invalid value
INFO
Expected mandatory config item "TransactionMessageAttempts" not found, or with invalid value
INFO
Expected mandatory config item "TransactionMessageRetryInterval" not found, or with invalid value
INFO
Expected mandatory config item "ChargingScheduleAllowedChargingRateUnit" not found, or with invalid value
The text was updated successfully, but these errors were encountered:
JungHeum-Park
changed the title
configuration key 'ChargingScheduleAllowedChargingRateUnit' accessibility is wrong
configuration key 'ChargingScheduleAllowedChargingRateUnit' accessibility is wrong, and some item is missing
Jun 21, 2024
Hi.
When the server sent the request
GetConfiguration
,"readonly"
ofChargingScheduleAllowedChargingRateUnit
in the responseconfigurationKey
was incorrect.According to the ocpp1.6 document, the accessibility of 'ChargingScheduleAllowedChargingRateUnit' is R(read only), but the library returns '"readonly": false'.
And looks like some keys are missing.
What file should I modify to correct this?
Log from octt
Data that server receive
The text was updated successfully, but these errors were encountered: