kubarskii/OCPP-J-CP-Simulator

Can't connect

Closed this issue · 10 comments

Hello,
thank you for your example.
I would like to know is the CP is on 5 digitsm, I have Legran station with serial S22-3-000146 but i can't connect with your application.
I change just CP and URL for the station ?
thanks

Hi, what server so you use?

Hi,
I use in windows WampServer with Apache 2.4.37
and in Raspberry pi Apache Maven 3.6.1.
Thank you.

Hello, In my Station i don't have ID tag and the IP adress it's 192.168.0.20 with subnet mask 255.255.248.0.

I test a lot of simulator find on github but no work with my station
it's correct ( ws://192.168.0.20:80/steve/websocket/CentralSystemService/test ) or it's IP adress of server and not the adress Station

image

Thanks

Suppose this is how your endpoint should look like: ws://192.168.0.20/steve/websocket/CentralSystemService/test
And possibly not 192.168.0.20 but localhost:port

According to docs: ws://your-server-ip:port/steve/websocket/CentralSystemService/chargeBoxId

Hello,
And it's my localhost for my raspberry ?
because i don't understand if (your server ip : port) it's charging point or Raspberry
thanks

It's the endpoint of your server

Hello,

Thank you for replay :)
After installing the image of steve on raspberry pi B 3+, I was able to connect via your simulator to the charging station, Now I am trying to send commands to the charging station
Are there any actions to say "Start charging of vehicle" and "Stop charging of vehicle "?

image

Knowing that my terminal does not have any idtag

Thank you,

actually, there is start/stop transaction, and you can call remoteStart/StopTransaction from the server

I tried to press start / stop transaction but it doesn't work (I have no modification at the charging point) you have an idea why?
thank you

that can be caused by changes in the protocol, it'd be nice if you check the standart. I suppose there were changes in namings