Prepare the code for ESM support
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStation.ts
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
2022-03-13  Jérôme BenoitFix code logic at building boot notification request
2022-03-13  Jérôme BenoitIntroduce a CS instance hashId dependent on its specifi...
2022-03-12  Jérôme BenoitCode cleanups
2022-03-12  Jérôme BenoitDelete supervision url configuration key if the feature...
2022-03-12  Jérôme BenoitAdd CS template tunable to enable persistent OCPP confi...
2022-03-12  Jérôme BenoitAdd getter for supervisionUrlOcppKey value
2022-03-12  Jérôme BenoitAdd OCPP params file monitoring
2022-03-11  Jérôme BenoitAdd persistent OCPP parameters key/value support by...
2022-03-09  Jérôme BenoitEnsure connector status is defined before getting its...
2022-03-09  Jérôme BenoitAdd helper to get connector id for a transaction id
2022-03-08  Jérôme BenoitAdd missing payload attributes to boot notification
2022-03-08  Jérôme BenoitReplace deprecated string helper usage
2022-03-08  Jérôme BenoitConvert sendTransactionEndMeterValues to OCPP message...
2022-03-08  Jérôme BenoitConvert sendMeterValues to OCPP message sending handler
2022-03-08  Jérôme BenoitConvert sendStopTransaction to OCPP message sending...
2022-03-07  Jérôme BenoitConvert sendStatusNotification to OCPP message sending...
2022-03-07  Jérôme BenoitConvert sendBootNotification to OCPP message sending...
2022-03-07  Jérôme BenoitIntroduce a generic OCPP message sending handler
2022-03-05  Jérôme BenoitFix remaining linter errors properly
2022-03-05  Jérôme BenoitFix eslint configuration for mixed source with .js...
2022-03-04  Jérôme BenoitApply prettier formating
next