ts-ocpp icon indicating copy to clipboard operation
ts-ocpp copied to clipboard

SOAP and JSON Schemas are outdated

Open iwo-strzebonski opened this issue 3 years ago • 3 comments

In most cases, it doesn't change anything, though the problem I saw was with the MeterValues - this module uses outdated schemas, without Celsius as MeterValues unit, whereas newer MeterValues JSON schema includes it

iwo-strzebonski avatar Aug 31 '22 05:08 iwo-strzebonski

This is a problem for me too. Thank you @iwo-strzebonski for making your fork, which I've now switched to.

I suggest this is merged into this repo.

ZoneMR avatar Jan 09 '23 11:01 ZoneMR

@ZoneMR there's a problem with backward compatibility if I recall correctly my talk with @eduhenke (there needs to be a check for OCPP JSON version)

iwo-strzebonski avatar Jan 09 '23 13:01 iwo-strzebonski

I think a quick fix is to copy/paste the folder having the older version in a soap-1.5 and the newer one in a soap-1.6 folder, or something in that regard

eduhenke avatar Jan 09 '23 14:01 eduhenke