Tags: EVerest/everest-core
Tags
Reservation Handling in EvseManager (#1067) Changed reservation handling in EvseManager: * Signaling reservation end after Signaling Disabled event. This allows OCPPs state machine to move from Reserved->Unavailable instead of Reserved->Available->Unavailable * Fixed issue that reservation was cancelled on every SessionFinished event: Canceling reservation in handle_withdraw_authorization when charger was authorized before * When a reservation is cancelled and it is a global reservation, all evse's that were reserved because of global reservations should go to available again. --------- Signed-off-by: Piet Gömpel <[email protected]> Signed-off-by: Maaike Zijderveld, iolar <[email protected]> Co-authored-by: Maaike Zijderveld, iolar <[email protected]> Change libocpp dependency version to 0.23.2 which includes associated fixes for this release branch Signed-off-by: Kai-Uwe Hermann <[email protected]>
Bump libocpp dependency to 0.23.1 to include multiple bugfixes Signed-off-by: Kai-Uwe Hermann <[email protected]>
Bump everest-framework dependency to 0.20.2 (#1045) * Bump everest-framework dependency to 0.20.2 This fixes: - a configuration parsing bug for Python modules - optional connections for Rust modules * Update Cargo.toml and Cargo.lock --------- Signed-off-by: Kai-Uwe Hermann <[email protected]>
Bump everest-framework to v0.20.1 (#1042) * Bump everest-framework to v0.20.1 This includes fixes to the Rust bindings and C++ module command line parsing --------- Signed-off-by: Kai-Uwe Hermann <[email protected]>
CableCheck: allow 0 samples, option to disable wait below 60V at end … ( #990) * CableCheck: allow 0 samples, option to disable wait below 60V at end of cablecheck Signed-off-by: Cornelius Claussen <[email protected]> --------- Signed-off-by: Cornelius Claussen <[email protected]> Co-authored-by: Kai Hermann <[email protected]>
Fixed issue in EvseV2G and OCPP modules. The exiResponse is a require… …d value in the OCPP type but its optional in the EVerest type. This could lead to the situation that the EvseV2G module receives an empty exiResponse that could lead to a segmentation fault. This commit only sets the exiResponse in OCPP when not empty and adds an additional check to EvseV2G to check if the exiResponse string is not empty (#961) Signed-off-by: Piet Gömpel <[email protected]>
Fix signed update firmware conversion retrieveDateTime is a required field, not optional Signed-off-by: Kai-Uwe Hermann <[email protected]>
Limit to ev_max_current/voltage if target is higher (#888) * Limit to ev_max_current/voltage if target is higher Signed-off-by: Cornelius Claussen <[email protected]>
PreviousNext