@@ -25,7 +25,7 @@ connected to USB.
2525
2626
2727Is it possible to use the Charge SOM as an EV simulator?
28- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
28+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2929
3030The Charge SOM hardware is not designed to be used as an EV simulator. Please refer to our
3131`website <https://www.chargebyte.com/ >`_ for more suitable products.
@@ -80,22 +80,22 @@ The device tree sources of the Charge SOM are divided into multiple layers:
8080
8181
8282How can I access the EVerest admin panel on Charge SOM?
83- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
83+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8484
8585Currently, the Charge SOM does not have integrated the `EVerest admin panel <https://github.com/EVerest/everest-admin-panel >`_
8686Please use your development environment to set up your configuration file. Alternatively, you can use a plain text
8787editor.
8888
8989
9090Does EVerest on Charge SOM support ISO 15118-20 yet?
91- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
91+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9292
9393The required module for ISO 15118-20 has been included in the image since the Charge SOM EVerest release 0.2.0.
9494Please note that the implementation is still under development.
9595
9696
9797How do I set up OCPP 2.0.1 on Charge SOM with EVerest?
98- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
98+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9999
100100To support OCPP 2.0.1, the EVerest OCPP201 module must be integrated into the EVerest configuration.
101101This module uses the `libocpp library <https://github.com/EVerest/libocpp >`_ to implement the OCPP 2.0.1
@@ -107,7 +107,7 @@ and the initial creation of the OCPP 2.0.1 database.
107107The most important points are summarised here:
108108
1091091. The OCPP201 module must be included in your EVerest configuration.
110- 2. The CbSystem module can be used to fulfill the requirement of the system interface.
110+ 2. The CbSystem module can be used to fulfill the requirement of the system interface.
1111113. While configuring the OCPP 2.0.1 module, ensure that you are using OCPP configuration and database
112112 paths which are covered by the update mechanism. The following paths are recommended:
113113
@@ -133,6 +133,7 @@ The most important points are summarised here:
133133 For further information about the device model initialization, please refer to the
134134 `libocpp documentation <https://github.com/EVerest/libocpp/blob/main/doc/v2/ocpp_201_device_model_initialization.md >`_.
135135
136+
136137I tried to compile chargebyte's Hardware EVerest Modules, but it fails to build. How can it fix this?
137138^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
138139
0 commit comments