Skip to main content

4 posts tagged with "OCPP"

View All Tags

· One min read

This release improves system stability and ensures reliable service for all customers by preventing individual faulty chargers from degrading overall system performance.

OCPP

Malfunctioning chargers that constantly reconnect will now be automatically blocked for a short time period. If a charger reconnects more than 60 times in an hour, it will be automatically blocked for an hour. This is done to prevent the reconnections from overloading the system.

API & Connect

When a charger is blocked, this status and the block duration are available through the API and Connect. You can see the timestamp of when the charger will be available to connect again under charger details.

· One min read

We're making minor improvements to our OCPP message handling.

Enhancements

  • Improved handling of DeviceTimestamp in disconnect messages to more accurately reflect the actual charger disconnect time.
  • Added support for the EVSE component in OCPP 2.0.1 configuration values.

Bug fixes

  • Fixed a rare concurrency issue in charger status handling. WebSocket connection flickers should no longer leave chargers in an inconsistent state.

· One min read

🪄 Enhancements

OCPP

  • Support for DLM
  • Support for the firmware version 2.4.1 and up of DEFA Chargers regarding configuration paramater maintenance
  • SocketId will now contain also the EvseId, for example socket 1 will be 101 going forward
  • Support for status notification request for chargers which have gone offline and after returning online haven't sent their status

🐛 Bug fixes

Express

  • Hide payment options if no sockets are available for charging
  • Fix the incorrect unit in "Energy" row on the receipt

· One min read

🪄 Enhancements

eMabler UI

  • New list view of all chargers that belong to the same site as current charger on charger page.
  • “Power cost” tab under Site navigation renamed to “Tariff”.
    • Data about selected tariff is shown in new format on the page.

OCPP 1.6.

  • Added functionality to ask charger to send status notification about its socket’s states.
    • In case the charger has been offline for a long time and the sockets have been put to offline state.