Replies: 9 comments 3 replies
-
on a similar note: I think that all the micro-charges when leaving the car plugged in could be counted/merged into one. That would give a more realistic sum of charges. |
Beta Was this translation helpful? Give feedback.
-
Perhaps both should occur... micro-charges wrapped into a charge. Thus, later you could drill into the micro-charges since that is the truly correct underlying values, but the overall charge can be viewed in the UI more appropriately/first. |
Beta Was this translation helpful? Give feedback.
-
I would also vote to have the option to merge consecutive charges with no activities in between, in the dashboard to one charge. In my case, I have the charging being started and stopped based on the power from my solar panels. So this can result in 4 or 5 "charges" during a charging session, however these are no "micro" charges. My suggestion would be to combine all charges in the dashboard as long as the charging cable is not disconnected in between. Alternatively perhaps you combine charges if the starting charge-level of a charge is >= end charge-level of the previous charge (the idea being that there was no activity that used power in between). |
Beta Was this translation helpful? Give feedback.
-
@adriankumpf Just a example of why this would be nice... ex was at a destionation charger, and i guess it kept "topping" off my car? |
Beta Was this translation helpful? Give feedback.
-
I think there are different opinions on this topic. Not everyone wants certain charges to be merged automatically. So I can only imagine that there would have to be a UI outside Grafana to selectively merge charges manually. PRs welcome! |
Beta Was this translation helpful? Give feedback.
-
So I am thinking a procedure would work.... any feedback anyone? Would need to set the beg and end charge id... then we just need to call the procedure? Seems to be functioning. I doin't know how to do it in elixir so thats why I did this in SQL...
|
Beta Was this translation helpful? Give feedback.
-
I do see one error that its not updating charge_energy_used so Ill work on that. |
Beta Was this translation helpful? Give feedback.
-
I use the following script to merge charges:
|
Beta Was this translation helpful? Give feedback.
-
Instead of modifying data I've opted into detecting consecutive charges for Charge / Discharge Stats in Charging Stats Dashboards via #4791. This could be rolled out to other panels by introducing a Dashboard variable "Combine consecutive charges" leaving it up to users if they want to see those charging processes combined or not. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So this isn't really a bug persay... but I have run into situations where there may be connectivity issues etc.. that cause teslamate to split the charge to 2 separate charges. I'd like the ability to "merge" charges.
I manually merged some this morning where I had 4 separate charges, but it was really only 1. This was due to issues /w my server and router, but I think it would be a good option to have. I'm not sure how feasible this is, but it was doable /w SQL and some update statements.
Note: Sorry I messed up and didn't click request! Feel free to correct.
Beta Was this translation helpful? Give feedback.
All reactions