An open API service indexing awesome lists of open source software.

https://github.com/energychain/discovergy-ocpp-pm2-relay

MicroAction based on PM2 tx to start/stop EV charging on a OCPP 1.6 backend based on Smart Meter Readings
https://github.com/energychain/discovergy-ocpp-pm2-relay

Last synced: 4 months ago
JSON representation

MicroAction based on PM2 tx to start/stop EV charging on a OCPP 1.6 backend based on Smart Meter Readings

Awesome Lists containing this project

README

        

# discovergy-ocpp-pm2-relay

**Relay electricity meter readings for wallboxes/chargepoints that do not have an internal compliant meter.**

[![npm](https://img.shields.io/npm/dt/discovergy-ocpp-pm2-relay.svg)](https://www.npmjs.com/package/discovergy-ocpp-pm2-relay)
[![npm](https://img.shields.io/npm/v/discovergy-ocpp-pm2-relay.svg)](https://www.npmjs.com/package/discovergy-ocpp-pm2-relay)
[![CO2Offset](https://api.corrently.io/v2.0/ghgmanage/statusimg?host=discovergy-ocpp-pm2-relay&svg=1)](https://co2offset.io/badge.html?host=discovergy-ocpp-pm2-relay)
[![Join the chat at https://gitter.im/stromdao/tydids-p2p](https://badges.gitter.im/stromdao/tydids-p2p.svg)](https://gitter.im/stromdao/tydids-p2p?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

MicroAction based on [PM2](https://pm2.io) [TX2](https://github.com/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
```

## Maintainer / Imprint

STROMDAO GmbH

Gerhard Weiser Ring 29

69256 Mauer

Germany



+49 6226 968 009 0



[email protected]



Handelsregister: HRB 728691 (Amtsgericht Mannheim)

## [CONTRIBUTING](https://github.com/energychain/tydids-p2p/blob/main/CONTRIBUTING.md)

## [CODE OF CONDUCT](https://github.com/energychain/tydids-p2p/blob/main/CODE_OF_CONDUCT.md)