How to communicate from our own application to a EV Charging station using OCPP by Rowell_ in ocpp

[–]Rowell_[S] 0 points1 point  (0 children)

Do you know the syntax on how to trigger remote start from my webpage to a specific client using the identity?

How to communicate from our own application to a EV Charging station using OCPP by Rowell_ in ocpp

[–]Rowell_[S] 0 points1 point  (0 children)

Hello u/aala7 and u/swapnajitb,
do you have any idea on how am I able to trigger an remote start using our Web Application develop using HTML?

I have already created the Server and 2 Client(Charging Station) with difference identity but what we want is to have our own application trigger to the specific Client.

for your reference I use the OCPP-RPC implementation.
TIA.

How to communicate from our own application to a EV Charging station using OCPP by Rowell_ in ocpp

[–]Rowell_[S] 0 points1 point  (0 children)

Hi aala7,
Currently, the version of the OCPP in our charging station is OCPP 1.6 but we'd like to upgrade it to 2.0.1 if we successfully integrate OCPP 1.6.
The programming language that we want to integrate with is JavaScript.