ATG: add support for idTag distribution algorithms
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStation.ts
2022-09-25  Jérôme BenoitATG: add support for idTag distribution algorithms
2022-09-24  Jérôme BenoitFix strict boolean checks
2022-09-20  Jérôme BenoitReplace more interface with type for types definition
2022-09-20  Jérôme BenoitAdd missing break
2022-09-20  Jérôme BenoitUse a switch case control flow at incoming OCPP message...
2022-09-20  Jérôme BenoitOnly delete the request directly from the cache when...
2022-09-15  Jérôme BenoitConvert types to native type
2022-09-13  Jérôme BenoitEnsure the deferred promise use to send OCPP message...
2022-09-12  Jérôme BenoitATG: remove useless nullify in CS class
2022-09-12  Jérôme BenoitUI Server: update CS list at ATG start/stop
2022-09-12  Jérôme BenoitFix ATG connectors status initialization
2022-09-11  Jérôme BenoitImprove error messages
2022-09-11  Jérôme BenoitStrict boolean check
2022-09-11  Jérôme BenoitStrict boolean checks
2022-09-11  Jérôme BenoitEnsure requests are purged from the cache in case of...
2022-09-11  Jérôme BenoitMore strict boolean checks
2022-09-11  Jérôme BenoitImprove and unify log messages
2022-09-10  Jérôme BenoitGuart against duplicate CS start/stop, take 2
2022-09-10  Jérôme BenoitGuard against duplicate start/stop CS
2022-09-10  Jérôme BenoitMove some status attributes at constructor begin
2022-09-09  Jérôme BenoitUI Protocol: add boot notification command support
2022-09-08  Jérôme BenoitUI Protocol: add Authorize command support
2022-09-05  Jérôme BenoitSimplify stop transaction payload handling
2022-09-03  Jérôme BenoitImport cleanup
2022-09-03  Jérôme BenoitUI HTTP server: fix stop simulator response handling
2022-09-03  Jérôme BenoitUI services: fix connectors status update at transactio...
2022-09-03  Jérôme BenoitUI services: fix broadcast channel reponse handler...
2022-09-03  Jérôme BenoitUI Protocol: Expose ATG status and use array for all...
2022-09-01  Jérôme BenoitAlign 'started' attribute usage to all classes
2022-08-30  Jérôme BenoitUI Server: Add support for starting the ATG on defined...
2022-08-30  Jérôme BenoitFix meterStop type in stop transaction payload
2022-08-30  Jérôme BenoitFix charging station initialization order
2022-08-30  Jérôme BenoitMove hashId to stationInfo
2022-08-29  Jérôme BenoitAdd return type to methods
2022-08-29  Jérôme BenoitAdd initial support to start/stop ATG with the UI services
2022-08-29  Jérôme BenoitAvoid to reopen an already open WebSocket to the OCPP...
2022-08-28  Jérôme BenoitRefine UI protocol documentation
2022-08-28  Jérôme BenoitUniformize log messages, take 2
2022-08-27  Jérôme BenoitEnsure charging station data is always JSON serializable
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-26  Jérôme BenoitWeb UI: add and fix support for start/stop charging...
2022-08-24  Jérôme BenoitImprove payload type checking in OCPP, UI and Broadcast...
2022-08-24  Jérôme BenoitAdd WebSocket connection close and open support to...
2022-08-23  Jérôme BenoitImplement error handling and propagation in IPC and...
2022-08-23  Jérôme BenoitApply dependencies update
2022-08-23  Jérôme BenoitFix undefined meterStop at sending stopTransaction
2022-08-23  Jérôme BenoitUI server: add start/stop charging station command
2022-08-22  Lucas MigeonVue UI + UI server
2022-08-18  Jérôme BenoitIncoming requests payload validation with JSON schemas...
2022-08-04  Jérôme BenoitMerge pull request #117 from SAP/feat/support-config...
2022-08-04  Siwar GAROUACHIsupport relative paths for charging station templates
2022-07-23  Jérôme BenoitImprove incoming request handling error log
2022-07-21  Jérôme BenoitEnsure MeterValues command payload is properly formed
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-06-16  Jérôme BenoitUse helper to close connection
2022-06-16  Jérôme BenoitMerge pull request #57 from SAP/fix-ws-reconnection
2022-06-16  Sébastien SavalleFix websocket reconnection
2022-06-12  Jérôme BenoitRename class ChargingStatinCache to SharedLRUCache
2022-06-10  Jérôme BenoitAdd a shared cache per worker for authorized tags
2022-06-08  Jérôme BenoitApply dependencies update
2022-06-03  Jérôme BenoitPrepare the code for ESM support
2022-05-27  Jérôme BenoitAdd helpers to close and terminate WS connection
2022-05-26  Jérôme BenoitFix cut&paste typo
2022-05-26  Jérôme BenoitFix WS reconnect timeout calculation
2022-05-24  Jérôme BenoitAdd a shared LRU cache per worker
2022-05-23  Jérôme BenoitFix serial number propagation at charging station templ...
2022-05-23  Jérôme BenoitUntangle charging station info from charging station...
2022-05-20  Jérôme BenoitPermit to disable persistent configuration storage.
2022-05-18  Jérôme BenoitReduce a bit more the charging station instance memory...
2022-05-18  Jérôme BenoitFix not initialized variables at startup
2022-05-17  Jérôme BenoitReduce charging station instance memory footprint
2022-05-16  Jérôme BenoitUntangle ChargingStation class from OCPP services classes
2022-05-08  Jérôme BenoitMerge pull request #232 from jerome-benoit/feature...
2022-05-08  Jérôme BenoitAdd tunable in template to disable limitation on custom...
2022-05-07  Jérôme BenoitRefine JSDoc
2022-05-07  Jérôme BenoitRename a method to avoid confusion
2022-05-07  Jérôme BenoitImprove charging profiles power limitation debugging
2022-05-07  Jérôme BenoitMerge pull request #230 from OliveGerste/Extend-chargin...
2022-05-06  Jérôme BenoitMerge branch 'master' into Extend-charging-profile...
2022-05-06  Jérôme BenoitUse the fixed JsonType definition where appropriate
2022-05-06  OliveGersteExtended charging profile support
2022-05-06  Jérôme BenoitFix Json type definition naming
2022-05-04  Jérôme BenoitApply dependencies update
2022-05-01  Jérôme BenoitImprove OCPP incoming requests handling
2022-04-27  Jérôme BenoitFactor out connectors initialization code
2022-04-27  Jérôme BenoitSimplify logic in createStationInfoHash() CS method
2022-04-27  Jérôme BenoitFix truncated boot notification payload
2022-04-25  Jérôme BenoitEnsure heartbeat interval configuration are initialized...
2022-04-25  Jérôme BenoitMerge branch 'master' of github.com:jerome-benoit/charg...
2022-04-25  Jérôme BenoitFix latest CS info content handling
2022-04-25  Jérôme BenoitMerge branch 'master' into fixe_ui_websocket
2022-04-25  Jérôme BenoitRefine comment at CS configuration file handling
2022-04-25  Jérôme BenoitAdd support for CS info configuration file change detection
2022-04-17  Jérôme BenoitImprove error information at OCPP incoming message...
2022-04-17  Jérôme BenoitSimplify incoming OCPP request payload parsing
2022-04-17  Jérôme BenoitFixlets to OCPP error message format, take 2
2022-04-17  Jérôme BenoitFixlets to OCPP error message format
2022-04-17  Jérôme BenoitFix OCPP message type definition and usage
2022-04-15  Jérôme BenoitFix Pending registration status handling at boot notifi...
2022-04-15  Jérôme BenoitProperly name OCPP command handler methods
next