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

Charging sessions: merge two entries #16569

Open
prinzartus opened this issue Oct 8, 2024 · 2 comments
Open

Charging sessions: merge two entries #16569

prinzartus opened this issue Oct 8, 2024 · 2 comments
Labels
backlog Things to do later enhancement New feature or request ux User experience/ interface

Comments

@prinzartus
Copy link

prinzartus commented Oct 8, 2024

If charging events are interrrupted (by any means), it would be nice to be able to select - let's say three charging events - and collate them to a single charging event on the charging event screen. The "energy charged" and cost, duration to be summed up and the averages to be recalculated accordingly, just as if it was one uninterrupted charging event.

Maybe just during runtime only, while keeping the separate charging events in the db.

@andig andig added enhancement New feature or request ux User experience/ interface labels Oct 8, 2024
@naltatis
Copy link
Member

naltatis commented Oct 9, 2024

Yes, merging two entries should be possible without dataloss.

Maybe just during runtime only, while keeping the separate charging events in the db.

If we do this, we should definitely merge both entries in the database once and not move this into runtime to reduce complexity. This one has not a high priority for me, but I see the value. I'm glad to support if someone wants to give it a try.

@naltatis naltatis added the backlog Things to do later label Oct 9, 2024
@naltatis naltatis changed the title Zwei oder mehrere Ladevorgänge (rechnerisch) zusammenführen - collate user selected seperate charging events() Merge two charging sessions Oct 9, 2024
@naltatis naltatis changed the title Merge two charging sessions Charging sessions: merge two entries. Oct 9, 2024
@naltatis naltatis changed the title Charging sessions: merge two entries. Charging sessions: merge two entries Oct 9, 2024
@Steph-74
Copy link

If we talk about merge, we should also consider the possibility to split a session. When I unplug one car and plug in the other car before evcc gets an update from the wallbox (go-e Gemini), evcc stores everything in one session. I need to split the session manually in excel based on the log from the wallbox, as I get energy for one car reimbursed.

@naltatis naltatis removed their assignment Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Things to do later enhancement New feature or request ux User experience/ interface
Projects
None yet
Development

No branches or pull requests

4 participants