Simplify DC current output type handling.
[e-mobility-charging-stations-simulator.git] / src / charging-station /
2020-11-01  Jérôme BenoitSimplify DC current output type handling.
2020-10-31  Jérôme BenoitFix chargeBoxSerialNumberPrefix template tunable handling.
2020-10-31  Jérôme BenoitRefine error messages.
2020-10-31  Jérôme BenoitImprove error handling.
2020-10-30  Jérôme BenoitAdd Power.Active.Import measurand support.
2020-10-30  Jérôme BenoitAdd AC/DC charging stations handling.
2020-10-30  Jérôme BenoitAdd Current.Import measurand support.
2020-10-26  Jérôme BenoitPut default value in method arguments.
2020-10-26  Jérôme BenoitLog fixlet.
2020-10-25  Jérôme BenoitCleanups.
2020-10-25  Jérôme BenoitPreliminary work on per phase measurand.
2020-10-24  Jérôme BenoitFixes to connector id 0 handling.
2020-10-23  Jérôme BenoitFix max number of connectors calculation.
2020-10-23  Jérôme BenoitFixes to connectors initializing handling.
2020-10-23  Jérôme BenoitAllow to disable statistics at the template level.
2020-10-23  Jérôme BenoitMake statistics class a singleton.
2020-10-21  Jérôme BenoitFix missing template files loading error.
2020-10-21  Jérôme BenoitAvoid information duplication for connectors
2020-10-21  Jérôme BenoitHandle the number of connectors in metervalues generator.
2020-10-20  Jérôme BenoitMove attributes init to the right place.
2020-10-20  Jérôme BenoitFix undefined at startup.
2020-10-20  Jérôme BenoitRemove useless empty check and init on variable.
2020-10-20  Jérôme BenoitAdd a FIXME comment.
2020-10-20  Jérôme BenoitUse hash to conditionally recreate _connectors attribute.
2020-10-20  Jérôme BenoitUse a sensible naming in methods.
2020-10-20  Jérôme BenoitFix zero value in metervalues charging station templates.
2020-10-20  Jérôme BenoitBe consistent in variables naming.
2020-10-20  Jérôme BenoitAllow to specify a hardcoded value for metervalues...
2020-10-20  Jérôme BenoitFix StopTransaction.
2020-10-20  Jérôme BenoitFix metervalues generator.
2020-10-20  Jérôme BenoitCleanups.
2020-10-20  Jérôme BenoitInitialization fixes.
2020-10-20  Jérôme BenoitAdd Reset command handling.
2020-10-19  Jérôme BenoitFix unit conversion.
2020-10-19  Jérôme BenoitFix template reload.
2020-10-19  Jérôme BenoitVariable renaming.
2020-10-19  Jérôme BenoitImprove debug logging.
2020-10-18  Jérôme BenoitProperly implement StopTransaction.
2020-10-18  Jérôme BenoitHandle reboot OCPP params option.
2020-10-18  Jérôme BenoitHandle OCPP parameter change to the heartbeat.
2020-10-18  Jérôme BenoitImprove changeConfiguration.
2020-10-18  Jérôme BenoitFully implement getConfiguration
2020-10-18  Jérôme BenoitAdd and use array helper.
2020-10-18  Jérôme BenoitMethod renaming.
2020-10-18  Jérôme BenoitAllow to specify a serial number prefix.
2020-10-18  Jérôme BenoitFix heartbeat initialization
2020-10-17  Jérôme BenoitCleanups.
2020-10-17  Jérôme BenoitMake getConfiguration response smarter.
2020-10-17  Jérôme BenoitVarious initialization fixes.
2020-10-17  Jérôme BenoitImprove logging.
2020-10-17  Jérôme BenoitMake the station worker self contained.
2020-10-16  Jérôme BenoitFix type comparisons
2020-10-15  Jérôme BenoitAdd runtime persitence on OCPP parameters.
2020-10-15  Jérôme BenoitFix remote transaction start.
2020-06-29  Jérôme BenoitEnsure OCPP error messages always follow the OCPP specs
2020-05-19  Jérôme BenoitGive more informations on JSON parsing error.
2020-04-19  Jérôme BenoitUse constants for common OCPP responses.
2020-04-17  Jérôme BenoitRemove wrong eslint-disable-next-line class-methods...
2020-04-17  Jérôme BenoitSet the defaultMaxListeners EventEmitter value at worke...
2020-04-16  Jérôme BenoitFinalize Constants conversion to ES6 module definition.
2020-04-15  Jérôme BenoitInitial commit