ocpp
ocpp copied to clipboard
Is it possible to disable string length limitation for the value (OCPP 1.6)
Specifically implementing certificate exchange for ebee controller using OCPP 1.6 requires for changeConfigurationRequests to have values larger than 500 characters, since certificates can and usually do use more characters.
I was wondering if there is an easy already implemented way to do that with the library, or will we have to fork it and customize it?
Hi @Finalgamer14 -
It seems that this has to be customized. We forked and added our own implementation.
Hi thanks for the reply.
So I assume that changing the json schema file should be enough to achieve what we require.
Hi @Finalgamer14 - Yes.