You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like something that gets all the power usage for specific speed.
Ideally it would take a data point, checks two adjanced data point, and if the speed is constant, (say 30 km/h), it will record the middle one. Then finds another data point like this. This way we can get data, from our driving history of how many kW are used to drive the car at specific speed.
I know that this may be difficult and CPU intensive to find out, so there is an easier version.
There already is speed histogram, so the data points for each speed range are there. Perhaps we can also read the power usage in kW and average it out for each speed range.
That would give us an idea how much will the car consume to drive 50-59 km/h and 60-69 and so on and so on.
Expected Behavior
No response
Steps To Reproduce
No response
Relevant log output
no output
Screenshots
No response
Additional data
No response
Type of installation
Docker
Version
v1.32.0
The text was updated successfully, but these errors were encountered:
woyteck1
changed the title
Feature request: Average power (in kW) per speed histogram.
[Feature request] Average power (in kW) per speed histogram.
Dec 16, 2024
Is there an existing issue for this?
What happened?
I would like something that gets all the power usage for specific speed.
Ideally it would take a data point, checks two adjanced data point, and if the speed is constant, (say 30 km/h), it will record the middle one. Then finds another data point like this. This way we can get data, from our driving history of how many kW are used to drive the car at specific speed.
I know that this may be difficult and CPU intensive to find out, so there is an easier version.
There already is speed histogram, so the data points for each speed range are there. Perhaps we can also read the power usage in kW and average it out for each speed range.
That would give us an idea how much will the car consume to drive 50-59 km/h and 60-69 and so on and so on.
Expected Behavior
No response
Steps To Reproduce
No response
Relevant log output
Screenshots
No response
Additional data
No response
Type of installation
Docker
Version
v1.32.0
The text was updated successfully, but these errors were encountered: