Skip to content

Releases: sap-labs-france/ev-dashboard

e-Mobility V2.6.2

28 Feb 09:32
Compare
Choose a tag to compare

Fixed OCPI eMSP Session and CDR modules
Display OCPI Charging Stations in read-only
Centralize Transaction Start/Stop in one endpoint
Aligned minimum Consumption and Duration to Afirev standard
Allow to remote Start Transaction when Billing is active and Site Area has no Access Control

e-Mobility V2.6.1

19 Feb 20:52
Compare
Choose a tag to compare
  • Fixed OCPI eMSP Locations and Authorize
  • Soft Stop of faulty ongoing Transactions
  • Adjusted the Roaming Charging Station's status
  • Fixed filtering of Logs based on date time value set in URL
  • Updated Charging Station's template with new Vendors
  • Clear Site Admin flag when User's role is changed to Admin

e-Mobility V2.6.0

07 Feb 22:58
Compare
Choose a tag to compare
  • Final Pricing engine
  • Added master/slave capability in Charging Station's template
  • Check and Stop Transactions that haven't received the OCPP Stop Transaction message
  • Fixed synchronization of new Cars + Optimize image's size
  • Display amperage per phase in Site Area
  • Refactor aggregation of consumption charts for Sites
  • Clear Connector's runtime data on Status Notification Available/Preparing
  • Display RFID Cards in read-only for certain role
  • DBT model WDC314P25MP1 supports credit card in template
  • Fixed pop-up wrong size issues
  • Cleanup of unused Billing jobs

e-Mobility V2.5.15

25 Jan 21:33
Compare
Choose a tag to compare
  • Added Pricing restrictions on Duration, Energy, Time range and Days of week
  • Added Roaming Tariff ID in Tenant' settings, Site, Site Area, Charging Station and Connector
  • Migrated Registration Token and Billing endpoints to RESTful API
  • Migrated Asset endpoint to the new authorization framework
  • Switched Date From/To controls to Data Range
  • Lowered, track and added in conf reCaptcha score
  • Enhanced health-check to throw an error in case of low server performance
  • Fixed Site Admin cannot create Cars for other Users
  • Fixed cannot edit Charging Station with Connector IDs starting at 11
  • Fixed cannot export OCPI CDRs with Swagger
  • Fixed emails of eMSP in lower case in OCPI

e-Mobility V2.5.14

15 Dec 22:52
Compare
Choose a tag to compare
  • Added traces on the Web Socket server
  • Made locking on Web Sockets more permissive
  • Added Search in Charging Station's Registration Tokens
  • Fixed few Sessions not priced during the migration to the new Pricing
  • Fixed user cannot create Asset Connections in Settings
  • Fixed Czech language

e-Mobility V2.5.13

12 Dec 21:30
Compare
Choose a tag to compare
  • Added dependencies between filters in Statistics
  • Migrated Statistics endpoints to RESTful API
  • Allow the User to start a transaction without a Car
  • Site Owner can read Users in Session lists

e-Mobility V2.5.12

07 Dec 22:06
d7a0f1a
Compare
Choose a tag to compare
  • New Built-in Pricing engine
  • Added OCPI Tariff ID in Tenant's Settings and Site
  • Technical users are only allowed to perform B2B requests
  • Migrated Registration Token, Organization and Setting endpoints to RESTful API
  • Simplified authorizations on lists
  • Fixed Tenant's logo is not loaded when entering a new password
  • Forced RFID Cards to uppercase in OCPP requests
  • Added missing Data Transfer in OCPP command whitelist
  • Adjusted roaming handling in Company, Site and Site Area (OCPI)
  • Soft Stop of a Transaction is allowed when there is a different ongoing Transaction
  • Fixed Site Admin cannot Soft Stop his own Transaction
  • Added Autralian locale

e-Mobility V2.5.11

16 Nov 00:00
Compare
Choose a tag to compare
  • User is mandatory when creating a new RFID Card for Site Admin
  • Site Admin cannot change 'Automatic user assignment to this site' property
  • Enabled WS Compression in WS Server
  • Reuse the Asset's token between two calls every minute
  • Migrated OICP (Hubject) endpoints to RESTful API
  • Return OCPI status Inoperative when connector is Unavailable
  • Deployment of the new high performance Web Socket server (best on the market)
  • Enforced synchonicity of the incoming OCPP requests per Charging Station in the Web Socket server (WS Server)
  • Queued all incoming OCPP requests until the WS connection is fully checked
  • Removed database locking per Charging Station (done in the WS Server now)
  • Prevent new duplicate Web Socket connections in the WS Server
  • Enhanced Logs to better track Web Socket connections
  • Check and clean-up WS connections every 30 mins (ping)
  • Removed links to the non secure WS connection in the UI (the WS service will stay up until all chargers have been migrated to WSS)
  • Migrated to the latest NodeJs LTS (V16) + use a new Node container in production

e-Mobility V2.5.9

08 Nov 07:50
Compare
Choose a tag to compare
  • Fixed Soft Stop of an opened Transaction (OCPP Stop Transaction not received)
  • Removed the global lock of the Async Task Manager, only kept at Task level
  • Limit the Async Task processing duration to 15 mins before trying to process it again
  • Return a clean error message when Billing settings are not set
  • Fixed Add payment method not displayed in User's profile
  • Fixed Refund buttons not displayed in Refunding Transaction list
  • Added back Export button in Log list
  • Check that the Token ID is well formed

e-Mobility V2.5.7

23 Oct 20:06
Compare
Choose a tag to compare
  • User can now have free access to Charging Stations (not billable)
  • Reject OCPP requests if the Charging Station has been manually made inactive
  • Enforced Charging Station's registration check on revoked tokens
  • Send notification once every 10 mins for Charging Station in error
  • Ignore OCPP Status Notification with same values
  • Log when a notification is not sent to the user
  • Improved logging for Site Admins
  • Fixed User and Car not seen in Session Refund list
  • Fixed cannot see User in Charging Station's connector when charging
  • Fixed performance issue when retrieving the last Transaction's consumption
  • Fixed Refresh error handling
  • User is mandatory when creating an RFID Card for Site Admins
  • Get Car Images with URL instead of Base64 in Car list
  • Added new firmware version for Kempower Charging Station and added Siemens model CPC-20/90/120 in template
  • Removed server side refresh of lists (SocketIO)
  • Removed listening of unused database collections
  • Security: Prevent XSS injections