From: Jérôme Benoit Date: Fri, 27 Mar 2026 19:31:05 +0000 (+0100) Subject: docs: align README OCPP 2.0.1 variable list with code registry X-Git-Tag: ocpp-server@v4.0.0~26 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ba643383690f11d34741b4a38842332d9a77384e;p=e-mobility-charging-stations-simulator.git docs: align README OCPP 2.0.1 variable list with code registry - Rename LocalAuthorizeOffline → LocalAuthorizationOffline and LocalPreAuthorize → LocalPreAuthorization to match code enum names - Remove commented-out OrganizationName from ISO15118Ctrlr - Add 7 implemented variables missing from documentation: AlignedDataCtrlr/TxEndedMeasurands, AuthCacheCtrlr/Storage, EVSE/Power, LocalAuthListCtrlr/Storage, SampledDataCtrlr/TxEndedMeasurands, SampledDataCtrlr/TxUpdatedMeasurands, SmartChargingCtrlr/RateUnit --- diff --git a/README.md b/README.md index 07a2b2e3..ff618e75 100644 --- a/README.md +++ b/README.md @@ -683,6 +683,7 @@ All kind of OCPP parameters are supported in charging station configuration or c - :white_check_mark: SendDuringIdle (type: boolean) (units: -) - :white_check_mark: SignReadings (type: boolean) (units: -) - :white_check_mark: TxEndedInterval (type: integer) (units: seconds) +- :white_check_mark: TxEndedMeasurands (type: memberlist) (units: -) #### AuthCacheCtrlr @@ -691,6 +692,7 @@ All kind of OCPP parameters are supported in charging station configuration or c - :white_check_mark: Enabled (type: boolean) (units: -) - :white_check_mark: LifeTime (type: integer) (units: -) - :white_check_mark: Policy (type: optionlist) (units: -) +- :white_check_mark: Storage (type: integer) (units: -) #### AuthCtrlr @@ -698,8 +700,8 @@ All kind of OCPP parameters are supported in charging station configuration or c - :white_check_mark: AuthorizeRemoteStart (type: boolean) (units: -) - :white_check_mark: DisableRemoteAuthorization (type: boolean) (units: -) - :white_check_mark: Enabled (type: boolean) (units: -) -- :white_check_mark: LocalAuthorizeOffline (type: boolean) (units: -) -- :white_check_mark: LocalPreAuthorize (type: boolean) (units: -) +- :white_check_mark: LocalAuthorizationOffline (type: boolean) (units: -) +- :white_check_mark: LocalPreAuthorization (type: boolean) (units: -) - :white_check_mark: MasterPassGroupId (type: string) (units: -) - :white_check_mark: OfflineTxForUnknownIdEnabled (type: boolean) (units: -) @@ -750,6 +752,7 @@ All kind of OCPP parameters are supported in charging station configuration or c - :white_check_mark: Available (type: boolean) (units: -) - :white_check_mark: EvseId (type: string) (units: -) - :white_check_mark: ISO15118EvseId (type: string) (units: -) +- :white_check_mark: Power (type: decimal) (units: W) - :white_check_mark: SupplyPhases (type: integer) (units: -) #### FirmwareCtrlr @@ -763,7 +766,6 @@ All kind of OCPP parameters are supported in charging station configuration or c - :white_check_mark: ContractValidationOffline (type: boolean) (units: -) - :white_check_mark: CountryName (type: string) (units: -) - :white_check_mark: MaxScheduleEntries (type: integer) (units: -) -- :white_check_mark: OrganizationName (type: string) (units: -) - :white_check_mark: PnCEnabled (type: boolean) (units: -) - :white_check_mark: RequestMeteringReceipt (type: boolean) (units: -) - :white_check_mark: RequestedEnergyTransferMode (type: optionlist) (units: -) @@ -778,6 +780,7 @@ All kind of OCPP parameters are supported in charging station configuration or c - :white_check_mark: Enabled (type: boolean) (units: -) - :white_check_mark: Entries (type: integer) (units: -) - :white_check_mark: ItemsPerMessage (type: integer) (units: -) +- :white_check_mark: Storage (type: integer) (units: -) #### MonitoringCtrlr @@ -825,8 +828,10 @@ All kind of OCPP parameters are supported in charging station configuration or c - :white_check_mark: RegisterValuesWithoutPhases (type: boolean) (units: -) - :white_check_mark: SignReadings (type: boolean) (units: -) - :white_check_mark: TxEndedInterval (type: integer) (units: seconds) +- :white_check_mark: TxEndedMeasurands (type: memberlist) (units: -) - :white_check_mark: TxStartedMeasurands (type: memberlist) (units: -) - :white_check_mark: TxUpdatedInterval (type: integer) (units: seconds) +- :white_check_mark: TxUpdatedMeasurands (type: memberlist) (units: -) #### SecurityCtrlr @@ -853,6 +858,7 @@ All kind of OCPP parameters are supported in charging station configuration or c - :white_check_mark: PeriodsPerSchedule (type: integer) (units: -) - :white_check_mark: Phases3to1 (type: boolean) (units: -) - :white_check_mark: ProfileStackLevel (type: integer) (units: -) +- :white_check_mark: RateUnit (type: memberlist) (units: -) #### TariffCostCtrlr