Commit 86a7c3a
refactor(EvseManager): Refactor Charger state machine to fix
pause/resume behaviour
- Remove occurences of ChargingResumed
- In Finishing: Stop session only if EV is unplugged
- Remove evse_replug command from evse_board_support interface and all respective occurences in modules or the stable API
- handle HLC charging without power and fix AC basic pause transitions
- Add HLC no‑energy timeout and reuse power_available()
Signed-off-by: Piet Gömpel <pietgoempel@gmail.com>
Signed-off-by: Cornelius Claussen <cc@pionix.de>
Fix StoppingCharging, works for DC and AC BC. AC ISO broken
Signed-off-by: Cornelius Claussen <cc@pionix.de>
Set default to 5s
Signed-off-by: Cornelius Claussen <cc@pionix.de>
Add ramp up/down option
Signed-off-by: Cornelius Claussen <cc@pionix.de>
Revert config changes
Signed-off-by: Cornelius Claussen <cc@pionix.de>
Change NoEnergyPauseMode to PauseBeforeCableCheck to support DIN and ISO-2
Signed-off-by: Sebastian Lukas <sebastian.lukas@pionix.de>
Remove unused charger Mutex descriptions for pause and resume. Pause and resume charging is only accepted when a transaction is active
Signed-off-by: Piet Gömpel <pietgoempel@gmail.com>1 parent 993a534 commit 86a7c3a
File tree
44 files changed
+406
-561
lines changed- applications/pionix_chargebridge
- include/charge_bridge/everest_api
- src/everest_api
- docs/source/reference/EVerest_API
- interfaces
- lib/everest/everest_api_types
- include/everest_api_types/evse_manager
- src/everest_api_types/evse_manager
- tests
- modules
- API
- API
- evse_board_support_API/main
- evse_manager_consumer_API
- EVSE
- Auth
- lib
- tests
- EvseManager
- energy_grid
- evse
- tests
- OCPP201
- OCPP
- HardwareDrivers/EVSE
- AdAcEvse22KwzKitBSP/board_support
- MicroMegaWattBSP/board_support
- PhyVersoBSP
- connector_1
- connector_2
- TIDA010939/board_support
- YetiDriver
- board_support
- docs
- Simulation/YetiSimulator/board_support
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+406
-561
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
124 | 122 | | |
125 | 123 | | |
126 | 124 | | |
| |||
393 | 391 | | |
394 | 392 | | |
395 | 393 | | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | 394 | | |
400 | 395 | | |
401 | 396 | | |
| |||
Lines changed: 0 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 67 | | |
73 | 68 | | |
74 | 69 | | |
| |||
205 | 200 | | |
206 | 201 | | |
207 | 202 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | 203 | | |
215 | 204 | | |
216 | 205 | | |
| |||
384 | 373 | | |
385 | 374 | | |
386 | 375 | | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | 376 | | |
405 | 377 | | |
406 | 378 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1314 | 1314 | | |
1315 | 1315 | | |
1316 | 1316 | | |
1317 | | - | |
| 1317 | + | |
1318 | 1318 | | |
1319 | 1319 | | |
1320 | 1320 | | |
| |||
1343 | 1343 | | |
1344 | 1344 | | |
1345 | 1345 | | |
1346 | | - | |
1347 | 1346 | | |
1348 | 1347 | | |
1349 | 1348 | | |
| |||
1369 | 1368 | | |
1370 | 1369 | | |
1371 | 1370 | | |
1372 | | - | |
1373 | 1371 | | |
1374 | 1372 | | |
1375 | 1373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 62 | | |
75 | 63 | | |
76 | 64 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
68 | | - | |
69 | | - | |
70 | 66 | | |
71 | 67 | | |
72 | 68 | | |
| |||
Lines changed: 0 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | 263 | | |
270 | 264 | | |
271 | 265 | | |
| |||
284 | 278 | | |
285 | 279 | | |
286 | 280 | | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | 281 | | |
294 | 282 | | |
295 | 283 | | |
| |||
350 | 338 | | |
351 | 339 | | |
352 | 340 | | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | 341 | | |
362 | 342 | | |
363 | 343 | | |
| |||
382 | 362 | | |
383 | 363 | | |
384 | 364 | | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | 365 | | |
394 | 366 | | |
395 | 367 | | |
| |||
Lines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | 212 | | |
217 | 213 | | |
218 | 214 | | |
| |||
225 | 221 | | |
226 | 222 | | |
227 | 223 | | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | 224 | | |
233 | 225 | | |
234 | 226 | | |
| |||
267 | 259 | | |
268 | 260 | | |
269 | 261 | | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | 262 | | |
275 | 263 | | |
276 | 264 | | |
| |||
283 | 271 | | |
284 | 272 | | |
285 | 273 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | 274 | | |
291 | 275 | | |
292 | 276 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
| |||
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | 139 | | |
144 | 140 | | |
145 | 141 | | |
| |||
164 | 160 | | |
165 | 161 | | |
166 | 162 | | |
167 | | - | |
168 | | - | |
169 | 163 | | |
170 | 164 | | |
171 | 165 | | |
| |||
0 commit comments