Add amperage limitation support via vendor specific OCPP key
[e-mobility-charging-stations-simulator.git] / src /
2022-03-18  Jérôme BenoitAdd amperage limitation support via vendor specific...
2022-03-16  Jérôme BenoitAdd vendor OCPP parameters in templates to limit ampera...
2022-03-15  Jérôme BenoitBind to this more OCPP request sending methods
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 BenoitFixlet to configuration tunable deprecation
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 BenoitwatchJsonFile: ensure the argument is defined before...
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 BenoitFix docker image build
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-09  Jérôme BenoitFix metervalues payload format
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 BenoitFix deprecated configuration key detection in a section
2022-03-08  Jérôme BenoitDo not throw inside a promise
2022-03-08  Jérôme BenoitImports cleanup
2022-03-08  Jérôme BenoitImports cleanup
2022-03-08  Jérôme BenoitConvert sendDiagnosticsStatusNotification to OCPP messa...
2022-03-08  Jérôme BenoitConvert sendTransactionEndMeterValues to OCPP message...
2022-03-08  Jérôme BenoitConvert sendTransactionBeginMeterValues 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 sendStartTransaction to OCPP message sending...
2022-03-07  Jérôme BenoitConvert sendAuthorize to OCPP message sending handler
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-06  Jérôme BenoitInitial code cleanups for the future OCPP requests...
2022-03-06  Jérôme BenoitRemove useless eslint-disable
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-05  Jérôme Benoitsrc/worker/WorkerConstants.ts: add
2022-03-05  Jérôme BenoitFactor out worker related constants
2022-03-05  Jérôme BenoitAdd isEmptyString() helper and use it
2022-03-05  Jérôme BenoitApply dependencies update
2022-03-04  Jérôme BenoitFix eslint and prettier configuration
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitRemove string literal from log messages
2022-03-04  Jérôme BenoitFix build failure
2022-03-04  Jérôme BenoitFix incoming message error handling
2022-03-04  Jérôme BenoitFix workerSet startup
2022-03-04  Jérôme BenoitFix workerSet linear ramp up at startup
2022-03-04  Jérôme BenoitEnhance default value for worker options handling
2022-03-04  Jérôme BenoitAlign constants namespace
2022-03-04  Jérôme BenoitCleanup worker internal API
2022-03-03  Jérôme BenoitWorkerSet: consolidate the worker start delay code
2022-03-03  Jérôme BenoitRefine start options types
2022-03-03  Jérôme BenoitAdd tunable for charging station start delay for linear...
2022-02-24  Jérôme BenoitDo not throw an error at OCPP message sending to avoid...
2022-02-24  Jérôme BenoitFactor out a type definition
2022-02-23  Jérôme BenoitTrack OCPP commande use at sending error message
2022-02-22  Jérôme BenoitFix a module name string
2022-02-22  Jérôme BenoitCleanup OCPP service module name usage
2022-02-22  Jérôme BenoitEnsure 1:1 mapping between charging station and ATG...
2022-02-21  Jérôme BenoitRefactor OCPP requests sending helpers
2022-02-21  Jérôme BenoitRefine a bit OCPP services instantiation error message
2022-02-21  Jérôme BenoitEnsure 1:1 mapping between charging station instance...
2022-02-18  Jérôme BenoitAdd return type to getLogger
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-11  Jérôme BenoitBlank line cleanup
2022-02-10  Jérôme BenoitReorder JsonType declarations
2022-02-09  Jérôme BenoitSimplify some code logic
2022-02-09  Jérôme BenoitUse right registration enum at OCPP 1.6 boot notificati...
2022-02-09  Jérôme BenoitAdd occpStrictCompliance template tunable
2022-02-08  Jérôme BenoitSilence one code smell
2022-02-08  Jérôme BenoitRefine JsonType definition
2022-02-07  Jérôme BenoitRelax OCPP commands acceptance while the charging stati...
2022-02-07  Jérôme BenoitAdd comment for incoming request handling behaviour
2022-02-07  Jérôme BenoitAllow incoming ChangeConfiguration requests before...
2022-02-07  Jérôme BenoitFix charging station initial registration at boot notif...
2022-02-06  Jérôme BenoitFix build due to winston types definition fix
2022-02-06  Jérôme BenoitApply dependencies update
2022-02-06  Jérôme BenoitStrong type protocols payloads
2022-02-04  Jérôme BenoitReorder condition check
2022-02-04  Jérôme BenoitCode cleanup
2022-02-04  Jérôme BenoitFix build failure
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 BenoitIntroduce JSON type and use it for OCPP and internal...
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...
next