Skip to content

Commit 4d6a2fb

Browse files
authored
Merge pull request #171 from Abby-Wheelis/update-readme-single-commit
fix links in readme
2 parents f5ad853 + d16aa72 commit 4d6a2fb

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ Below is a table of demonstrations that are currently available.
2424
| **One EV ↔ EVSE (AC Simulation)** | Simple AC charging session with one EV connecting to one Charger (EVSE) | [One EV ↔ EVSE (AC Simulation) Diagram](#one-ev-to-evse-ac-simulation) |
2525
| **One EV ↔ EVSE (ISO 15118-2 DC)** | ISO 15118-2 compliant charging session with one EV connecting to one EVSE | [One EV ↔ EVSE (ISO 15118-2 DC) Diagram](#one-ev-to-evse-iso-15118-2-dc)|
2626
| **Two EV ↔ EVSE** | Two EVSE connector points showcasing EVerests ability to work with a CSMS in a multi-station context | [Two EV ↔ EVSE Diagram](#two-ev-to-evse) |
27-
| **E2E Automated Tests** | Performs an automated test of a full charging session| [E2E Automated Tests Diagram](e2e-automated-tests) |
27+
| **E2E Automated Tests** | Performs an automated test of a full charging session| [E2E Automated Tests Diagram](#e2e-automated-tests) |
2828
| **OCPP Demos** | Various OCPP 2.0.1 compliant charging sessions with differing security profiles| [OCPP Demo Diagram](#ocpp-demos)|
2929

3030
## Operating System Specific Instructions
3131

3232
- Mac OS
3333
- EVerest Demos are currently NOT supported on M1 chips
34-
- On x86 chips, no additional steps needed, move to [Install and Set-up](Install-and-Set-up)
34+
- On x86 chips, no additional steps needed, move to [Install and Set-up](#install-and-set-up)
3535
- Linux
36-
- No additional steps needed, move to [Install and Set-up](Install-and-Set-up)
36+
- No additional steps needed, move to [Install and Set-up](#install-and-set-up)
3737
- Windows
3838
- Ensure that you are running Windows 10+
39-
- Install [Windows Subsystem for Linux](https:://learn.microsoft.com/en-us/windows/wsl/install)
39+
- Install [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/install)
4040
(recommended version 2.0)
41-
- Move to [Install and Set-up](Install-and-Set-up)
41+
- Move to [Install and Set-up](#install-and-set-up)
4242

4343
## Install and Set-up
4444

@@ -89,7 +89,7 @@ should open the associated containers
8989

9090
- Note: The nodered flows will allow the user to understand how modules
9191
interact within the demonstrations. For more information on simulating
92-
Everest with software, the simulation GUI, and NODE RED, click [here](https://everest.github.io/nightly/general/03_quick_start_guide.html#simulating-everest)
92+
Everest with software, the simulation GUI, and NODE RED, click [here](https://everest.github.io/everest-core/latest/explanation/getting-started/get-started-sw.html#simulating-everest)
9393

9494
### Step 3: Interact with the Demo
9595

@@ -101,13 +101,14 @@ move to Step 4: Teardown before attempting to start new demo.
101101

102102
|Features| Description |
103103
| -- | ---- |
104-
|<img src="img/One_EV_EVSE_UI.png" alt="Demo UI" width="249" height="572"/>| |
105104
| `CAR PLUGIN` | Starts the charging cycle |
106105
| `STOP & UNPLUG` | Stops the charging cycle |
107106
| `EV PAUSE` | Pause the charging session |
108107
| `EV RESUME` | Resume the charging cycle |
109108
| `Car Simulation` dropdown | Changes the charging scenario (i.e., chaos testing) |
110109
| `Max Current` slider | Slide to adjust the current provided to the vehicle |
110+
| `EAmount` | Set the requested energy amount (kWh) |
111+
| `DepartureTime` | Set the requested departure time (seconds) |
111112

112113
### Step 4: Teardown
113114

@@ -144,7 +145,7 @@ could execute
144145
export EVEREST_MANAGER_CPUS='2.0' EVEREST_MANAGER_MEMORY='1536mb'
145146
```
146147

147-
- This demo can be run independently, and exports [the admin panel](https://everest.github.io/nightly/general/03_quick_start_guide.html#admin-panel-and-simulations)
148+
- This demo can be run independently, and exports [the admin panel](https://everest.github.io/everest-core/latest/explanation/getting-started/get-started-sw.html#admin-panel-and-simulations)
148149
as explained [in this video](https://youtu.be/OJ6kjHRPkyY?t=904).It provides a
149150
visual representation of the configuration and the resulting configurations.
150151

0 commit comments

Comments
 (0)