#****************************************************************************** # EVBox # Release Note # Firmware Version : AC-1.5 #****************************************************************************** #------------------------------------------------------------------------------ # # FIXED ISSUES # #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # [ 1 ] Number of DLT log files was not handled correctly #------------------------------------------------------------------------------ # Modification of DLT archiving process #------------------------------------------------------------------------------ An issue linked to the DLT archiving process led to exceed the maximum number of DLT log file allowed in the system, which could cause a memory saturation. Now, DLT log files are archived in a specific folder ( /evbb/opt/dlt/archive/ ) whose size is regulated periodically. Its maximum size is set to 30Mo. #****************************************************************************** # EVBox # Release Note # Firmware Version : AC-1.4 #****************************************************************************** #------------------------------------------------------------------------------ # # FIXED ISSUES # #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # [ 1 ] 2 instances of moduleCore may run concurrently #------------------------------------------------------------------------------ # Modification of moduleCore management script #------------------------------------------------------------------------------ Change frequency of moduleCore running check (from 1 to 5 seconds) to reduce the risk of false detection of pidof command. #****************************************************************************** # EVBox # Release Note # Firmware Version : AC-1.3 #****************************************************************************** #------------------------------------------------------------------------------ # # FIXED ISSUES # #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # [ 1 ] Energy meter values #------------------------------------------------------------------------------ # Energy computation #------------------------------------------------------------------------------ This version fixes the computation of consumed energy during a single-phase charging session. Previously, the energy computation did not take into account the single vs three phase mode. As a consequence, for a single-phase charging session, the computed energy was 3 times higher than reality. #------------------------------------------------------------------------------ # [ 2 ] OCPP #------------------------------------------------------------------------------ # Header messages #------------------------------------------------------------------------------ Header messages have been aligned between OCPP 1.5 and OCPP 1.6. In particular, OCPP 1.5 haeder messages will now contain "from" field. #****************************************************************************** # EVBox # Release Note # Firmware Version : AC-1.2 #****************************************************************************** #------------------------------------------------------------------------------ # # FIXED ISSUES # #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # [ 1 ] EMS #------------------------------------------------------------------------------ # EMS algorithm & configuration #------------------------------------------------------------------------------ The fix allows a better optimization of the decrease of setpoints when electrical current should be recovered from running sessions. The minimum required current for MD3 mode has been updated from 13A to 14A. #------------------------------------------------------------------------------ # [ 2 ] DLT #------------------------------------------------------------------------------ # Minor issues fixed #------------------------------------------------------------------------------ Fix issue of incomplete dlt name in generated zip. Restart syslog after update to apply new configuration. Change max number of files to 99 in dlt-daemon configuration file. #****************************************************************************** # EVBox # Release Note # Firmware Version : AC-1.1 #****************************************************************************** #------------------------------------------------------------------------------ # # FIXED ISSUES # #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # [ 1 ] FIRMWARE UPDATE #------------------------------------------------------------------------------ # Display during installation #------------------------------------------------------------------------------ The progress bar won't go back anymore at the end of the update. #------------------------------------------------------------------------------ # [ 2 ] CHARGER SETTINGS #------------------------------------------------------------------------------ # Website #------------------------------------------------------------------------------ Fix a bug when updating the displayed page after editing the IP addresses of chargers with a shared connection (see Network tab). #------------------------------------------------------------------------------ # # NEW FEATURES # #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # [ 1 ] OCPP #------------------------------------------------------------------------------ # StartTransaction generation #------------------------------------------------------------------------------ On a ChargePoint configured with cable NOT attached : the generation of the StartTransaction request does not require anymore the vehicle to be plugged. It only requires the hatch to be closed, and the cable to be plugged inside the connector's socket. #------------------------------------------------------------------------------ # [ 2 ] DLT #------------------------------------------------------------------------------ # New logging strategy based on DLT #------------------------------------------------------------------------------ DLT provides a log and trace interface, based on the standardised protocol specified in the AUTOSAR standard DLT 4.0. A dedicated tool (DLT-viewer) (which can be run on Windows, Linux or MacOS) enables the software developer and the tester of the device to view the log, control and trace information.