Releases: EVerest/everest-core
Releases · EVerest/everest-core
2023.9.0
What's Changed
- Refactor powermeter signed meter value interface by @corneliusclaussen in #339
- Add connector_id to evse_manager.yaml interface by @Pietfried in #341
- Replaced command get_id with get_evse in evse_manager interface by @Pietfried in #342
- Add callback for pause charging and some stubs so libocpp does not crash when calling them by @marcemmers in #343
- Added plug in timeout event within EvseManager and OCPP1.6 by @Pietfried in #338
- Feature/powermeter interface adaptions by @klemmpnx in #347
- Added OCPP1.6 Custom Extensions by @Pietfried in #345
- Remove RiseV2G from project by @SebaLukas in #351
- add additional error types to BSP by @corneliusclaussen in #350
- DPM1000: add external discharge resistor control via GPIO by @corneliusclaussen in #346
- Updating README.md packages list by @SebaLukas in #352
- Not calling any event handler while OCPP1.6 is stopped by @Pietfried in #353
- Remove hint to use cmake -j, because there is no option -j in cmake to speed up configuration by @andistorm in #355
- Use std::filesystem in PersistentStore module by @hikinggrass in #348
- don't build tests in
./lib
by default by @Dominik-K in #356 - Changed config path for OCPP201 DeviceModelDatabasePath by @Pietfried in #359
- Replace Js variants of dummy auth with C++ modules by @corneliusclaussen in #362
- Add EVEREST_INCLUDE_MODULES cmake option to only build these module by @hikinggrass in #358
- Added proper conversion of Firmware Status Notifications for OCPP by @Pietfried in #365
- Applied seperation of EVSE and connector in OCPP and OCPP201 by @Pietfried in #360
- Generate and install certificates for OCPP by default by @hikinggrass in #364
- added default case for fw status conversions by @Pietfried in #366
- Added EvseSecurity module by @Pietfried in #337
- modules: fix warnings for
printf
-format by @Dominik-K in #363 - EvseManager signals "ready" by @Pietfried in #367
- Update dependencies in preparation for 2023.9.0 release by @hikinggrass in #369
- Increase version to 2023.9.0 by @hikinggrass in #370
New Contributors
- @klemmpnx made their first contribution in #347
- @Dominik-K made their first contribution in #356
Full Changelog: 2023.8.0...2023.9.0
2023.8.0
What's Changed
- Fix workspace setup in README by @hikinggrass in #304
- OCPP201: Added Charging State callbacks by @Pietfried in #303
- HLC sleep mode by @SebaLukas in #305
- Remove minProperty from type message by @SirVer in #301
- Close TCP connection after dlink_ready(false) by @corneliusclaussen in #307
- make flags to end session/tcp connection atomic by @corneliusclaussen in #308
- enable SLAC retries with T_step_EF if EV does not wake up on B1-B2 by @corneliusclaussen in #309
- Fix parity option by @LAD101work in #310
- Use larger github runner and run on pull requests by @andistorm in #296
- OCPP201 Websocket control by @Pietfried in #312
- Add linting to build pipeline by @andistorm in #314
- power off DC properly in case of errors by @corneliusclaussen in #316
- add actions step by @andistorm in #317
- Add ChargingStateEnum to on_transaction_finished in OCPP201 by @Pietfried in #319
- Fix issue that is allowing deauthorization with invalid tag with valid parentId by @marcemmers in #315
- Switch R_P and R_N to R_F by @LAD101work in #320
- Change logging of write commands from info to debug by @corneliusclaussen in #321
- service name string length was not initialized which causes EXI encod… by @corneliusclaussen in #324
- Update dependencies by @hikinggrass in #318
- Change OCPP2.0.1 module callback signatures by @hikinggrass in #322
- EvseSlac: log NMK by @corneliusclaussen in #326
- DC: Use actual voltage instead of target voltage in current limit cal… by @corneliusclaussen in #327
- Use more digits for physical value types to charge faster in low powe… by @corneliusclaussen in #328
- fix handling of external limits via API module by @corneliusclaussen in #325
- hack BPT: allow starting with discharging by @corneliusclaussen in #330
- Add option for low power DC charging: deal with cars that request int… by @corneliusclaussen in #329
- Publish hostname over everest_api by @hikinggrass in #332
- always trigger DC power supply update when changing between charge an… by @corneliusclaussen in #333
- reduce umwc to 1000V by @corneliusclaussen in #334
- MINOR: Typo in evse_manager.yaml by @krealyt in #335
- Adapt to EVerest/everest-utils#76 by @a-w50 in #331
- Update libocpp dependency, increase version to 2023.8.0 by @hikinggrass in #336
New Contributors
- @marcemmers made their first contribution in #315
Full Changelog: 2023.7.0...2023.8.0
2023.7.0
What's Changed
- Fix PEM encoding of contract certificates by @subnova in #274
- Slac implementation for EV by @a-w50 in #266
- query DPM1000 less often to reduce load on CAN and MQTT by @corneliusclaussen in #277
- Add discharged_energy_wh to API by @LAD101work in #272
- Removed C_EV_PARM_REQ_RETRY by @a-w50 in #278
- ev_add_module and module subdirectory support by @a-w50 in #279
- Add data transfer to ocpp module by @hikinggrass in #281
- Feature/serialcommhub support rxtx gpio by @corneliusclaussen in #250
- Added DeviceModelDatabasePath to OCPP201 module by @Pietfried in #275
- Fix negative watt values in api set_limit_watts by @corneliusclaussen in #282
- Move module docs: docs/modules/.rst -> modules/<module-n… by @andistorm in #256
- Use new on_transaction_started signature in OCPP201 module by @hikinggrass in #285
- Removed EvseV2G config option highlevel_authentication_mode by @SebaLukas in #289
- EvseManager now signals Enabled event when ready by @Pietfried in #286
- Fix a bug when OCPP requests a completely empty schedule by @corneliusclaussen in #283
- Setting the voltage and current in the dc car sim is now possible by @SebaLukas in #288
- Changed Authorization and EvseManager types for better support for OCPP201 by @Pietfried in #290
- Bump libocpp commit by @Pietfried in #293
- lock_guard in ocpp was not created correctly by @Pietfried in #294
- Fix startup tests by @hikinggrass in #287
- EvseV2G: Make the condition for loading root certificates more readable by @mooraby in #298
- Added OCPP201 callbacks for network configuration validation and configuring by @Pietfried in #299
- Fix typos in yaml: minumum -> minimum by @SirVer in #300
- changed type to authorization_type in nodered flow by @Pietfried in #297
- Refactored Error and Fault types by @Pietfried in #302
New Contributors
Full Changelog: 2023.6.0...2023.7.0
2023.6.0
What's Changed
- Adapted PyJosev to EVerest/everest-framework#85 by @a-w50 in #249
- Adopt to EVerest/everest-framework#87 by @a-w50 in #257
- Fix segmenation fault while parsing TLS certificate and key files by @FaHaGit in #259
- Use std::filesystem paths in OCPP module from EVerest/libocpp#98 by @hikinggrass in #258
- Fix issue with multiple service list items by @FaHaGit in #260
- Revert "Fix issue with multiple service list items (#260)" by @corneliusclaussen in #262
- Re-apply "Fix issue with multiple service list items (#260)" by @corneliusclaussen in #264
- Driver for SCU Power DPM1000/30 DC power supply by @corneliusclaussen in #265
- Adding the PyEvJosev module to replace the JsCarV2G module by @SebaLukas in #261
- EvseV2G: Do not stay long in authorization loop by @mooraby in #263
- Request minimum current in PausedByEV state by @corneliusclaussen in #267
- Fix josev dependency for main by @corneliusclaussen in #268
- Improve error handling in basic charging by @corneliusclaussen in #269
- fix powermeter.power_W is optional by @corneliusclaussen in #270
- Bump dependencies for 2023.6.0 release by @hikinggrass in #273
Full Changelog: 2023.5.0...2023.6.0
2023.5.0
What's Changed
- Set Watt limit directly instead of min(currentvalue, newValue). by @corneliusclaussen in #201
- Use most recent version of libtimer by @hikinggrass in #198
- Link URL missed the nightly part by @krealyt in #197
- Disable unneeded mbedtls build targets by @a-w50 in #200
- Integrated Energymanagement with OCPP Smart Charging by @Pietfried in #202
- Make OCPP certificates path configurable by @hikinggrass in #204
- SLAC based Autocharge support by @corneliusclaussen in #205
- Get car manufacturer from MAC by @corneliusclaussen in #206
- create EvseManager logging directories recursively. This fixes situat… by @corneliusclaussen in #211
- Update config to get it working with admin panel by @a-w50 in #199
- Fix tests to use temporary configs by @hikinggrass in #213
- Do not terminate connection on failed response by @FaHaGit in #214
- API and Setup module additions by @hikinggrass in #208
- Improvement for the reservation of charging processes by @Pietfried in #210
- OCPP added event handlers for Enabled and Disabled SessionEvents by @Pietfried in #212
- catch exceptions when renaming session log folder by @corneliusclaussen in #216
- Support for multiple SLAC sessions by @corneliusclaussen in #220
- Fix PN532 token provider for Mifare Classic tags by @hikinggrass in #218
- add custom suffix to log folder names by @corneliusclaussen in #223
- AC: Show max hw caps current on boot, fix hw caps for Yeti driver by @corneliusclaussen in #222
- Extended API module by adding set_limit_watts by @Pietfried in #207
- stop_charging: try graceful shutdown before failed by @corneliusclaussen in #215
- correct namespace by @corneliusclaussen in #225
- Configurable TLS parameters for PyJosev, JsCarV2G by @Pietfried in #226
- fix local feed_result variable vs class member feed_result by @corneliusclaussen in #227
- Add TLS v1.2 support to EvseV2G module by @FaHaGit in #203
- Changes needed by EVerest/everest-framework#79 by @a-w50 in #230
- Update dependencies.yaml by @a-w50 in #233
- Driver for Pionix micro mega watt charger by @corneliusclaussen in #224
- Typo in Authorization Tests by @Pietfried in #231
- Give some more time for modem and slac to be ready (for Tesla) by @corneliusclaussen in #229
- Cablecheck: wait for contactors to close (with timeout) by @corneliusclaussen in #235
- Simple modbus RTU implementation for SerialCommHub by @corneliusclaussen in #221
- Adding mqtt prefix to JsCarV2G for everest-testing by @SebaLukas in #236
- Re-enable SHA1 as supported hash algorithm by @FaHaGit in #234
- Add system header / bump dependencies by @a-w50 in #241
- Switched from PyJosev to EvseV2G in all config files by @SebaLukas in #240
- Disable pnc if a rfid card was swiped before an ev was plugged in by @SebaLukas in #239
- EvseV2G: Handle Plug and Charge Authorization by @mooraby in #242
- EvseV2G: Handle Certificate Installation by @mooraby in #244
- change EVCCID/MAC addresses to uppercase by @corneliusclaussen in #238
- Adjustment that a current "flows" in the dc sil by @SebaLukas in #237
- Adapt to changes in EVerest/everest-utils#49 by @a-w50 in #245
- Initial ci based on EVerest/everest-ci by @a-w50 in #247
- Added target for generating all c++ files by @a-w50 in #246
- Refactor/libfsm ng by @a-w50 in #232
- Added verify contract cert chain parameter to PyJosev by @Pietfried in #248
- fix handling of read/write reply by @corneliusclaussen in #251
- Added functionality for Basic Implementation of OCPP2.0 by @Pietfried in #219
- Bump libocpp dependency to v0.8.0 by @Pietfried in #252
- Adaptation of the README.md file for Fedora 37 and 38 by @SebaLukas in #253
- Fix false soft over current error trigger in pause by @corneliusclaussen in #254
- Increase EvseV2G TLS stability and dependency updates for May release by @Pietfried in #255
New Contributors
Full Changelog: 2023.3.0...2023.5.0
2023.3.0
What's Changed
- Generic powermeter by @hikinggrass in #175
- fix default for config option by @corneliusclaussen in #191
- Add test control module by @LAD101work in #187
- New energy manager by @corneliusclaussen in #192
- Check if logfiles exist before renaming them. by @corneliusclaussen in #194
- ISO15118 PnC Support by @Pietfried in #188
- Add high level communication module of chargebyte by @mooraby in #190
- SLAC: Switch to matched state immediately after MATCH.CNF by @corneliusclaussen in #195
- Check optional before accessing in EnergyManager by @Pietfried in #196
New Contributors
Full Changelog: 2023.2.1...2023.3.0
2023.2.1
What's Changed
- Bump libocpp version to 0.5.2 by @Pietfried in #189
Full Changelog: 2023.2.0...2023.2.1
2023.2.0
What's Changed
- Added the missing V2G message IDs to the iso15118_charger type by @SebaLukas in #179
- Plug'n Charge interface extension by @SebaLukas in #181
- Only use PP reading when connector type is a IEC 62196 Type 2 Socket by @hikinggrass in #182
- Changed fsm in Auth module from async to sync by @Pietfried in #184
- Add PacketSniffer Module by @SebaLukas in #178
- Adding module info access to PyJosev by @SebaLukas in #183
- Minor DC fixes by @corneliusclaussen in #185
- Add telemetry to EvseManager, YetiSimulator and YetiDriver by @hikinggrass in #186
- OCPP201 module subscribing to EvseManager session events by @Pietfried in #180
Full Changelog: 2023.1.0...2023.2.0
2023.1.0
What's Changed
- Allow modules to be selectively excluded or collectively by programming language by @hikinggrass in #166
- Improve out-of-core build support by @a-w50 in #167
- Improve ev-cli version compatibility by @a-w50 in #169
- Configurable timeout for CM_SET_KEY.REQ by @corneliusclaussen in #170
- Split OCPP1.6 and OCPP2.0.1 modules by @Pietfried in #168
- Removed config-sil201 for the moment by @Pietfried in #172
- start slac earlier by @corneliusclaussen in #173
- Add PP ampacity reading interface by @hikinggrass in #174
- Mitigate connector sometimes not transitioning to available in Auth by @hikinggrass in #176
- Update dependencies versions by @hikinggrass in #177
Full Changelog: 2022.12.1...2023.1.0
2022.12.1
What's Changed
- Use https for Josev git repo URL by @hikinggrass in #165
Full Changelog: 2022.12.0...2022.12.1
What's Changed
- Pin versions of libraries by @hikinggrass in #153
- AuthModule: Clear Error on SessionFinished event by @Pietfried in #150
- Added reset functionality to System module by @Pietfried in #155
- Bump libocpp version to v0.2.0 because of an API change by @hikinggrass in #156
- Generate random NMK key for every SLAC session by @SebaLukas in #157
- TokenType for differentiation of authorization media source by @Pietfried in #159
- OCPP Module sets Auth connection timeout on startup by @Pietfried in #158
- OCPP module shares connection state of OCPP by @Pietfried in #160
- Change of token type in nodered flow by @Pietfried in #161
- Update README.md by @Fufanu in #152
- Use module info everest_prefix to access filesystem by @Pietfried in #163
- Josev Integration by @SebaLukas in #164
- Use https for Josev git repo URL by @hikinggrass in #165
New Contributors
Full Changelog: 2022-11.0...2022.12.1