Add amperage limitation support via vendor specific OCPP key
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStation.ts
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
2022-03-04  Jérôme BenoitRemove string literal from log messages
2022-02-22  Jérôme BenoitEnsure 1:1 mapping between charging station and ATG...
2022-02-21  Jérôme BenoitEnsure 1:1 mapping between charging station instance...
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-09  Jérôme BenoitSimplify some code logic
2022-02-09  Jérôme BenoitAdd occpStrictCompliance template tunable
2022-02-07  Jérôme BenoitFix charging station initial registration at boot notif...
2022-02-06  Jérôme BenoitStrong type protocols payloads
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 BenoitEnhance log message on supervision url distribution
2022-02-01  Jérôme BenoitUnify supervision urls setup and distribution to chargi...
2022-01-02  Jérôme BenoitReorganize more sensibly types definition
2021-12-20  Jérôme BenoitRefine autoRegister CS template tunable handling
2021-12-06  Jérôme BenoitUse camel case everywhere
2021-11-29  Jérôme BenoitAdd charging stations listing to WS server commands
2021-11-24  Jérôme BenoitAdd supervision connection URL support setup through...
2021-10-17  Jérôme BenoitSilence some linter errors
2021-10-14  Jérôme BenoitDedupe OCPP parameters configuration in charging statio...
2021-10-14  Jérôme BenoitFix WS connection at start
2021-10-12  Jérôme BenoitAllow to specify ws options in charging station template
2021-10-06  Jérôme BenoitAdd more sanity checks at remote start transaction
2021-10-04  Jérôme BenoitFix OCPP message sending timeout handling code
2021-10-03  Jérôme BenoitConvert OCPP message buffer to a Set
2021-10-01  Jérôme BenoitRefine some type definitions
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 BenoitConvert to a map connectors and their status
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 BenoitImprove OCPP stack error messages
2021-09-27  Jérôme BenoitOCPP stack bug fixes:
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 BenoitConsistently use idTag for RFID tag
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-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 log message quoting
2021-09-13  Jérôme BenoitLog also ws closing reason
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-06  Jérôme BenoitCleanup files and files name.
2021-09-05  Jérôme BenoitAdd support for OCPP 1.6 TriggerMessage command
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-29  Jérôme BenoitRefine and use OCPP error specialisation
2021-08-28  Jérôme BenoitAdd MongDB support to storage for performance records.
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...
next