Skip to content

Charging Point and Central system release

Latest
Compare
Choose a tag to compare
@mrNedas mrNedas released this 15 Jul 13:46
· 4 commits to main since this release

Initial Functionality

  • Connection Management:

    • The CentralSystem can establish and maintain WebSocket connections with multiple ChargingPoints.
  • Message Handling:

    • Both ChargingPoint and CentralSystem can send and receive various types of messages, such as BootNotification, Heartbeat, GetConfiguration, and ChangeConfiguration.
  • Error Handling:

    • Basic error handling mechanisms are in place to manage and recover from network interruptions and invalid messages.