Refine TS and linter configuration
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStation.ts
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
2022-04-13  Jérôme BenoitLog early OCPP command payload
2022-04-13  Jérôme BenoitFactor out feature profile check at OCPP command handling
2022-04-13  Jérôme BenoitAdd OCPP commands payload logging in the logs
2022-04-13  Jérôme BenoitMerge pull request #205 from jerome-benoit/feature...
2022-04-13  Jérôme BenoitMerge branch 'master' into feature/rawmessagelogs
2022-04-13  Calin Crecealog raw socket messages
2022-04-12  Jeff DurnwaldMerge branch 'master' of https://github.com/jdurnwald...
2022-04-12  jdurnwaldMerge branch 'master' into master
2022-04-09  Jérôme BenoitInit performance observer as early as possible
2022-04-07  Jérôme BenoitMerge branch 'master' into master
2022-04-07  Jérôme BenoitEnsure the WS connection have not been forcibly closed...
2022-03-30  Jérôme BenoitAdd support for random meter serial number
2022-03-30  Jérôme BenoitUse camel case for feature profiles
2022-03-29  Jérôme BenoitEnforce SupportedFeatureProfiles check on some OCPP...
2022-03-27  Jérôme BenoitStrong type OCPP message sending
2022-03-27  Jérôme BenoitGet rid of useless intermediate variable
2022-03-25  Jérôme BenoitEnsure comparison is not done on null or undefined
2022-03-25  Jérôme BenoitOnly compute amperage limitation when needed
2022-03-25  Jérôme BenoitCharging profiles: ensure the latest schedule period...
2022-03-24  Jérôme BenoitCharging profiles: Fix timestamp value unit handling
2022-03-23  Jérôme BenoitRefine charging profile limitation error log message
2022-03-23  Jérôme BenoitAdd charging profiles limit support to generated MeterV...
2022-03-23  Jérôme BenoitInitial implementation to get the charging profiles...
2022-03-18  Jérôme BenoitSmall variable namespace cleanups
2022-03-18  Jérôme BenoitFix maximum power available for AC charging stations
2022-03-18  Jérôme BenoitFix maximun charging station amperage calculation
2022-03-18  Jérôme BenoitAdd amperage limitation support via vendor specific...
2022-03-15  Jérôme BenoitMeasure performance of template or configuration file...
2022-03-15  Jérôme BenoitAdd random serial number support with persistency accro...
2022-03-14  Jérôme BenoitFixlet to a returned type
2022-03-14  Jérôme BenoitCode cleanups
2022-03-14  Jérôme BenoitAdd stationInfo to persistent configuration
2022-03-14  Jérôme BenoitBetter handling of missing serial number prefix in...
2022-03-14  Jérôme BenoitSimplify default settings at configuration key adding
2022-03-13  Jérôme BenoitUse right station info attributes for serial number
2022-03-13  Jérôme BenoitAdd chargePointSerialNumberPrefix support to CS template
2022-03-13  Jérôme BenoitEnsure configuration key have default settings values
2022-03-13  Jérôme BenoitEnsure the boot notification response is updated at...
2022-03-13  Jérôme BenoitStrong type sendMessageHandler response with generics
next