Add initial support for OCPP 1.6 firmware update simulation
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 1.6 / OCPP16IncomingRequestService.ts
2023-01-08  Jérôme BenoitAdd initial support for OCPP 1.6 firmware update simulation
2023-01-08  Jérôme BenoitFixes to OCPP commands PDU validation code:
2023-01-07  Jérôme BenoitAdd missing OCPP 1.6 command payload OCA JSON schemas
2023-01-07  Jérôme BenoitFixes to OCPP command payload validation:
2023-01-06  Jérôme BenoitMove OCPP command payload constants into its own file
2023-01-05  Jérôme BenoitAdd BootNotification and ClearCache OCPP 2.0.1 commands...
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2023-01-04  Jérôme BenoitUse import type in more places
2022-12-30  Jérôme BenoitAdd initial code structure for update firmware simulation
2022-11-16  Jérôme BenoitAdd DataTransfer support for incoming request
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-19  Jérôme BenoitStrict boolean checks
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 BenoitCleanup shared helpers structure
2022-10-01  Jérôme BenoitUI protocol: cleanup version handling code
2022-09-09  Jérôme BenoitUI Protocol: add boot notification 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-03  Jérôme BenoitUI HTTP server: fix stop simulator response handling
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 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-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-18  Jérôme BenoitRequests PDU validation (#139)
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-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-20  Jérôme BenoitPermit to disable persistent configuration storage.
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-06  Jérôme BenoitUse the fixed JsonType definition where appropriate
2022-05-06  Jérôme BenoitFix Json type definition naming
2022-04-27  Jérôme BenoitRename result to response
2022-04-27  Jérôme BenoitFix truncated boot notification payload
2022-04-18  Jérôme BenoitAdd status notification support to trigger message...
2022-04-15  Jérôme BenoitProperly name OCPP command handler methods
2022-04-13  Jérôme BenoitFactor out feature profile check at OCPP command handling
2022-04-13  Jérôme BenoitMerge branch 'master' into feature/rawmessagelogs
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-23  Jérôme BenoitAdd charging profiles limit support to generated MeterV...
2022-03-14  Jérôme BenoitCode cleanups
2022-03-14  Jérôme BenoitAdd stationInfo to persistent configuration
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-12  Jérôme BenoitAdd OCPP params file monitoring
2022-03-09  Jérôme BenoitFix docker image build
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 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-05  Jérôme BenoitAdd isEmptyString() helper and use it
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitFix incoming message error handling
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 BenoitRefine a bit OCPP services instantiation error message
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-09  Jérôme BenoitAdd occpStrictCompliance template tunable
2022-02-07  Jérôme BenoitRelax OCPP commands acceptance while the charging stati...
2022-02-07  Jérôme BenoitAllow incoming ChangeConfiguration requests before...
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
2021-12-20  Jérôme BenoitRefine autoRegister CS template tunable handling
2021-12-19  Jérôme BenoitCheck for CS registration status before issuing OCPP...
2021-11-29  Jérôme BenoitVersion the WebSocket server UI protocol
2021-11-28  Jérôme BenoitAdd sendResult helper to send response
2021-11-18  Jérôme BenoitFix log message
next