OCPP 2.0.1 to 1.6 gateway.
Base on this project
Start charge server v1.6
python CS160.py
Start gateway
python gateway_runner.py
Start charge point v2.0.1
python CP201.py
All done work in 3 tty
| status | v160 | v201 |
|---|---|---|
| + | BootNotification | BootNotification |
| + | Heartbeat | Heartbeat |
| - | StartTransaction | RequestStartTransaction |
| - | StopTransaction | RemoteStopTransaction |
| + | StatusNotification | StatusNotification |
| - | MeterValues | MeterValues |
all :-)
CP - charging point
CS - OCPP server
CP(v201) -> (CS(v201) <-> CP(v106)) -> CS(v106)
MIT (c) 2022 Pavel Mihalsou