Skip to content

Commit ddb198b

Browse files
committed
Fix EVerest upstream URLs
Signed-off-by: Michael Heimpold <michael.heimpold@chargebyte.com>
1 parent 93f6eb8 commit ddb198b

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

docs/source/everest_charging_stack.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ An overview of the EVerest modules is shown in the next section.
2424

2525
.. include:: ../../includes/everest_overview_of_everest_modules.inc
2626

27-
**DCSupplySimulator** (`view on GitHub <https://github.com/EVerest/everest-core/blob/main/modules/simulation/DCSupplySimulator/manifest.yaml>`__)
27+
**DCSupplySimulator** (`view on GitHub <https://github.com/EVerest/everest-core/blob/main/modules/Simulation/DCSupplySimulator/manifest.yaml>`__)
2828

2929
This module simulates a DC power supply device.
3030

docs/source/troubleshooting.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ The Charge SOM hardware is not designed to be used as an EV simulator. Please re
3434
I 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

4344
What 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?
100101
To support OCPP 2.0.1, the EVerest OCPP201 module must be integrated into the EVerest configuration.
101102
This module uses the `libocpp library <https://github.com/EVerest/libocpp>`_ to implement the OCPP 2.0.1
102103
protocol.
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>`_
104105
already contains some information about the module parameters, the provided and required interfaces,
105106
and the initial creation of the OCPP 2.0.1 database.
106107

@@ -121,8 +122,8 @@ The most important points are summarised here:
121122
5. 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`.
123124
6. 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

Comments
 (0)