apostoldevel/ocpp-cs

Unable to test my charger using the demo server

Closed this issue · 21 comments

amtssp commented

Thanks for your work, I really like your demo server and I'm hoping to test my Orbis Combi charger at your demo server
But I can't connect my charger.

I have added this in my charger OCPP setup:
ws://ws.ocpp-css.com/ocpp/my_charger_name
BUT what port should I specify? I have tried with port 40 and 80 and 9220 but I cant connect?

Also after logging in at https://cs.ocpp-css.com/ocpp I'm unable to add a station. If I click on "Stations list" nothing happens.

I'm I doing something wrong?

Hello! Your EVVC4FA6B4B5C charging station has successfully connected to the system, but you are unable to see it as it is not linked to your account.

To associate the charging station with your account, you need to specify the account (40 characters) in the connection link.

The connection link should look like this:

ws://ws.ocpp-css.com/ocpp/your_account/my_charger_name

Port: 80 for ws:// scheme
Port: 443 for wss:// scheme

Where "your_account" is your personal account in the system, which can be found in at https://css.ocpp-css.com.

Alternatively, you can provide me with your username in the system, and I will link the station manually.

amtssp commented

Hello!

The station is added automatically when connected, there is no need to add it manually.

The network means the electrical network (private, public).

I have linked the Orbis charging station to your account, now it is available in your personal account.

amtssp commented

Where do I find the area where I can test my charger by sending different

https://cs.ocpp-css.com

Only there authorization by password. Therefore, install it in your personal account if you have registered under a Google account.

In addition: In the public network, the charging station will be available to all users (drivers) in the system. In a private network only for you.

amtssp commented

Judging by the logs, everything worked out for you ;-) If so, please close the issue.

amtssp commented

To make the station appear here https://cs.ocpp-css.com it must be physically connected. It is now disabled. Not so long ago, the station was in touch, and I saw it on the list. Please connect the station so I can understand why you don't have access to it.

ws//ws.cpp-css.com/ocpp/4ca18c3a872f13eaxxxxxetc60/EVVxxxxxxxx4B5C
This is the correct ws link ^

amtssp commented

I don't know what you did - but now I can see it .....
I'm using:
ws://ws.ocpp-css.com/ocpp/4ca18c3a872f13ea2feb7xxxxeb6d1a60/EVVCxxxx4B5C

I will try to use your link - and report back

image

I don't see any problems with access, everything works :)

amtssp commented

Yes it works - but not using this link:
ws//ws.cpp-css.com/ocpp/4ca18c3a872f13eaxxxxxetc60/EVVxxxxxxxx4B5C

The charger indicate that it is not able to connect. Can you see it now ?

image

Not at the moment. The charging point is offline.

amtssp commented

Yep - so I need to use
ws://ws.ocpp-css.com/ocpp/4ca18c3a872f13ea2feb7xxxxeb6d1a60/EVVCxxxx4B5C

I don't know why ws//ws.cpp-css.com/ocpp/4ca18c3a872f13ea2feb7xxxxeb6d1a60/EVVCxxxx4B5C doesn't work.

Should I close this topic now?

Oh! Domain name cpp-css.com - this is an incorrect, apparently the translator distorted it.

Correct domain ocpp-css.com.

I connected the emulator to your account as an apology:

image

amtssp commented

Thanks - I'm closing this topic in a moment.

The last question - is it possible to see the log, so I can see the JSON string the server sends to the charger?

is it possible to see the log, so I can see the JSON string the server sends to the charger?

Yes, in OCPP Log. Or is he unavailable to you too?

image

amtssp commented

OK found it - at the on the web page: https://css.ocpp-css.com/crm/station
Thank very much for your help

Hello!

You can also use our API:

OCPP Log API

image

amtssp commented

Thanks - do I have access to use that?

Yes, if you are familiar with Swagger. Click on the Authorize button and enter your username and password from the OCPP CSS personal account.