https://github.com/energychain/evcharger
Cost clearing and balancing in energy blockchain for KEBA based electric vehicle charging devices (Wallbox). Payment framework for distributed ledger in e-mobility scenarios.
https://github.com/energychain/evcharger
Last synced: about 2 months ago
JSON representation
Cost clearing and balancing in energy blockchain for KEBA based electric vehicle charging devices (Wallbox). Payment framework for distributed ledger in e-mobility scenarios.
- Host: GitHub
- URL: https://github.com/energychain/evcharger
- Owner: energychain
- License: mit
- Created: 2017-11-29T10:07:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T11:23:24.000Z (over 2 years ago)
- Last Synced: 2025-04-06T22:38:36.810Z (2 months ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evcharger
Cost clearing and balancing in energy blockchain for KEBA based electric vehicle charging devices (Wallbox). Payment framework for distributed ledger in e-mobility scenarios.## Installation
`npm install -g evcharger`## Usage
`stromdao.ev help`## Use Cases
### Start/Stop charging a car - Retrieve delivered energy at the end
Use this only if you plan to do attended charging. For unattended charging use options that control wallbox.```
stromdao.ev start -i 192.168.192.24 TESTEVstromdao.ev stop -i 192.168.192.24 TESTEV
stromdao.ev retrieve -i 192.168.192.24 TESTEV
```### Settlement and Clearing of charging sessions
Note: This requires to setup a Meter-Point-Operation```
stromdao.ev report 101
stromdao.ev clearing --workprice 2500000 --sessionprice 1000000 TESTEV 101
```In this example 101 is the session currently stored at report 101. The workprice is 25ct per KWh and each session costs 1€