Fix OCPP message type definition and usage
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStation.ts
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
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
next