Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hubject OICP connection #4234

Open
UBT-FJ opened this issue May 10, 2024 · 6 comments
Open

Hubject OICP connection #4234

UBT-FJ opened this issue May 10, 2024 · 6 comments

Comments

@UBT-FJ
Copy link

UBT-FJ commented May 10, 2024

Hello,

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
Copy link
Author

UBT-FJ commented May 27, 2024

Hello,

I came back since I think I need a little more help about this!

I found a small issue about the create Roaming Connections and posted here:
https://github.com/sap-labs-france/ev-dashboard/issues/3553#issuecomment-2124615873

But still facing the issue about the Service URL, which is required by Hubject to send remote start/stop.

I found some code in the server, and added the config to start the OICP server but cant seem to find the proper way on how to do this.

@UBT-FJ
Copy link
Author

UBT-FJ commented May 28, 2024

It is really strange that none of the contributors are ever replying to any of the issues! "at leaast mine :("

How can we have the solution setup if not from their help?

@UBT-FJ
Copy link
Author

UBT-FJ commented May 28, 2024

I'm going to write here my journey for this and hopefully I will also help somebody else!

I managed to get the Service URL, from the CPOService file, this:
public static readonly PATH = '/:protocol/:role/:version/:tenantSubdomain/api/oicp/:module/:endpointVersion/providers/:providerID/:endpoint/:endpointAction?';
So I made the actual URL like this:
https://OICPserverdomain/https/cpo/v1/germany (the rest comes directly from Hubject)

And the communication now is ok.

Another problem is that when I try to do remote start I get Remote Start rejected by Charging Station and in the server I get this Cannot read properties of undefined (reading 'length')
I think that is because of this idTag that OICP uses and I cant add it in the rfid list:
"idTag": "NOTAGID-OICPREMOTE"

And also the local users cant start the charging process for the Public chargers! getting the User does not belong to the local organization although the user is in that organization.
If I disable that charger as public that user can start charging!

@nawikre1
Copy link

i am sorry i cannot contribute...i am also searching my a** of for information on this csms....but appertently you have to do everyhting yourself...hahahaha I am now starting my journey with Hubject. I will follow this and you are helping me for sure.

@UBT-FJ
Copy link
Author

UBT-FJ commented Jun 11, 2024

Good luck, please share your experience.

@eyadosama
Copy link

@UBT-FJ Hello. Can you please provide me with any way of communicating with you? I have some questions regarding this repository. I really appreciate any help you can provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants