feat: ensure measurand min value are taken into account
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 1.6 / OCPP16ServiceUtils.ts
2023-11-16  Jérôme Benoitfeat: ensure measurand min value are taken into account
2023-11-15  Jérôme Benoitfix: fallback to minimum measurand value at meterValues...
2023-11-13  Jérôme Benoitrefactor: factor out voltage phase line to line computation
2023-11-13  Jérôme Benoitfix: ensure custom meterValues values are taken
2023-11-13  Jérôme Benoitfix: do not test for connector status in ATG
2023-11-12  Jérôme Benoitfix: avoid NaN at meterValues generation
2023-11-10  Jérôme Benoitrefactor: remove getter on stationInfo properties
2023-11-10  Jérôme Benoitfix: ensure running transactions are stopped at CS...
2023-10-10  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.8.4 into...
2023-09-30  Jérôme Benoitrefactor: null -> undefined where appropriate
2023-08-04  Jérôme Benoitrefactor: cleanup arguments namespace
2023-08-04  Jérôme Benoitfix: ensure composite schedule period start at 0
2023-08-04  Jérôme Benoitfix: fix gap in schedule periods in composeChargingSche...
2023-08-03  Jérôme Benoitfeat: add helper to compose i2 charging schedules ...
2023-08-03  Jérôme Benoitrefactor: factor out charging schedule composition...
2023-08-02  Jérôme Benoitrefactor: improve debug log messages
2023-08-01  Jérôme Benoitfix: reduce the number of overlaping charging profiles...
2023-07-31  Jérôme Benoitrefactor: use object destructuration for incoming reque...
2023-07-31  Jérôme Benoitfix: fix valid reservation detection at start transaction
2023-07-31  Jérôme Benoitfix: fix reservationId payload field filling at start...
2023-07-31  Jérôme Benoitrefactor: remove unneeded condition at changing availab...
2023-07-31  Jérôme Benoitfix: properly handle changing availability on multiples...
2023-07-31  Jérôme Benoitrefactor: factor out remote stop transaction helper
2023-07-31  Jérôme Benoitrefactor: factor out change availability helper
2023-07-30  Jérôme Benoitfix: fix authorize response handling
2023-07-30  Jérôme Benoitfix: fix reservation removal at transaction start
2023-07-27  Jérôme Benoitrefactor: factor out feature profile test
2023-07-26  Jérôme Benoitrefactor: cleanup log messages
2023-07-25  Jérôme Benoitrefactor: cleanup log messages
2023-07-24  Jérôme Benoitfeat: add support for relative charging profile
2023-07-18  Jérôme Benoitbuild(simulator): switch to strict type checking
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-05  Jérôme Benoitrefactor: split ChargingStationUtils class static metho...
2023-07-05  Jérôme Benoitrefactor: split Utils static methods class into functions
2023-06-05  Jérôme Benoitrefactor: trivial cleanups
2023-06-05  Jérôme BenoitMerge pull request #574 from JulianHBuecher/reservation...
2023-06-05  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-06-05  Julian Buecherrefactor: applied changes for pull request
2023-05-20  Jérôme Benoitbuild(simulator): don't preserve modules
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-04-28  Jérôme Benoitrefactor: uniformize log messages
2023-04-28  Jérôme Benoitrefactor: uniformize log messages formatting
2023-04-18  Jérôme Benoitfeat: add status notification transition check to OCPP...
2023-04-17  Jérôme Benoitrefactor(simulator): permit to check if connector statu...
2023-04-17  Jérôme Benoitfeat: check status notification transition in OCPP...
2023-04-09  Jérôme Benoitfeat: add mininum value support to meterValues generation
2023-03-18  Jérôme Benoitfix: brown paper bag issue at referencing the same...
2023-02-26  Jérôme Benoitrefactor(simulator): constify and factor out empty...
2023-02-13  Jérôme Benoitrefactor(simulator): switch utils to internal module...
2023-02-13  Jérôme Benoitrefactor(simulator): switch to internal modules export...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-02-10  Jérôme Benoitfix(simulator): fix empty array detection helper semantic
2023-01-26  Jérôme BenoitImprove log messages prefixing
2023-01-26  Jérôme BenoitFactor out JSON schemas parsing with per OCPP stack...
2023-01-26  Jérôme BenoitAdd error handling to JSON schemas file reading
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-06  Jérôme BenoitFixes to OCPP 1.6 payload type definitions
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 BenoitUse import type in more places
2022-12-31  Jérôme BenoitHandle null or undefined meterStart and meterStop properly
2022-10-19  Jérôme BenoitStrict boolean checks
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-09-15  Jérôme BenoitConvert types to native type
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-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-05-23  Jérôme BenoitUntangle charging station info from charging station...
2022-05-18  Jérôme BenoitReduce a bit more the charging station instance memory...
2022-05-08  Jérôme BenoitMerge pull request #232 from jerome-benoit/feature...
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-04-13  Jérôme BenoitFactor out feature profile check at OCPP command handling
2022-03-23  Jérôme BenoitAdd charging profiles limit support to generated MeterV...
2022-03-18  Jérôme BenoitSmall variable namespace cleanups
2022-03-18  Jérôme BenoitAdd amperage limitation support via vendor specific...
2022-03-14  Jérôme BenoitAdd stationInfo to persistent configuration
2022-03-08  Jérôme BenoitImports cleanup
2022-03-06  Jérôme BenoitInitial code cleanups for the future OCPP requests...
2022-03-04  Jérôme BenoitApply prettier formating
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-01-02  Jérôme BenoitReorganize more sensibly types definition
2021-12-20  Jérôme BenoitRefine autoRegister CS template tunable handling
2021-09-14  Jérôme BenoitFix misplaced parenthesis
2021-09-02  Jérôme BenoitImprove OCPP error handling, fix performance storage...
2021-08-29  Jérôme BenoitRefine and use OCPP error specialisation
2021-08-15  Jérôme BenoitSpecify the copyright author on some files where change...
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-07-16  Jérôme BenoitImprove and fix error handling at sending OCPP commands
2021-06-29  Jérôme BenoitApply dependencies update.
2021-06-28  Jérôme BenoitProperly handle charging profiles set a remote start...
2021-06-19  Jérôme BenoitAdd per phase support to MeterValues in template.
2021-06-13  Jérôme BenoitAdd support for transaction data MeterValues
2021-06-12  Jérôme BenoitAdd support for unit in meter values.
2021-06-12  Jérôme BenoitMeterValues: add Transaction.Begin and .End support