Add tunable for charging station start delay for linear ramp up
[e-mobility-charging-stations-simulator.git] / src /
2022-03-03  Jérôme BenoitAdd tunable for charging station start delay for linear...
2022-02-24  Jérôme BenoitDo not throw an error at OCPP message sending to avoid...
2022-02-24  Jérôme BenoitFactor out a type definition
2022-02-23  Jérôme BenoitTrack OCPP commande use at sending error message
2022-02-22  Jérôme BenoitFix a module name string
2022-02-22  Jérôme BenoitCleanup OCPP service module name usage
2022-02-22  Jérôme BenoitEnsure 1:1 mapping between charging station and ATG...
2022-02-21  Jérôme BenoitRefactor OCPP requests sending helpers
2022-02-21  Jérôme BenoitRefine a bit OCPP services instantiation error message
2022-02-21  Jérôme BenoitEnsure 1:1 mapping between charging station instance...
2022-02-18  Jérôme BenoitAdd return type to getLogger
2022-02-17  Jérôme BenoitEnforce singleton design pattern for the logger
2022-02-13  Jérôme BenoitAdd charging station instance id
2022-02-11  Jérôme BenoitBlank line cleanup
2022-02-10  Jérôme BenoitReorder JsonType declarations
2022-02-09  Jérôme BenoitSimplify some code logic
2022-02-09  Jérôme BenoitUse right registration enum at OCPP 1.6 boot notificati...
2022-02-09  Jérôme BenoitAdd occpStrictCompliance template tunable
2022-02-08  Jérôme BenoitSilence one code smell
2022-02-08  Jérôme BenoitRefine JsonType definition
2022-02-07  Jérôme BenoitRelax OCPP commands acceptance while the charging stati...
2022-02-07  Jérôme BenoitAdd comment for incoming request handling behaviour
2022-02-07  Jérôme BenoitAllow incoming ChangeConfiguration requests before...
2022-02-07  Jérôme BenoitFix charging station initial registration at boot notif...
2022-02-06  Jérôme BenoitFix build due to winston types definition fix
2022-02-06  Jérôme BenoitApply dependencies update
2022-02-06  Jérôme BenoitStrong type protocols payloads
2022-02-04  Jérôme BenoitReorder condition check
2022-02-04  Jérôme BenoitCode cleanup
2022-02-04  Jérôme BenoitFix build failure
2022-02-04  Jérôme BenoitFix request and response handling in all registration...
2022-02-04  Jérôme BenoitFix PENDING state boot notification handling
2022-02-04  Jérôme BenoitIntroduce JSON type and use it for OCPP and internal...
2022-02-04  Jérôme BenoitEnhance log message on supervision url distribution
2022-02-01  Jérôme BenoitUnify supervision urls setup and distribution to chargi...
2022-01-31  Jérôme BenoitFix build due to winston types definition
2022-01-02  Jérôme BenoitReorganize more sensibly types definition
2021-12-27  Jérôme BenoitRename UiProtocol.ts to UIProtocol.ts
2021-12-27  Jérôme BenoitApply dependencies update
2021-12-20  Jérôme BenoitRefine autoRegister CS template tunable handling
2021-12-19  Jérôme BenoitCheck for CS registration status before issuing OCPP...
2021-12-09  Jérôme BenoitFix default configuration handling on some sections
2021-12-09  Jérôme BenoitTry to propagate error on configuration file reload.
2021-12-08  Jérôme BenoitProperly default also the performance storage enablement
2021-12-08  Jérôme BenoitApply dependencies update
2021-12-07  Jérôme BenoitMerge branch 'master' of github.com:jerome-benoit/charg...
2021-12-07  Jérôme BenoitMerge pull request #112 from jerome-benoit/fix-template
2021-12-07  Jérôme BenoitMerge branch 'master' into fix-template
2021-12-07  captaineaglexfix performanceStorage type assignment when not present
2021-12-07  Jérôme BenoitRename UIProtocol.ts to UiProtocol.ts
2021-12-07  captaineaglexadd performanceStorageType to config-template
2021-12-06  Jérôme BenoitRename MikroORMStorage.ts to MikroOrmStorage.ts
2021-12-06  Jérôme BenoitRename JSONFileStorage.ts to JsonFileStorage.ts
2021-12-06  Jérôme BenoitUse camel case in more place
2021-12-06  Jérôme BenoitUse camel case everywhere
2021-12-02  Jérôme BenoitConsistently name directories in repository
2021-12-02  Jérôme BenoitUI WS server: use a map to store UI services per protoc...
2021-12-01  Jérôme BenoitSwitch to current node.js LTS version
2021-12-01  Jérôme BenoitAdd a configuration section for the UI WS server
2021-11-30  Jérôme BenoitSilence one code smell
2021-11-30  Jérôme BenoitRefine UI WS service log messages
2021-11-30  Jérôme BenoitMove the UI WS protocol version handling is protocol...
2021-11-30  Jérôme BenoitFix default WS server options handling
2021-11-29  Jérôme BenoitRemove useless condition test
2021-11-29  Jérôme BenoitAdd charging stations listing to WS server commands
2021-11-29  Jérôme BenoitFixlet to comment
2021-11-29  Jérôme BenoitFix message handling on WebSocket server
2021-11-29  Jérôme BenoitFixlet to a log message
2021-11-29  Jérôme BenoitVersion the WebSocket server UI protocol
2021-11-29  Jérôme BenoitAdd initial code for WebSocket server to pilot remotely...
2021-11-28  Jérôme BenoitAdd sendResult helper to send response
2021-11-24  Jérôme BenoitAdd supervision connection URL support setup through...
2021-11-22  Jérôme BenoitImprove code readability
2021-11-22  Jérôme BenoitMake the performance measurement time series actually...
2021-11-18  Jérôme BenoitFix log message
2021-11-17  Jérôme BenoitFix local badge authorisation
2021-10-19  Jérôme BenoitSilence linter some more
2021-10-17  Jérôme BenoitSilence some linter errors
2021-10-14  Jérôme BenoitDedupe OCPP parameters configuration in charging statio...
2021-10-14  Jérôme BenoitFix WS connection at start
2021-10-12  Jérôme BenoitAllow to specify ws options in charging station template
2021-10-07  Jérôme BenoitImprove OCPP request's response error handling
2021-10-06  Jérôme BenoitAdd more sanity checks at remote start transaction
2021-10-06  Jérôme BenoitFix callback invocation in promiseWithTimeout()
2021-10-05  Jérôme BenoitFix energy calculation in metervalues
2021-10-04  Jérôme BenoitFix OCPP message sending timeout handling code
2021-10-03  Jérôme BenoitMark some attributes readonly
2021-10-03  Jérôme BenoitConvert OCPP message buffer to a Set
2021-10-02  Jérôme BenoitIndentation cleanup
2021-10-02  Jérôme BenoitUse a map to store OCPP command statistics
2021-10-02  Jérôme BenoitUse return consistently in sendMessage()
2021-10-02  Jérôme BenoitImprove resquest response error logging
2021-10-01  Jérôme BenoitRefine some type definitions
2021-10-01  Jérôme BenoitDo not log response statistics at sending issues
2021-10-01  Jérôme BenoitFlag some attributes readonly
2021-09-30  Jérôme BenoitReset ATG connectors status if the number of connectors...
2021-09-30  Jérôme BenoitCleanup
2021-09-30  Jérôme BenoitConvert to a map connectors and their status
2021-09-29  Jérôme BenoitUse a map a register response and incoming request...
2021-09-29  Jérôme BenoitCreate connectors also if undefined
next