Add amperage limitation support via vendor specific OCPP key
[e-mobility-charging-stations-simulator.git] / README.md
index 1985cfd2712c362d6ccc6c2aa6e03bf7b5fa5531..978a2bb1b851b9e79edbc23f50ed5f50ce335c28 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ brew install node@16
 
 - [NodeSource](https://github.com/nodesource/distributions) Node.js Binary Distributions for version 16.X
 
-## Configuration syntax
+## Configuration files syntax
 
 All configuration files are in the JSON standard format.
 
@@ -134,6 +134,8 @@ But the modifications to test have to be done to the files in the build result d
 | autoReconnectMaxRetries           |            | -1 (unlimited)  | integer                           | connection retries to the OCPP-J server                                                                                                                                        |
 | reconnectExponentialDelay         | true/false | false           | boolean                           | connection delay retry to the OCPP-J server                                                                                                                                    |
 | registrationMaxRetries            |            | -1 (unlimited)  | integer                           | charging stations boot notification retries                                                                                                                                    |
+| amperageLimitationOcppKey         |            | undefined       | string                            | charging stations OCPP parameter key used to set the amperage limit, per phase for each connector on AC and global for DC                                                      |
+| amperageLimitationUnit            | A/cA/dA/mA | A               | string                            | charging stations amperage limit unit                                                                                                                                          |
 | 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                                                                                                                                     |