-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/random delays #530
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
corneliusclaussen
force-pushed
the
feature/random_delays
branch
from
February 7, 2024 08:03
6028ee0
to
f642848
Compare
Requires EVerest/libocpp#453 |
corneliusclaussen
force-pushed
the
feature/random_delays
branch
2 times, most recently
from
February 9, 2024 10:33
05547c1
to
9417eec
Compare
This was referenced Feb 9, 2024
corneliusclaussen
force-pushed
the
feature/random_delays
branch
from
February 22, 2024 09:54
9417eec
to
3609946
Compare
hikinggrass
reviewed
Feb 22, 2024
hikinggrass
approved these changes
Feb 23, 2024
corneliusclaussen
force-pushed
the
feature/random_delays
branch
from
February 23, 2024 13:45
1fd8467
to
63f40c3
Compare
corneliusclaussen
force-pushed
the
feature/random_delays
branch
2 times, most recently
from
March 8, 2024 12:10
403191c
to
7b5104b
Compare
to EvseManager and API modules. The feature is disabled by default. It can be controlled at runtime using the random_delay implementation. Includes changes required by changed type of composite schedules in libocpp from ChargingSchedule to EnhancedChargingSchedule, which includes stackLevel in EnhancedChargingSchedulePeriods Signed-off-by: Cornelius Claussen <[email protected]>
Co-authored-by: Kai Hermann <[email protected]> Signed-off-by: corneliusclaussen <[email protected]>
Signed-off-by: Cornelius Claussen <[email protected]>
Signed-off-by: Cornelius Claussen <[email protected]>
Signed-off-by: Cornelius Claussen <[email protected]>
Signed-off-by: Cornelius Claussen <[email protected]>
Signed-off-by: Cornelius Claussen <[email protected]>
Signed-off-by: Cornelius Claussen <[email protected]>
Signed-off-by: Cornelius Claussen <[email protected]>
Signed-off-by: James Chapman <[email protected]>
corneliusclaussen
force-pushed
the
feature/random_delays
branch
from
March 14, 2024 09:17
080a380
to
58e8b98
Compare
james-ctc
added a commit
that referenced
this pull request
Mar 14, 2024
commit b172bb0 Author: corneliusclaussen <[email protected]> Date: Thu Mar 14 10:29:51 2024 +0100 Feature/random delays (#530) Add random delay according to UK smart charging regulations to EvseManager and API modules. The feature is disabled by default. It can be controlled at runtime using the random_delay implementation. Includes changes required by changed type of composite schedules in libocpp from ChargingSchedule to EnhancedChargingSchedule, which includes stackLevel in EnhancedChargingSchedulePeriods Signed-off-by: Cornelius Claussen <[email protected]> Co-authored-by: Kai Hermann <[email protected]> Co-authored-by: James Chapman <[email protected]> commit 8cc7da8 Author: Michael Heimpold <[email protected]> Date: Wed Mar 13 19:41:28 2024 +0100 GenericPowermeter: add new model Klefr 693x-694x (#560) We use this model in some of our developer charging stations. Signed-off-by: Michael Heimpold <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds UK random delay functionality to EvseManager. It is disabled by default.