steve-community / steve

SteVe - OCPP server implementation in Java
GNU General Public License v3.0
808 stars 395 forks source link

Support of SignedData #123

Closed jNo89 closed 5 years ago

jNo89 commented 5 years ago

Does SteVe support the transfer of SignedData from a ChargingStation or only of simple numeric value? I haven't found anything in the description or other issues about it.

goekay commented 5 years ago

steve does not interpret incoming meter value data from charging stations and directly writes them to db. so, yes, SignedData is supported. values sent in this format are marked as such. making sense of these values is left the user, though.