X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=9324571564aa9ff4d9faf0ea963ace282687d336;hb=54ce9b7d9ae0dd7d25a0c805611676b3c6a22318;hp=fb393f9b1d0c91af4f01f456eb229d1962553263;hpb=e7aeea18e189dd087c8f951cf77a253e2818ae90;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index fb393f9b..93245715 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ choco install -y nodejs-lts - [Homebrew](https://brew.sh/): ```shell -brew install node@14 +brew install node@16 ``` ### GNU/Linux: -- [NodeSource](https://github.com/nodesource/distributions) Node.js Binary Distributions for version 14.X +- [NodeSource](https://github.com/nodesource/distributions) Node.js Binary Distributions for version 16.X ## Configuration syntax @@ -86,14 +86,15 @@ But the modifications to test have to be done to the files in the build result d | Key | Value(s) | Default Value | Value type | Description | | --------------------------------- | ---------- | --------------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | -| supervisionUrls | | '' | string\|string[] | string or array of connection URIs to OCPP-J servers. It has priority over the global configuration parameter | +| supervisionUrls | | '' | string \| string[] | string or array of connection URIs to OCPP-J servers. It has priority over the global configuration parameter | | supervisionUser | | '' | string | basic HTTP authentication user to OCPP-J server | | supervisionPassword | | '' | string | basic HTTP authentication password to OCPP-J server | -| supervisionUrlOcppConfiguration | true/false | false | boolean | Allow supervision URL configuration via a vendor OCPP parameter key | -| supervisionUrlOcppKey | | 'ConnectionUrl' | string | The vendor string that will be used as a vendor OCPP parameter key to set the supervision URL | +| supervisionUrlOcppConfiguration | true/false | false | boolean | allow supervision URL configuration via a vendor OCPP parameter key | +| supervisionUrlOcppKey | | 'ConnectionUrl' | string | the vendor string that will be used as a vendor OCPP parameter key to set the supervision URL | | ocppVersion | 1.6 | 1.6 | string | OCPP version | | ocppProtocol | json | json | string | OCPP protocol | -| ocppStrictCompliance | true/false | true | boolean | Strict adherence to the OCPP version and protocol specifications | +| ocppStrictCompliance | true/false | false | boolean | strict adherence to the OCPP version and protocol specifications | +| ocppPersistentConfiguration | true/false | true | boolean | enable persistent OCPP parameters by charging station hashId. The persistency is ensured by JSON files in dist/assets/configurations | | wsOptions | | {} | ClientOptions & ClientRequestArgs | [ws](https://github.com/websockets/ws) and node.js [http](https://nodejs.org/api/http.html) clients options intersection | | authorizationFile | | '' | string | RFID tags list file relative to src/assets path | | baseName | | '' | string | base name to build charging stations name | @@ -101,15 +102,16 @@ But the modifications to test have to be done to the files in the build result d | fixedName | true/false | false | boolean | use the baseName as the charging stations unique name | | chargePointModel | | '' | string | charging stations model | | chargePointVendor | | '' | string | charging stations vendor | -| chargeBoxSerialNumberPrefix | | '' | string | charging stations serial number prefix | +| chargePointSerialNumberPrefix | | '' | string | charge point serial number prefix | +| chargeBoxSerialNumberPrefix | | '' | string | charge box serial number prefix (deprecated in OCPP 1.6) | | firmwareVersion | | '' | string | charging stations firmware version | -| power | | | float\|float[] | charging stations maximum power value(s) | +| power | | | float \| float[] | charging stations maximum power value(s) | | powerSharedByConnectors | true/false | false | boolean | charging stations power shared by its connectors | | powerUnit | W/kW | W | string | charging stations power unit | | currentOutType | AC/DC | AC | string | charging stations current out type | | voltageOut | | AC:230/DC:400 | integer | charging stations voltage out | | numberOfPhases | 0/1/3 | AC:3/DC:0 | integer | charging stations number of phase(s) | -| numberOfConnectors | | | integer\|integer[] | charging stations number of connector(s) | +| numberOfConnectors | | | integer \| integer[] | charging stations number of connector(s) | | useConnectorId0 | true/false | true | boolean | use connector id 0 definition from the template | | randomConnectors | true/false | false | boolean | randomize runtime connector id affectation from the connector id definition in template | | resetTime | | 60 | integer | seconds to wait before the charging stations come back at reset |