steve icon indicating copy to clipboard operation
steve copied to clipboard

Allow All OCPP TAGS

Open jot4p opened this issue 2 years ago • 10 comments

Hi, I have some EV chargers and multiple tags.

It's possible to allow always any type of tag ? Any user with compatible RF card (tag) can charge the vehicle!

jot4p avatar Sep 20 '23 14:09 jot4p

Why do you use tag if every one is free to charge? Why not configuring your charger into a plug-n-charge mode where it will send a default tag value configured in steve?

juherr avatar Sep 20 '23 19:09 juherr

Hi Juherr , How I can adjust my charger to plug and charge mode ? That is the question :)

jot4p avatar Sep 20 '23 22:09 jot4p

You should provide the manifacturer, model and firmware version of your charger.

But nobody can replace the official support and you should start with them.

juherr avatar Sep 21 '23 04:09 juherr

Hi juherr

I thought it was a parameter that I could send via ocpp /STEVE

image

jot4p avatar Sep 21 '23 13:09 jot4p

i dont think there is an out of the box feature in ocpp standard that will provide this. AFAIK though. i might have a blind spot.

what you can do is (with implementation effort): always react to authorize requests with "Accepted" for every incoming id tag.

goekay avatar Sep 21 '23 13:09 goekay

I thought it was a parameter that I could send via ocpp /STEVE

Maybe an ocpp key exists to configure the charger but again you should ask to the charger manifacturer.

From the datasheet: image

What you are asking for sounds like the "Connect 'n' Charge" mode.

juherr avatar Sep 21 '23 14:09 juherr

Ok, Instead of use Open Access , maybe I need to develop a APP to request charging activation.. What is the best way to create the app, based on Steve Websocket ?

jot4p avatar Oct 03 '23 08:10 jot4p

You'll have to find where is the authorization logic and replace it by your own.

juherr avatar Oct 03 '23 12:10 juherr

An alternativ to @juherr suggestion is to add the OCPP operations "Remote Start Transaction" and "Remote Stop Transaction" to the WebApi. Then you can use the steve web interface for your APP.

fnkbsi avatar Oct 11 '23 10:10 fnkbsi

Yes, see #1000

juherr avatar Oct 11 '23 10:10 juherr

i consider the issue resolved, since multiple solution approaches have been suggested even though steve does not support this out of the box. this is a too nuanced feature to implement globally in steve. there are many use cases. @jot4p wants all tags to be allowed at all stations. what if some other user wants all tags to be allowed at some stations? etc.

goekay avatar Aug 07 '24 23:08 goekay