Apply prettier formating
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStation.ts
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitRemove string literal from log messages
2022-02-22  Jérôme BenoitEnsure 1:1 mapping between charging station and ATG...
2022-02-21  Jérôme BenoitEnsure 1:1 mapping between charging station instance...
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-09  Jérôme BenoitSimplify some code logic
2022-02-09  Jérôme BenoitAdd occpStrictCompliance template tunable
2022-02-07  Jérôme BenoitFix charging station initial registration at boot notif...
2022-02-06  Jérôme BenoitStrong type protocols payloads
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 BenoitEnhance log message on supervision url distribution
2022-02-01  Jérôme BenoitUnify supervision urls setup and distribution to chargi...
2022-01-02  Jérôme BenoitReorganize more sensibly types definition
2021-12-20  Jérôme BenoitRefine autoRegister CS template tunable handling
2021-12-06  Jérôme BenoitUse camel case everywhere
2021-11-29  Jérôme BenoitAdd charging stations listing to WS server commands
2021-11-24  Jérôme BenoitAdd supervision connection URL support setup through...
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-06  Jérôme BenoitAdd more sanity checks at remote start transaction
2021-10-04  Jérôme BenoitFix OCPP message sending timeout handling code
2021-10-03  Jérôme BenoitConvert OCPP message buffer to a Set
2021-10-01  Jérôme BenoitRefine some type definitions
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 BenoitConvert to a map connectors and their status
2021-09-29  Jérôme BenoitCreate connectors also if undefined
2021-09-29  Jérôme BenoitUnify WebSocket word usage in log messages
2021-09-29  Jérôme BenoitHandle connectors number shrinking at template reload.
2021-09-28  Jérôme BenoitImprove OCPP stack error messages
2021-09-27  Jérôme BenoitOCPP stack bug fixes:
2021-09-25  Jérôme BenoitTrack ATG status on a per connector basis.
2021-09-25  Jérôme BenoitAdd sanity check to ATG start
2021-09-23  Jérôme BenoitConsistently use idTag for RFID tag
2021-09-21  Jérôme BenoitRemove uneeded condition on transaction status in ATG
2021-09-21  Jérôme BenoitFix ATG run duration computation
2021-09-19  Jérôme BenoitPrivatize some attributes in the ChargingStation class
2021-09-18  Jérôme BenoitOptimize ATG run duration handling
2021-09-18  Jérôme BenoitSimplify Connectors type definition
2021-09-18  Jérôme BenoitKeep track of ATG running time
2021-09-18  Jérôme BenoitFactor out reconnection timeout calculation
2021-09-18  Jérôme BenoitForce WS connection opened closing at connection retries
2021-09-18  Jérôme BenoitFix duration formatting for large one
2021-09-17  Jérôme BenoitFix and secure random number generation code
2021-09-17  Jérôme BenoitSilence sonar a bit
2021-09-16  Jérôme BenoitFix ATG execution time accuracy.
2021-09-15  Jérôme BenoitConsistently name charging stations run on CF on multip...
2021-09-14  Jérôme BenoitFix log message quoting
2021-09-13  Jérôme BenoitLog also ws closing reason
2021-09-12  Jérôme BenoitType a ws callback
2021-09-11  Jérôme BenoitIndentation cleanup
2021-09-11  Jérôme BenoitCleanup configuration files watching code
2021-09-11  Jérôme BenoitUse a Map to cache OCPP requests in use
2021-09-06  Jérôme BenoitCleanup files and files name.
2021-09-05  Jérôme BenoitAdd support for OCPP 1.6 TriggerMessage command
2021-09-02  Jérôme BenoitImprove OCPP error handling, fix performance storage...
2021-08-31  Jérôme BenoitThrow an error in the template does not have default...
2021-08-29  Jérôme BenoitRefine and use OCPP error specialisation
2021-08-28  Jérôme BenoitAdd MongDB support to storage for performance records.
2021-08-21  Jérôme BenoitCleanup: rename isWebSocketOpened to isWebSocketConnect...
2021-08-21  Jérôme BenoitRename OCCP16IncomingRequestService.ts to OCPP16Incomin...
2021-08-21  Jérôme BenoitFix sonarcloud bugs report.
2021-08-20  Jérôme BenoitAdd charging station template fields for HTTP basic...
2021-08-14  Jérôme BenoitFix performance statistics handling at charging station...
2021-08-13  Jérôme BenoitEnsure performance statistics is started before connect...
2021-08-13  Jérôme BenoitAdd support for performance statistics for all requests...
2021-08-13  Jérôme BenoitEncapsulate performance init code in the same class.
2021-08-12  Jérôme BenoitSimplify performance measurement API
2021-08-12  Jérôme BenoitCleanups: performance statistics, URI handling.
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-07-16  Jérôme BenoitImprove and fix error handling at sending OCPP commands
2021-07-12  Jérôme BenoitMake filename match the class case.
2021-07-10  Jérôme BenoitAdd GetDiagnostics command support
2021-06-27  Jérôme BenoitVarious fixes at charging profiles handling:
2021-06-27  Jérôme BenoitConsistent naming for CS template enums
2021-06-27  Jérôme BenoitFix Boostrap singleton class direct call
2021-06-27  Jérôme BenoitConsistent variables naming.
2021-06-21  Jérôme BenoitKeep track of authorize request idtag status.
2021-06-20  Jérôme BenoitConsistent name for MeterValues related CS template...
2021-06-20  Jérôme BenoitAdd tunable for phase line to line voltage MeterValues
2021-06-19  Jérôme BenoitAdd per phase support to MeterValues in template.
2021-06-14  Jérôme BenoitUse ConnectionTineOut OCPP parameter as WS timeout
2021-06-13  Jérôme BenoitAdd support for ConnectionTimeOut standard parameter
2021-06-13  Jérôme BenoitComplete AuthorizeRemoteTxRequests support in remote...
2021-06-13  Jérôme BenoitDocumentation on OCPP parameters
2021-06-13  Jérôme BenoitAdd support for transaction data MeterValues
2021-06-12  Jérôme BenoitAdd support for unit in meter values.
2021-06-12  Jérôme BenoitFix power unit in kW handling in charging station template
2021-06-12  Jérôme BenoitMeterValues: add Transaction.Begin and .End support
2021-06-04  Jérôme BenoitDefault ATG to send authorize command before starting...
2021-06-01  Jérôme BenoitUpdate submodule reference
2021-05-31  Jérôme BenoitGracefully handle simulator missing files or files...
2021-05-30  Jérôme BenoitSimplify code with nullish coalescing
2021-05-27  Jérôme BenoitCode cleanups
2021-05-25  Jérôme BenoitApply dependencies update.
2021-05-19  Calin CreceaMerge branch 'master' of https://github.wdf.sap.corp...
next