thoughtworks / maeve-csms

MaEVe is an experimental EV Charge Station Management System (CSMS)
Apache License 2.0
86 stars 22 forks source link

[DRAFT] feat: implement has2be handlers #12

Closed neinkeinkaffee closed 1 year ago

neinkeinkaffee commented 1 year ago

This implements the handlers for a subset of the has2be extension messages:

The handlers currently just take the has2be requests, convert them into their ocpp201 equivalent and passes them on to the ocpp201 handlers. Responses received from the ocpp201 handlers are converted into has2be responses before returning.