SOAP and JSON Schemas are outdated
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
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 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)
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