Sevket Gökay

Results 236 comments of Sevket Gökay

nice, please keep in mind that setting charging profiles on a transaction level is not possible with the current implementation: https://github.com/RWTH-i5-IDSG/steve/issues/367#issuecomment-656274936

this is because `String` fields go through `org.springframework.beans.propertyeditors.StringTrimmerEditor` as registered [here](https://github.com/RWTH-i5-IDSG/steve/blob/master/src/main/java/de/rwth/idsg/steve/web/GlobalControllerAdvice.java#L47) in order to sanitize and clean the input within the web/controller layer. this editor internally calls `String.trim()` which removes...

> Does it mean passwords are trimmed too? which passwords (plural) you mean? the sign in credentials of the web ui are not affected by this.

can you please elaborate on this?

hello, there are no plans for implementing an OCPI integration. however, in the past we implemented similar roaming integrations, one for Hubject and [one for Plugsurfing](https://github.com/RWTH-i5-IDSG/steve-plugsurfing). we have seen that...

neither merging steve 1.6 with steve-plugsurfing nor upgrading to OIOI v4 is on the horizon. i agree, that OCPI started to become the new industry standard, but cannot say if...

> Reset is already a part of ocpp protocol ... it is indeed implemented and you can trigger it for multiple stations _manually_. as i understand, @goRaspy wants an automated...

@giorgio80 we had multiple github issues with reports due to misbehaving stations. please take a look at them. for example, https://github.com/RWTH-i5-IDSG/steve/issues/116, https://github.com/RWTH-i5-IDSG/steve/issues/94 and later comments in https://github.com/RWTH-i5-IDSG/steve/issues/97

pls see https://github.com/RWTH-i5-IDSG/steve/issues/513

hey @wfe-keAl thanks for your kind words. i, obviously and for sure, see the value in an ocpp 2.0 implementation. however, when compared to, for example, version 1.6 the spec...