@@ -34,10 +34,11 @@ The Charge SOM hardware is not designed to be used as an EV simulator. Please re
3434I want to control EVerest via CAN, how can I achieve this?
3535^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3636
37- Currently, there is no such EVerest module available, you will need to implement it on your own. But
38- at least there is a `module <https://github.com/EVerest/everest-core/tree/main/modules/DPM1000 >`_
39- and a `library <https://github.com/EVerest/everest-core/tree/main/lib/staging/can_dpm1000 >`_,
40- which uses the CAN interface.
37+ Currently there is no such EVerest module available, you will need to implement it on your own.
38+
39+ But at least there is are `DC power supply modules <https://github.com/EVerest/everest-core/tree/main/modules/HardwareDrivers/PowerSupplies >`_
40+ and a `library <https://github.com/EVerest/everest-core/tree/main/lib/everest/can_dpm1000 >`_,
41+ which uses the CAN interface. This might help as a starting point.
4142
4243
4344What is the difference between CHSTOP_IN and SAFETY_ESTOPx?
@@ -100,7 +101,7 @@ How do I set up OCPP 2.0.1 on Charge SOM with EVerest?
100101To support OCPP 2.0.1, the EVerest OCPP201 module must be integrated into the EVerest configuration.
101102This module uses the `libocpp library <https://github.com/EVerest/libocpp >`_ to implement the OCPP 2.0.1
102103protocol.
103- The `OCPP201 module documentation <https://github.com/EVerest/everest-core/blob/main/modules/OCPP201/doc.rst >`_
104+ The `OCPP201 module documentation <https://github.com/EVerest/everest-core/blob/main/modules/EVSE/ OCPP201/doc.rst >`_
104105already contains some information about the module parameters, the provided and required interfaces,
105106and the initial creation of the OCPP 2.0.1 database.
106107
@@ -121,8 +122,8 @@ The most important points are summarised here:
1211225. The OCPP 2.0.1 device model initialization is done automatically by the OCPP201 module after the
122123 first start of EVerest. The database is stored the `DeviceModelDatabasePath `.
1231246. The component config files are stored in the `DeviceModelConfigPath `. Component config files are
124- used to initialize or update the device model database. To update a component config file, just the
125- place a `component config file <https://github.com/EVerest/libocpp/tree/v0.16.2 /config/v201 /component_config >`_
125+ used to initialize or update the device model database. To update a component config file, just
126+ place a `component config file <https://github.com/EVerest/libocpp/tree/main /config/v2 /component_config >`_
126127 in the same directory structure in the DeviceModelConfigPath and change the values accordingly.
127128 Important keys of the component config files are:
128129
0 commit comments