Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

READ FIRST!

New firmware release and upgrade procedure

Firmware 5.0:

Download: 5.0

Release notes:

5.0

Date: 20.6.2022

System 5.0

  • Update .NET to 5.0.17.

  • Update COIN-OR to the latest versions.

  • Remove lpsolve.

  • Disable online check in connman (accessing ipv*.connman.net).

  • Fix Micrel switch on older (pre-1.2rev1) boards.

  • Fix forward error correction on system partitions.

Application 5.0

  • Compile with AoT support, reducing start-up time by 15-20 seconds.

Charger Operations

  • Disable RFID when RFID authentication is disabled in settings.

  • Advertise hostname to DHCP server via WiFi.

  • Remove 3 second delay on session end.

  • Keep restarting modem if SIM is not present to work around a situation when modem does not detect SIM removal/swap.

  • Watch GSM changes through events to work around occasions when fetching status times out.

  • Lower minimal permitted value for WebSocketPingInterval to 2 seconds.

  • Fix detection whether PowerManagement is on-line.

  • Fix overriding of reservations.

  • Fix negative uptime on WiFi.

  • Fix large meter values being sometimes detected on power loss.

  • Fix unnecessary DHCP renegotiation on ethernet interface on boot.

  • Fix missing and duplicated energy measurements in database.

  • Fix a deadlock when reading RFID input from a serial port.

  • OCPP

    • Fix chargingRateUnit being ignored in charging profiles.

    • Fix timestamp in StopTransaction after a power loss.

    • Fix cache having priority over local list when both were enabled.

    • Fix two ID tags with no parent IDs being seen as having the same parent ID.

GUI

  • Update translations.

  • Fix being stuck on "reserved for another user" screen.

  • Fix switching to "Waiting for Vehicle" before the vehicle is connected.

Web Interface 2.5.9

  • Improvements:

    • List of EVs updated.

    • Added extra explanation in front of inputs configuring credit card payment functionality.

    • Added OCPP keys next to authorization configuration checkboxes.

    • Disabled that more than 4 identification types can be selected for charging authorization.

    • Added charging cluster statistics: available connectors, connectors in use and offline connectors.

    • Fetch monthly consumptions form energy table rather than session table.

    • Updated translations

  • New features:

    • Enable managing static IP on Wi-Fi interface.

  • Bug fixes:

    • Filtering sessions and authorizations per users fixed.

Connectors Controller

  • INCH (2.45)

    • Add support for ATmega1284P.

    • Remove a workaround writing version 0.94 if an invalid version is read from EEPROM.

    • Fix events being missed if they occurred while SOM was already reading some older events.

    • Only unlock if contactor is off.

    • Do not go into fault on "diode malfunction" error.

    • Fix bender test, run it on boot, every 4 min and on "car connected" event.

    • Fix cable locking on 0.94 boards.

    • Fix cable locking in first PlugAndCharge session.

    • Keep checking feedback even when not charging.

  • INCH DUO (0.36)

    • Fix events being missed if they occurred while SOM was already reading some older events.

    • Fix bender test, run it on "car connected" event.

    • Keep checking feedback even when not charging.

    • Check if the cable is connected before checking if the car is ready.

    • Delay reading phase feedback.

4.0.4

Date: 29.3.2022

Application 4.0.4

Charger Operations

  • Make ID tags case-insensitive.

  • OCPP

    • Change error code in StatusNotification for ConnectionWithCentralSystemRestored and DoorOpen events to NoError

    • Ignore RemoteStart when authorization is configured as ChargerWhitelistOnly.

    • Report contactor welding event.

    • Add VerboseLogsEnabled setting.

  • Modbus

    • Fix initial connector status in Modbus registers.

    • Add a register for simulating RFID.

    • Add a setting for fallback current limit when Modbus communication fails.

    • Swap word bytes when reading strings.

  • Fix reporting WiFi uptime.

  • Fix descriptions for firmware update-related events.

  • Fix charging on reserved connector being allowed to anyone when the other connector was available.

  • Fix bender fault not being shown after reboot.

  • Fix dangling energy meter drivers.

  • Fix large energy amounts being accounted at the start of a session.

  • Update default battery capacity to 100 kWh.

  • Resume authorised session after a power loss.

  • Support Elatec TWN4 RFID reader.

  • Continously reset GSM modem when SIM is not present to detect it if inserted.

  • Support static WAN address on WiFi.

  • Add EVSE ID to energy meter error messages.

  • Process HTTP API requests in parallel to avoid blocking by long-running API calls.

  • Rewrite modem (re)connection logic and network interface handling.

  • Fix a race condition when loading settings, affecting several web API calls and sometimes causing crashes.

GUI

  • Fix language order on LCD to match settings.

  • Fix a crash.

  • Add French and Basque translations.

  • Update existing translations.

Web Interface

  • Updated list of EV's.

  • Added example how Credit card payment master code should be formatted, when configuring it.

  • Added information if VAT is included in Credit card preauthorization funds, when configuring those.

  • In the description of charger settings you will also get information to which OCPP key setting is linked.

  • Configuration of allowed identification types (RFID, Mobile, Credit Card, PIN, SMS) from now on allows only 4 identification types. This is a limitation of LCD.

  • In the Power management cluster overview, statistics are shown: number of connectors offline, online and charging.

  • WiFi configuration now allows configuring static IP.

  • Web interface now supports INCH Brain device.

  • Clean values from the last finished session in connector data.

  • Show network registration status in GSM modal.

  • Bug fix: It was fixed that user is able to save his vehicle in the Configuration section: My vehicle.

  • Bug fix: List of session and authorizations can now be filtered by Local user.

  • Bug fix: Wrong translation was fixed regarding Modbus security, where text changed from Thumbnail to Thumbprint.

  • Bug fix: Fix reporting SIM unlocking errors.

Connectors controller

  • INCH (2.40)

    • Change "charging ended" state. CableType and SocketType charger now use same logic (contactor off && (car not connected || cable not in socket) for changing state into "available" state.

    • Do not trigger "AC/DC leakage detected" if bender test is in progress.

    • Change bender test.

    • Raise "Conctactor welded" instead of "Critical error" in case of "Contactor welded" fault.

  • INCH DUO (0.32)

    • Change bender test.

    • Fix "car wake-up" retries.

    • Hardcode connector type to SOCKET_TYPE2.

    • Atomic access to 16-bit PWM-related registers.

4.0.3

Date: 18.1.2022

Application 4.0.3

Charger Operations

  • Reset WiFi module if it becomes unresponsive.

  • Support RemoteStartTransaction with ConnectorId = 0.

  • Fix network interface priority switching.

  • Fix empty departure time proposal for a new Plug and Charge session.

  • Fix charging limits detection if EV suspends charging during it.

GUI

  • Update translations.

  • Fix missing GSM operator in service menu.

  • INCH

    • Fix login screen showing in PlugAndCharge mode when cable is inserted

Web Interface

  • Update translations.

Connectors controller

  • INCH (v2.36)

    • Change 'prepare charging' and 'available' state to fit different connector type (socket/cable)

    • Change 'phase lost detection during charging' logic

    • Clear status 'car ready' if status 'car connected' not present

    • Clear status 'car connected' if status 'cable in station' not present

    • 16-bit timer replaced by 8-bit timers

    • Fix: connector locking is still enabled after authorization type changed to plug & charge

    • Do not unlock connector when in 'paused by EV' state

  • INCH DUO (v0.27)

    • Fix 'unpausing' state

    • Change valid ADC values for PP/CP

    • Add hysteresis when measuring PP/CP

    • Fix charging state automata

    • Hardcode connector type to SOCKET_TYPE2

System 4.0.2

  • Fix wrong ownership of generated device certificates.

Application 4.0.2

Charger Operations

  • Improve modem (re)connection logic to fix some edge cases.

System 4.0

  • Update buildroot to 2021.02.4.

  • Update .NET to 5.0.9.

  • Add support for configuration migration after OS upgrade from 1.x firmware.

  • Generate self-signed TLS certificates for the device on boot if missing.

  • Prevent system downgrades.

  • System upgrade keeps the installed app if it is newer than the build-in one.

  • Replace ETREL boot logo with BOOTING text + icon.

  • Add support for UC20 modem.

  • Remove LLMNR responder.

  • Do not encrypt /data partition on newly installed systems.

  • Fix AFE scaling factors when reading measurements.

Application 4.0

Charger Operations

  • Fix EVSE state transitions for charger with cable.

  • Prevent installation on incompatible system.

  • Take absolute value of power factor to prevent other cars being erroneously detected as ZOE and thus limiting minimum current to 15 A.

  • More accurate reporting of firmware update errors via OCPP and web UI.

  • Charger remains available during firmware update installation.

  • Fix switching availability status in some situations.

  • Hide firmware download URLs form event list as they might contain FTP credentials.

  • Fix wrong event (AFE meter failure) being reported on MID meter failure.

  • Fix AFE scaling factors.

  • Fix configuration sometimes reverting to factory defaults after an upgrade.

  • Prevent restarting DHCP negotiation on eth0 when applying network settings.

  • Fix session synchronisation with Power Management.

  • Fix firmware update to correctly report invalid image version.

  • Fix IEC bender fault never being reset.

  • Fix energy limit persisting across sessions.

  • OCPP

    • Fix OCPP StopTransaction being sent before response to Reset message.

    • Fix issue when charger might sometimes give up reconnecting to the central system via WS connection.

    • Prevent sending an OCPP/J authorisation header when authorisation key is set to an empty string.

    • Always serialise time with 3 decimals to OCPP messages.

    • Fix energy limit DataTransfer message being repeatedly sent.

    • Fix connector ID for clock-aligned MeterValue messages.

  • Modbus

    • Implement ModbusTCP over TLS.

    • Add register 46/146 (float32, in kWh) with planned energy consumption.

    • Add register 48/148 (uint64, in mWh) with the current energy meter value.

    • Change connector status enumeration to match OCPP states rather than internal connectors controller states.

GUI

  • Update translations.

  • Fix carousel stopping after screen saver.

  • Fix switching finishing screens in PlugAndCharge mode in some situations.

  • INCH

    • Fix screen saver on out of operation screen.

    • Fix wrong departure shown when opening slide with departure time setting.

  • INCH DUO

    • Add QR code with invoice URL on finished screen.

    • Fix backlight only turning on after vendor logo when exiting screen saver.

Power Management

  • Fix crash if specifying serial numbers of cluster slaves.

  • Fix updating Modbus registers holding cluster status.

  • Decrease read interval for Algodue meters to avoid seeing it as disconnected.

Web Interface

  • On the Diagnostics page, operator is now able to run network diagnostic. This allows to debug network connectivity with external systems like Central system or Smart building. Network diagnostics tries to resolve DNS address, runs trace and executed ping. Results of all three actions are displayed to operator.

  • Web interface now shows timeout if Wi-Fi connection cannot be established with access point in 80 seconds.

  • In the central system configuration, operator can now see if authorization key was inserted or not. Operator is now able to insert authorization key if was previously inserted.

  • Wake-up logo is now displayed in GUI configuration. Therefore operator can see what is the current logo.

  • Show total operating time for the charger.

  • Mask OCPP/J authorisation key.

  • Correct status icon now displayed in unavailable status.

  • Improve translations.

  • Add serial number to all archives downloaded from Web UI (logs and backups).

  • Fix errors not being reported on PIN/PUK entry.

  • Hide WiFi networks with empty SSIDs.

  • Update car list.

Connectors Controller

  • INCH (v2.29)

    • Fix problem with reading connector lock/unlock status.

    • Increase timeout on reading connector lock/unlock status.

    • Decrease delay between contactor state change and feedback measurement.

    • Correct valid PP value ranges.

    • Change how 16-bit timers are handled.

    • Disable checking feedbacks when not charging - connecting cable into the car triggers RCD (not observed on all cars).

    • Enable watchdog, increase watchdog period.

    • Remove printfs from bender-related routines.

    • Move array of strings from global scope into function scope.

  • INCH DUO (v0.23)

    • Fix problem with reading connector lock/unlock status.

    • Fix error in feedback detection logic.

  • No labels