Skip to main content

32 posts tagged with "Release notes"

View All Tags

ยท One min read

๐Ÿช„ Enhancementsโ€‹

Expressโ€‹

Receipt is now downloadable after the session has finished! In case you have forgotten to give your email address during the charging session you can still retrieve the receipt manually after the session from Express.

๐Ÿ› Bug fixesโ€‹

Expressโ€‹

  • Fixed credit card verification getting stuck to "loading" at times

eMabler UIโ€‹

  • Fixed DLM showing wrong amperage consumption to some sockets

ยท One min read

๐Ÿช„ Enhancementsโ€‹

OCPIโ€‹

In our previous OCPI implementation, we utilized routing headers introduced in OCPI version 2.2 whenever they were provided. However, to address compatibility issues with certain partner integrations, we have updated our implementation.

When using OCPI 2.1.1, the following routing headers will now be ignored:

  • OCPI-to-party-id
  • OCPI-to-country-code
  • OCPI-from-party-id
  • OCPI-from-country-code

ยท One min read

๐Ÿช„ Enhancementsโ€‹

eMabler UIโ€‹

  • Added merchant reference to Express charging statistics to allow referencing sessions between eMabler and Fung
  • Added a link to charger's Express page to prevent the need of copy-pasting the URL to the browser's navigation bar

๐Ÿ› Bug fixesโ€‹

  • Fixed "Edit tariffs" modal not opening sometimes with OCPI integrations

ยท One min read

๐Ÿ› Bug fixesโ€‹

APIโ€‹

  • Resolved an issue where socket names were unintentionally cleared during the automatic status update for offline chargers. This issue has been fixed, and we apologize for any inconvenience caused by this.
  • Fixed GET /authorise/user/external/:externalId endpoint not responding with proper values for IntegratedExternalIds fields.

ยท 2 min read

๐Ÿš€ New featuresโ€‹

Updated tariff pageโ€‹

  • New simplified page design for managing tariffs. More emphasis on the most important part, the price elements!
  • New tariff page also has some quality of life upgrades, like the ability to duplicate price elements for easier tariff management.
  • We released the tariff price element restriction support (for OCPI only currently) for our API a while back and now that is also supported in the eMabler UI.

New tariff page

More flexibility for the Excel import tool for sitesโ€‹

  • You asked for it and we delivered: you can now link existing sites as parents for new sites created with site Excel import!
  • Our Excel template also supports dates in Excel native way now, so you shouldn't encounter date formatting issues anymore when using the Excel import functionality.

๐Ÿ› Bug fixesโ€‹

eMabler UIโ€‹

  • When opening a single CDR, the details view now shows the currency with the prices
  • With some chargers the "Used amperage by phase" chart didn't match the actual values given by the DLM, which is now fixed

APIโ€‹

  • Sites which have DLM configuration set at some point can now be deleted
  • Other small bug fixes

OCPIโ€‹

  • General bug fixes

ยท One min read

๐Ÿช„ Enhancementsโ€‹

Expressโ€‹

Added support for chargers which do not support disabling "remote start" authorization. At least some Zaptec charger models where affected by this, but they are now supported!

ยท One min read

๐Ÿš€ New featuresโ€‹

Set Restrictions on Price Elements in Tariffs for OCPI Transactions (only for OCPI)โ€‹

We have introduced the ability to set restrictions on price elements in tariffs through the API. This allows you to specify weekday, time, and date restrictions for different tariffs.

For example, you can set different tariff price elements for specific time slots from Monday to Tuesday.

Example:

  • Weekdays: Monday to Tuesday
    • Time: 09:00 - 17:00
      • Tariff: 0,10 EUR/kWh
    • Time: 17:00 - 20:00
      • Tariff: 0,20 EUR/kWh

If someone starts charging their vehicle at 16:45 and ends at 17:15, the kWh used before 17:00 will be charged at 0,10 EUR/kWh, and the kWh used after 17:00 will be charged at 0,20 EUR/kWh.

ยท One min read

๐Ÿš€ New featuresโ€‹

Spot price support for OCPIโ€‹

  • You can now utilize spot prices over OCPI! By linking a tariff with a spot price element to an OCPI integration you can start utilizing dynamic spot prices.
  • More settings to control your spot prices over OCPI. Read more about managing complex spot prices.

๐Ÿช„ Enhancementsโ€‹

eMabler UIโ€‹

  • Added margin percentage, price cap and cost percentage fields for spot price elements
  • Added support for OCPI spot pricing

APIโ€‹

  • Added margin percentage, price cap and cost percentage fields for spot price elements
  • Added support for OCPI spot pricing

ยท One min read

๐Ÿš€ New featuresโ€‹

Import multiple sites, chargers and drivers at once with Excel importโ€‹

  • Excel import added for allowing multiple site, charger and driver imports
  • You can download the Excel template from the first step of the importing process
  • Excel import option can be found from the same place as "Add site"

๐Ÿช„ Enhancementsโ€‹

eMabler UIโ€‹

  • Added external id field to Driver details
  • Added Timezone selection for timestamps in the following pages:
    • Charger events
    • Charging statistics
    • CDRs
  • Added Italian as supported language for tariff descriptions
  • Added following fields to CDRs:
    • Postal code
    • Service provider id
    • Infra provider id
  • Added setting for changing the transaction duration format in CDRs

APIโ€‹

๐Ÿ› Bug fixesโ€‹

eMabler UIโ€‹

  • Added better error message when trying to add chargers to integrations which have missing socket information