You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ x] I checked other issues already, but found no answer/solution
[ x] I checked the documentation and wiki, but found no answer/solution
[ x] I am running the latest version and the issue still occurs
[ x] I am sure that this issue is about SteVe (and not about the charging station software or something unrelated to SteVe)
Specifications
SteVe Version : 3.4.9 (trying to build latest)
Operating system : Raspbian GNU/Linux 10 (buster)
JDK : 11.0.16
Database : mariadb Ver 15.1 Distrib 10.3.34-MariaDB
Expected Behavior
As per OCA whitepaper regarding CTEP pricing (https://www.openchargealliance.org/uploads/files/ocpp_and_dms_evse_regulation-v2.0.pdf), section 3.1.1 for DefaultPrice, there is implication that whitespace is allowed for ChangeConfiguration.req, especially as its "value" field is of type CiString500Type (I imagine spaces are part of string). See the example call in that section to see whitespace in the strings sent.
Actual Behavior
Whitespace not allowed in ChangeConfiguration.req
Steps to Reproduce the Problem
Operations > OCPP 1.6 > ChangeConfiguration
Key Type = Custom, Custom Config Key = , value = string with whitespace
Error message "Value cannot contain any whitespace"
Additional context
I am aware of #148, but that was a different issue. I think whitespace needs to be allowed here, while a different approach for an empty field can be used.
The text was updated successfully, but these errors were encountered:
Checklist
Specifications
Expected Behavior
As per OCA whitepaper regarding CTEP pricing (https://www.openchargealliance.org/uploads/files/ocpp_and_dms_evse_regulation-v2.0.pdf), section 3.1.1 for DefaultPrice, there is implication that whitespace is allowed for ChangeConfiguration.req, especially as its "value" field is of type CiString500Type (I imagine spaces are part of string). See the example call in that section to see whitespace in the strings sent.
Actual Behavior
Whitespace not allowed in ChangeConfiguration.req
Steps to Reproduce the Problem
Additional context
I am aware of #148, but that was a different issue. I think whitespace needs to be allowed here, while a different approach for an empty field can be used.
The text was updated successfully, but these errors were encountered: