sap-labs-france / ev-dashboard

The Open e-Mobility Charging Station management front-end Angular application (check also ev-server and ev-mobile)
https://open-e-mobility.fr/
Apache License 2.0
66 stars 102 forks source link

Hubject OICP connection *copy from ev-server #3553

Open UBT-FJ opened 3 months ago

UBT-FJ commented 3 months ago

Hello,

I copied the thread from ev-server, maybe I can get some answers here!

anybody did this?

There are the endpoints in the code but don't know how to connect to them!

Is it possible to connect only through the CPO Identification? which it requires only the:

Country Code Party ID (I guess this is the provider/evse operator ID) Private key (do we copy here the code from the file that was generated?) Certificate (do we copy the PEM signed code that we got from them?)

UBT-FJ commented 3 months ago

I'm writing here because I think the problem is with the dashboard!

I found that the actual create button is hidden for the admin role! I have no idea why.

Which means I was able finally to add the connection and test it, but I thought that I would be able to send chargers individualy as it seems all the chargers are going to the roaming!

Maybe somebody can shed some light on this.

UBT-FJ commented 3 months ago

Update:

The problem was with the SAP e-mobility simulator not wanting to do remote start!

I changed to EVerest one and I managed to make the remote start and authorize start.

But now I cant remote stop and authorize stop :(

For the remote stop it says: OicpAuthorizeRemoteStop OICP Transaction ID '3893d3f4-a964-4089-a7bc-1ee4ec1c7bd7' does not exists

For authorize stop it says: unable to get local issuer certificate

Any ideas?