Skip to main content

· One min read

We will be launching a new version of our Knowledge Portal in the following weeks. You can visit the new Knowledge Portal in beta.docs.emabler.com. The new Knowledge Portal will replace the existing platform.

Please note that after we have replaced the current platform, you will need to resubscribe to the RSS feed in case you are using it. You can find the link to it in the footer of the new Knowledge Portal.

· One min read

We will introduce a global rate limiting mechanism in the OCPP handler to protect system stability during high-load scenarios. The feature prevents floods of new connections and boot-related messages from degrading the performance of already connected chargers.

OCPP Connectivity

  • Added global rate limiting to protect against floods of new connections and boot-related messages that could degrade performance for already connected chargers.
  • In high-load cases, new connection attempts may receive an HTTP 429 Too Many Requests response. Production chargers are unaffected as they automatically retry later.
  • Automated end-to-end tests without WebSocket retry handling may occasionally fail due to this change. Updating test configurations with retry logic is recommended.

This change will be applied on a scheduled window on 3.9.2025.

· One min read

We are strengthening our API infrastructure by introducing two major security and stability improvements that will be enabled for all of our APIs.

What's New

  • Rate Limiting: To ensure system stability and fair usage, all APIs will now have rate limits applied. These limits are tailored to typical usage patterns and will help prevent abuse or accidental overload. Rate limits are enforced using a short sliding window, allowing brief bursts of activity without compromising overall stability. The rate limits should be high enough not to be visible for normal usage. However, they are useful for exceptional cases if a caller gets stuck in a loop or otherwise threatens the stability of our system.
  • OWASP API Security Top 10 (v3.2) Enforcement: We are now actively enforcing key OWASP 3.2 API Security guidelines. This includes improved input validation, stronger authentication mechanisms, and better logging and monitoring.

These changes aim to improve resilience, protect against common threats, and ensure a more reliable API experience for everyone.

These changes should not be be visible to our customer integrations. They apply to both APIv1 and APIv2.

For questions or to request adjustments to rate limits, please contact our support team.

· One min read

New features

Connect

  • Added more sorting options and firmware filter to charger lists
  • Fixed "Are you sure you want to leave?" dialog from sometimes popping up without a reason on charger page

APIv2

  • Added more sorting options and firmware filter to GET /chargers

· 4 min read

We are happy to announce that eMabler Connect and API version 2 are out now! Connect is eMabler's next-gen charge point management system which has been built from the ground up to match the complex requirements from our customers. Connect is built on top of the new API version 2 which is more performant and scalable than the previous version.

Discontinuation notice

eMabler UI and API v1 will be discontinued during 2026. Read more about deprecation

Thank you for your feedback!

We want to thank everyone who was part of the beta and gave us valuable feedback on which things to improve. Based on this feedback we have been able to finetune features and make the user experience really stand out. But improving the platform doesn't end here - this is just the beginning. If you have any feedback, please let our customer service know about it.

Feature highlights

Connect has a lot of new features when compared to the old eMabler UI. Below you can find some highlighted new features which will make your operational work even easier with Connect.

Improved UX to make operational work faster

Redesigned platform with UX in mind, we have done thorough user testing and interviews to make site and charger management easier with Connect. Most important information is easy to find and navigation between sites and chargers is more straightforward. New comments sections make communication between team members a lot easier.

A new search functionality is available on the navigation bar. You can easily search chargers, sites, drivers and charging sessions from the same place which makes customer service work a lot faster.

Permissions & roles

A completely new permission and role system to allow managing user access policies. Group different permissions into custom roles and assign those to your operators together with different site access to create access policies that match your organization’s needs.

Self-service developer tools

You can now access API version 2 with API keys generated from Connect. Push API can be configured and enabled from Connect as well for more real-time data needs. Everything is 100% self-configurable to get you up to speed with your app development immediately.

White labeling

We have introduced better white labeling tools for both Connect and Express. You can change the navigation bar on Connect to match your brand and with Express you have control of all the colours. Everything is easily managed through Connect of course.

New charging session overview

A brand-new charging session overview allows to view session timeline, voltage, current and power curves and other necessary details in easy-to-understand package. Roaming and Express related information is all available in the same place.

Configuration templates, socket bulk updates and more

We have implemented a lot of new features to increase your operational efficiency. Configuration templates allow you to configure different configuration implementations for different charger manufacturers and models and then apply them in bulk. You also have more site-level tooling available with configuration manager and socket bulk updates, decreasing the need for manual one-by-one work.

More tools for troubleshooting

Improved events and logs for viewing what the charger has done and communicated towards us. Events can be renamed for more easily understanding what the issue in the future is. All raw OCPP communication between charger and eMabler are available under logs for full transparency.

More tariff scheduling options

Tariffs are now easier to understand with better price charts and timetable views. Assing time restrictions to price elements to create different pricing models for different times of the day or automatically update pricing once the year changes. All existing price elements are available to you in Connect.

And some much more!

Please jump into Connect and find all the possibilities yourself and don't hesitate to let us know your feedback!

· One min read

Due to the launch of Connect & API v2, we will be discontinuing eMabler UI in the beginning of 2026 and API v1 in September 2026. eMabler UI or API v1 won't be receiving any updates or bug fixes as of now as we will be focusing our development efforts completely towards Connect & API v2.

If you need help with migration to API v2 or you don't have access to Connect, please contact our customer support.

note

All of your data is available in Connect and via API v2, so this discontinuation won't cause any data loss. Please do note that all custom integrations built on top of API v1 will stop working after the discontinuation.

· 2 min read

We are on the final stretch before being able to release Connect out of beta, thank you all who have participated in providing us feedback during this phase. This release brings you configuration templates, settings to adjust the look-and-feel (white label) of Connect and a couple of other quality of life improvements. Read more below!

Configuration templates

Configuration templates allow you to save different OCPP configuration values to a single place and apply those to chargers in bulk. Save different implementations for different charger models in the same template to manage everything from one place. No more need to manually update configurations one-by-one! You can find configuration templates from under More > Configuration templates and read more from here.

Configuration templates

White labeling settings

Many of you have requested options for white labeling Connect and we are now happy to deliver! Change the logo and the color of the navigation bar to match you organization's brand. These look and feel settings will be applied to all of your operators. You'll find these settings under More > Settings > Look and feel

White label

New features

  • You can define redirect URLs for login, read more from here
  • Socket and charger actions now ask for an optional comment before confirming
  • "Used amperage" chart in DLM now supports chargers reporting meter values without phase
  • Roaming CDRs can now be refunded with credit CDR functionality

· One min read

We’ve made improvements to OCPP connectivity and Dynamic Load Management (DLM) to enhance stability, reliability, and multi-circuit support.

OCPP Connectivity

  • Improved WebSocket reconnection handling – more resilient recovery from connection drops.
  • Smarter socket status logic – going forward, charger connectivity will be based on active WebSocket sessions. However, the socket statuses are decoupled from the active websocket connections. If no messages are received within 15 minutes, the socket statuses will automatically switch to offline, ensuring a more accurate reflection of real-world connection status. This update also reduces unnecessary status changes in customer apps by ignoring short WebSocket flickers — so a brief reconnection no longer triggers rapid offline/online transitions.

Note: When a charger is powered off, the socket status will remain as available for up to 15 minutes until the WebSocket timeout is reached.

Dynamic Load Management (DLM)

  • Easee multi-circuit improvements – better handling of DLM when multiple circuits are in use, ensuring smoother load distribution and more reliable performance across sites.

Invoicing portal

  • Fixed minor rounding errors on some individual transactions on the invoices.

· One min read

We have been working hard during the summer to bring support for managing Express to Connect. With this new release we are also improving Express by giving you more options for customization. You can now change the colors of the Express to better match your organizations branding.

Express

You can finally manage Express from Connect. Manage pricing, branding details and enable Express for chargers straight from Connect. As a completely new feature you can customize the color scheme of Express.

New Express page

Bug fixes

  • Fixed coordinate fields not supporting complete coordinate range
  • Fixed tariff page price chart not showing correct prices with some currencies
  • Fixed an issue with adding chargers to integration locations

· 2 min read

Ever since we released our next-gen charge point management system Connect and API v2 to beta in early March this year we have been working hard on getting them ready for the full release. Last major feature missing from Connect is the support to manage Express and we will be releasing that in the beginning of August. This means that the release is approaching fast as we are planning on getting Connect and API v2 out of beta during August-September, soon after the summer holiday period is over. This will mean a few things considering our product suite lifecycles:

  1. We will be deprecating the old eMabler UI.
    • eMabler UI won't be receiving any updates or bug fixes any more starting from today as we will be focusing our development efforts completely towards Connect
    • eMabler UI will be kept live until the end of 2025, but we will highly recommend switching to Connect as soon as possible
    • From the beginning of 2026 we will take eMabler UI completely offline
  2. We will be deprecating API v1.
    • API v1 won't be receiving any updates or bug fixes any more starting from today as we will be focusing our development efforts completely towards API v2
    • API v1 will be kept live until further notice as we are mapping all services that are dependant of it
    • We will be noticing you about the timeline of API v1 going offline separately
    • We highly recommend starting the planning process of taking API v2 into use as soon as possible

By getting both Connect and API v2 out of beta we can provide better user and developer experience to all of our customers. New technical foundations of both allow us to move faster with new feature development. We want to thank everyone who has provided us valuable feedback during the beta phase as we have been able to create a truly great platform which we will continue to improve continuously.

If you feel like Connect or API v2 is missing some key features that are preventing you from migrating, please contact our customer support and we will prioritize these cases as needed.

Thank you for your support and have a great summer!