The dashboard still needs to get a button to toggle between v1.6 and v2.0.1. At the moment, it's required to change the protocol version by hand in the mo_store folder and restart the application. To change to v2.0.1, open mo_store/simulator.jsn and change the config OcppVersion to 2.0.1.
Add OCPP 2.0.1 compatibility.
The dashboard still needs to get a button to toggle between v1.6 and v2.0.1. At the moment, it's required to change the protocol version by hand in the mo_store folder and restart the application. To change to v2.0.1, open
mo_store/simulator.jsn
and change the configOcppVersion
to2.0.1
.