apostoldevel/ocpp-cs

Can't connect my Charging Station to the server

sait1801 opened this issue · 3 comments

Hi,

I'm currently in the process of integrating my charger with the central system, and I've encountered an issue. I attempted to connect my charger to ws://ws.my-ocpp-server.com, but unfortunately, it didn't work as expected. I would appreciate some clarification and guidance on the proper method to successfully add my charger to the central system.

Hi! We need more data.

First, try connecting to our server. Connection URL: ws://cloud.ocpp-css.com/ocpp

Example: If the identity of the charging station CP-0001, then the connection string will be as follows: ws://cloud.ocpp-css.com/ocpp/CP-0001.

You can view and test the charging station using the OCPP web application:

username: demo
password: demo

Hi, thanks for fast return,
I am trying to connect this python charge point implementation code to this ocpp-cs software but getting error.
The charge_point code is : https://github.com/mobilityhouse/ocpp/blob/master/examples/v16/charge_point.py
The error is about SSL error, I tried you cloud but got same error there too

I will try to implement the ocpp-cs in cloud native environment and get back to you ASAP