Skip to content
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

Loading ChargingProfiles into memory when ChargePoint is constructed #738

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

Pietfried
Copy link
Contributor

@Pietfried Pietfried commented Aug 8, 2024

Describe your changes

Moved loading of charging profiles from database into memory into constructor. Before that, this function was inside the start() function of the ChargePoint. If the libocpp consumer requested the composite schedule before the start() function is called, existing profiles were not used.

Issue ticket number and link

Checklist before requesting a review

…structor. Before that, this function was inside the start() function of the ChargePoint. If the libocpp consumer requested the composite schedule before the start() function is called, existing profiles were not used.

Signed-off-by: pietfried <[email protected]>
@Pietfried Pietfried merged commit e074a6b into main Aug 16, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants