Use a map to store OCPP command statistics
[e-mobility-charging-stations-simulator.git] / src / charging-station /
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
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 BenoitRevert promise resolve/reject value
2021-09-28  Jérôme BenoitPlug one more memory leak in the OCPP stack in case...
2021-09-28  Jérôme BenoitEnsure the OCPP message sending stop if the WS is not...
2021-09-28  Jérôme BenoitImprove OCPP stack error messages
2021-09-27  Jérôme BenoitAlways consider sent response to OCPP request as sucess...
2021-09-27  Jérôme BenoitOCPP stack bug fixes:
2021-09-27  Jérôme BenoitSpell fixlets
2021-09-26  Jérôme BenoitAdd more ATG internal states tracking
2021-09-26  Jérôme BenoitUntangle charging station worker types from the generic...
2021-09-26  Jérôme BenoitATG: unify start/stop on connector API
2021-09-25  Jérôme BenoitEnsure the ATG connector status is not overwritten...
2021-09-25  Jérôme BenoitPush down at the connector level ATG states
2021-09-25  Jérôme BenoitEnsure the ATG will stop on unavaible connector
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 BenoitSpell fixlet in ATG log message
2021-09-23  Jérôme BenoitConsistently use idTag for RFID tag
2021-09-21  Jérôme BenoitGuard transaction id fetching in ATG
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-19  Jérôme BenoitAdd sanity checks to random integer generation
2021-09-19  Jérôme BenoitAdd sanity checks to random number generation code
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 misplaced parenthesis
2021-09-14  Jérôme BenoitCleanup OCPP message sending and error code
2021-09-14  Jérôme BenoitFix log message quoting
2021-09-13  Jérôme BenoitFix performance storage jsonfile consistency at write:
2021-09-13  Jérôme BenoitLog also ws closing reason
2021-09-12  Jérôme BenoitCleanup CF and docker deployment support
2021-09-12  Jérôme BenoitFix OCPP error details message default
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-07  Jérôme BenoitMerge branch 'master' of github.com:jerome-benoit/charg...
2021-09-07  Jérôme BenoitUse nullish coalescing in OCPP stack
2021-09-06  Jérôme BenoitCleanup files and files name.
2021-09-05  Jérôme BenoitUse generics for incoming message error handling
2021-09-05  Jérôme BenoitAdd support for OCPP 1.6 TriggerMessage command
2021-09-04  Jérôme BenoitSwitch rollup bundler TS plugin to rollup-plugin-ts
2021-09-02  Jérôme BenoitFix OCPPError command attribute affectation
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-31  Jérôme BenoitUse morgan law properly to allow remote start transacti...
2021-08-31  Jérôme BenoitFix remote start transactiion: connection status can...
2021-08-29  Jérôme BenoitRevert wrong any type removal
2021-08-29  Jérôme BenoitUse IIFE (https://developer.mozilla.org/en-US/docs...
2021-08-29  Jérôme BenoitRefine and use OCPP error specialisation
2021-08-28  Jérôme BenoitMove worker message handler to the options argument
2021-08-28  Jérôme BenoitAdd MongDB support to storage for performance records.
2021-08-27  Jérôme BenoitBootstrap.ts: refine the log prefix string
2021-08-27  Jérôme BenoitEnsure an error is throwed in object factories if imple...
2021-08-27  Jérôme BenoitRename StationWorker.ts to ChargingStationWorker.ts
2021-08-26  Jérôme BenoitColorize console message ouputs
2021-08-26  Jérôme BenoitStorage: use worker threads message passing to store...
2021-08-23  Jérôme BenoitDo not enforce the singleton design pattern in the...
2021-08-23  Jérôme BenoitUse singleton design pattern directly in the worker...
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-15  Jérôme BenoitSpecify the copyright author on some files where change...
2021-08-15  Jérôme BenoitFix MeterValues JSON payload
2021-08-14  Jérôme BenoitApply security dependencies update.
2021-08-14  Jérôme BenoitFix performance statistics handling at charging station...
2021-08-13  Jérôme BenoitChange OCPP classes methods scope to protected
2021-08-13  Jérôme BenoitFix error handling of incoming OCPP request
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-28  Jérôme BenoitLog a warning if a transaction id sent by the OCPP...
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-07-20  Jérôme BenoitAllow to use fluctuated value for SoC MeterValues.
2021-07-16  Jérôme BenoitImprove and fix error handling at sending OCPP commands
2021-07-12  Jérôme BenoitRename OcppError.ts to OCPPError.ts
2021-07-12  Jérôme BenoitMake filename match the class case.
next