Skip to main content

ยท One min read

It has come to our attention that some third-party QR code readers redirect users to malicious websites after scanning the QR code. We recommend avoiding the use of any 3rd party QR code readers and only trusting the device's native QR code scanning features, such as ones built in to the device's own camera app. These 3rd party QR code readers might show ads in a misleading way that will make the user click on the ad instead of the actual link or redirect users to wrong websites.

Our payment solution Express never asks for payment details before it has verified that the charger has been properly connected to your vehicle.

Read more from here: Avoid the use of 3rd party QR code readers

ยท 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

ยท One min read

๐Ÿช„ Enhancementsโ€‹

OCPIโ€‹

The pagination on OCPI Rest API calls is now supported and it will be ON all the time from the release date.

Pagination will be possible for the following REST API calls:

  • Get CDRs
  • Get sessions
  • Get locations
  • Get tariffs

ยท One min read

๐Ÿช„ Enhancementsโ€‹

eMabler UIโ€‹

  • Added Polish language support
  • Simplified the way OCPI integration page is shown

๐Ÿ› Bug fixesโ€‹

eMabler UIโ€‹

  • Some error alerts were left on the screen with no way of getting rid of them, they are now gone
  • Fixed DLM "Used amperage by phase" chart not working with some OCPP 2.0.1 DLM setups
  • Removed other than OCPI integrations from CDR integrations filter dropdown.