ocpp icon indicating copy to clipboard operation
ocpp copied to clipboard

Is it possible to disable string length limitation for the value (OCPP 1.6)

Open LjuAdmir opened this issue 3 years ago • 3 comments

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?

LjuAdmir avatar Sep 26 '22 07:09 LjuAdmir

Hi @Finalgamer14 -

It seems that this has to be customized. We forked and added our own implementation.

HiGregory avatar Oct 06 '22 17:10 HiGregory

Hi thanks for the reply.

So I assume that changing the json schema file should be enough to achieve what we require.

LjuAdmir avatar Oct 07 '22 10:10 LjuAdmir

Hi @Finalgamer14 - Yes.

HiGregory avatar Oct 07 '22 13:10 HiGregory