How to connect a charging station to OCPP server?
Can't seem to find any examples or docs about how it obtains a connection URL.
Charging Station provide a way to modify their Settings before the usage. For example, Phoenix Chargers provide manual in which OCPP connection URL is set as in picture below:
As you can see, the inputs provide you the way to set (in order):
So the connection URL for this Charging Station would be ws://172.16.112.9:8080/ocpp/
but you can modify it to suit your needs.