Hook the OCPP 2.0 stack into the main code
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp /
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2023-01-04  Jérôme BenoitAdd initial classes structure for the OCPP 2.0 stack
2023-01-04  Jérôme BenoitMore import type usage
2023-01-04  Jérôme BenoitUse import type in more places
2023-01-03  Jérôme BenoitOptimize worker handlers calls by binding them to the...
2022-12-31  Jérôme BenoitHandle null or undefined meterStart and meterStop properly
2022-12-30  Jérôme BenoitAdd initial code structure for update firmware simulation
2022-11-26  Jérôme BenoitType alias for OCPP stack response and error handling
2022-11-26  Jérôme BenoitFix OCPP response handling synchronicity
2022-11-16  Jérôme BenoitAdd DataTransfer support for incoming request
2022-11-16  Jérôme BenoitAdd OCPP DataTransfer request support
2022-11-15  Jérôme BenoitSmall integer parsing optimization
2022-11-05  Jérôme BenoitRefine connector id validation error message
2022-11-05  Jérôme BenoitFix connector Id validation in TriggerMessage handling
2022-11-05  Jérôme BenoitAdd trigger message type feature flag in charging stati...
2022-10-22  Jérôme BenoitSonar cleanup
2022-10-22  Jérôme BenoitSilence sonar cleanups
2022-10-19  Jérôme BenoitStrict boolean checks
2022-10-19  Jérôme BenoitStrict boolean checks
2022-10-13  Jérôme BenoitApply dependencies update
2022-10-13  Jérôme BenoitFix workspace sonarlint configuration
2022-10-04  Jérôme BenoitFix type cast at AsyncResource usage
2022-10-03  Jérôme BenoitLog error at faulty profile sent
2022-10-03  Jérôme BenoitMore strict boolean checks
2022-10-03  Jérôme BenoitPermit to run code in async scope in the OCPP stack
2022-10-02  Jérôme BenoitMake OCPP command clear cache code clear the authorizat...
2022-10-02  Jérôme BenoitStrict boolean checks
2022-10-02  Jérôme BenoitFix start charging stations and connectors status handling
2022-10-02  Jérôme BenoitOCPP: Cleanup helpers
2022-10-02  Jérôme BenoitOCPP: separate 1.6 code from global one
2022-10-02  Jérôme BenoitCleanup shared helpers structure
2022-10-01  Jérôme BenoitUI protocol: cleanup version handling code
2022-09-15  Jérôme BenoitConvert types to native type
2022-09-15  Jérôme BenoitOptimization: bind to this sendMessage()
2022-09-15  Jérôme BenoitFix error handling at OCPP message sending
2022-09-14  Jérôme BenoitDo not propagate thrown error at sendError() usage
2022-09-13  Jérôme BenoitComment some dubious OCPPError usage
2022-09-11  Jérôme BenoitMore strict boolean checks
2022-09-09  Jérôme BenoitUI Protocol: add boot notification command support
2022-09-08  Jérôme BenoitUI protocol: add meter values command
2022-09-08  Jérôme BenoitUI Protocol: add Authorize command support
2022-09-06  Jérôme BenoitMore strict boolean check
2022-09-05  Jérôme BenoitAdd types to OCPP configuration key handling code
2022-09-05  Jérôme BenoitOptimize energy active register calculation
2022-09-05  Jérôme BenoitSimplify stop transaction payload handling
2022-09-04  Jérôme BenoitATG: fix start transaction requests counting
2022-09-03  Jérôme BenoitUI HTTP server: fix stop simulator response handling
2022-09-03  Jérôme BenoitUI services: fix broadcast channel reponse handler...
2022-09-03  Jérôme BenoitREADME.md: update to reflect response payload format...
2022-09-03  Jérôme BenoitImports cleanup
2022-09-03  Jérôme BenoitUI Protocol: Expose ATG status and use array for all...
2022-08-30  Jérôme BenoitFix meterStop type in stop transaction payload
2022-08-29  Jérôme BenoitAvoid to reopen an already open WebSocket to the OCPP...
2022-08-28  Jérôme BenoitRefine UI protocol documentation
2022-08-28  Jérôme BenoitUniformize log messages, take 2
2022-08-28  Jérôme BenoitUniformize log messages format
2022-08-27  Jérôme BenoitEnsure charging station data is always JSON serializable
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-23  Jérôme BenoitImplement error handling and propagation in IPC and...
2022-08-22  Lucas MigeonVue UI + UI server
2022-08-22  Jérôme BenoitBound most called methods in the OCPP stack
2022-08-21  Jérôme BenoitImplement singleton design pattern with strict null...
2022-08-20  Jérôme BenoitAjvErrorsToErrorType -> ajvErrorsToErrorType
2022-08-20  Jérôme BenoitUse the generic OCPPServiceUtils import where appropriate
2022-08-20  Jérôme BenoitFix log messages in case of missing JSON schema for...
2022-08-20  Jérôme BenoitFactor out in helpers PDU payload validation
2022-08-20  Jérôme BenoitAdd and use helper to convert Ajv JSON schema validatio...
2022-08-18  Jérôme BenoitApply dependencies update
2022-08-18  Jérôme BenoitRequests PDU validation (#139)
2022-08-18  Jérôme BenoitValidate response PDU (#137)
2022-08-18  Jérôme BenoitIncoming requests payload validation with JSON schemas...
2022-08-11  Jérôme BenoitSeparate OCPP command support check implementation...
2022-08-11  Jérôme BenoitImprove supported OCPP commands filtering
2022-08-11  Jérôme BenoitAdd template section to list OCPP commands supported...
2022-07-23  Jérôme BenoitFix one log level
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-07-13  Jérôme BenoitWarn if UI server is configured to listen on something...
2022-06-10  Jérôme BenoitAdd a shared cache per worker for authorized tags
2022-06-03  Jérôme BenoitPrepare the code for ESM support
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-17  Jérôme BenoitReduce charging station instance memory footprint
2022-05-16  Jérôme BenoitUse import type where appropriate
2022-05-16  Jérôme BenoitUntangle ChargingStation class from OCPP services classes
2022-05-09  Jérôme BenoitProperly handle NaN in Math.min usage
2022-05-08  Jérôme BenoitMerge pull request #232 from jerome-benoit/feature...
2022-05-08  Jérôme BenoitAdd missing src/charging-station/ocpp/OCPPServiceUtils...
2022-05-08  Jérôme BenoitAdd tunable in template to disable limitation on custom...
2022-05-08  Jérôme BenoitMake fluctuated metervalues around a static one respect...
2022-05-07  Jérôme BenoitFactor out power limitation calculation in metervalues
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  Jérôme BenoitFix Json type definition naming
2022-05-01  Jérôme BenoitImprove OCPP incoming requests handling
2022-04-27  Jérôme BenoitRename result to response
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-18  Jérôme BenoitAdd status notification support to trigger message...
next