X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=45fee8adabd6fc4731f2cb5ecc1d73b61211c3f3;hb=6e1221a35c45a9f04254f31b12385cba7b20f910;hp=db22f0e1a73dad0a6e57f8d79cfb40a53256d867;hpb=147d0e0f63942b395dabf86ab7488f6f270cf027;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index db22f0e1..45fee8ad 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,13 @@ autoReconnectMaxRetries | | -1 (unlimited) | integer | connection retries to the reconnectExponentialDelay | true/false | false | boolean | connection delay retry to the OCPP-J server registrationMaxRetries | | -1 (unlimited) | integer | charging stations boot notification retries enableStatistics | true/false | true | boolean | enable charging stations statistics +mayAuthorizeAtRemoteStart | true/false | true | boolean | always send authorize at remote start transaction when AuthorizeRemoteTxRequests is enabled beginEndMeterValues | true/false | false | boolean | enable Transaction.{Begin,End} MeterValues outOfOrderEndMeterValues | true/false | false | boolean | send Transaction.End MeterValues out of order -meteringPerTransaction | true/false | true | boolean | disable metering on a per transaction basis +meteringPerTransaction | true/false | true | boolean | enable metering history on a per transaction basis transactionDataMeterValues | true/false | false | boolean | enable transaction data MeterValues at stop transaction +mainVoltageMeterValues | true/false | true | boolean | include charging station main voltage MeterValues on three phased charging stations +phaseLineToLineVoltageMeterValues | true/false | true | boolean | include charging station line to line voltage MeterValues on three phased charging stations Configuration | | | ChargingStationConfiguration | charging stations OCPP configuration parameters AutomaticTransactionGenerator | | | AutomaticTransactionGenerator | charging stations ATG configuration Connectors | | | Connectors | charging stations connectors configuration @@ -124,6 +127,14 @@ Connectors | | | Connectors | charging stations connectors configuration "1": { "bootStatus": "Available", "MeterValues": [ + ... + { + "unit": "W", + "measurand": "Power.Active.Import", + "phase": "L1-N", + "value": "5000", + "fluctuationPercent": "10" + }, ... { "unit": "A",