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
- Host: GitHub
- URL: https://github.com/energychain/discovergy-ocpp-pm2-relay
- Owner: energychain
- License: apache-2.0
- Created: 2022-06-02T08:40:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T00:37:19.000Z (over 1 year ago)
- Last Synced: 2025-01-11T15:20:39.085Z (5 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.**
[](https://www.npmjs.com/package/discovergy-ocpp-pm2-relay)
[](https://www.npmjs.com/package/discovergy-ocpp-pm2-relay)
[](https://co2offset.io/badge.html?host=discovergy-ocpp-pm2-relay)
[](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)