discovergy-ocpp-pm2-relay
v1.0.0
Published
MicroAction based on PM2 tx to start/stop EV charging on a OCPP 1.6 backend based on Smart Meter Readings
Downloads
33
Readme
discovergy-ocpp-pm2-relay
Relay electricity meter readings for wallboxes/chargepoints that do not have an internal compliant meter.
MicroAction based on PM2 TX2 to start/stop EV charging on a OCPP 1.6 backend based on Smart Meter Readings
Configuration
Rename sample.env
to .env
. OCPP_TAG might be specified as parameter.
Running
pm2 start --name chargepoint1 index.js
Samples
Start charging with Tag-ID from configuration
pm2 trigger chargepoint1 StartTransaction
Stop charging with Tag-ID from configuration
pm2 trigger chargepoint1 StopTransaction
Start charging with Tag-ID from configuration
pm2 trigger chargepoint1 StartTransaction
Start charging with Tag-ID 1000
pm2 trigger chargepoint1 StartTransaction 1000