-
Notifications
You must be signed in to change notification settings - Fork 762
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
Velocity/Speed histogram in drive details dashboard #3836
Velocity/Speed histogram in drive details dashboard #3836
Conversation
✅ Deploy Preview for teslamate ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I test with our ci generated image per PR, in this case:
|
Ok, I will do the updates suggested. Need a little extra time. |
@JakobLichterfeld What about now? |
HI, I took the opportunity to consider your suggestions as well using upper casing ;-) |
As I looked at this PR with regard to #3763, I noticed that the |
@JakobLichterfeld (or anyone for that matter) what is the syntax to update your YML to pull a specific PR? I forget. Is it: |
Yes, as I've explained before, it's not only the speed that is represented in that axis. There are many metrics there. So, the challenge is if we adapt the axis for a specific metric, it would not be well represented for other one, like the Power which is the one that has positive and negative values (and even elevation perhaps). Maybe the Solomonic solution could be separating the familiar metrics in another graph (just as an idea) |
similar for TeslaMate image, will update the contributing doc about this |
done,( #3856 ), see https://docs.teslamate.org/docs/development/#testing-with-our-ci-which-builds-the-docker-images-automatically-per-pr |
Hate to say it, but with this PR the drive graph is completely useless for range in my opinion. The lines are all on top of each other. Beyond speed and power, the lines mean nothing. I think we should roll this back @JakobLichterfeld @jheredianet. This is the exact same drive from the screenshots in this comment for comparison. #3763 (comment) |
We return to the same thing that has already been mentioned before (at #3763 (comment)), in this panel the Y axis shows different units (speed per hour, power, range) and that is why it cannot fit for everything. From my point of view, I don't see a major problem about the ranges, beyond the fact that they are seen above the speed, the important thing for me is that both range lines show that there are no significant changes between them. I don't think it's necessary to revert the PR, since there are other changes outside of this panel, on the contrary, I think we can try to improve it together. Maybe you could try to change is the "center cero" axis in this panel and then modify the Overwrite "Add Standard options > Min 0" you suggested to see if you get what you want. If so, a PR with those changes will be enough. |
A reduce in range of 10 miles is so little, the graph is ok from my point of view. |
Actually, I agree with @cwanja. But I think, the ranges and battery heater are not really relevant for a drive. Spee, SOC and Usable SOC might be the essential informations... |
I agree with @DrMichael for a drive is only important Speed, SOC, Power (and even elevation as a right Y axis) as I did in this dashboard https://github.com/jheredianet/Teslamate-CustomGrafanaDashboards?tab=readme-ov-file#tracking-drives That's why in a previous comment I've suggested as an idea, that maybe the Solomonic solution could be separating the familiar metrics in another graph (meaning Ranges and other metrics that do not interfere with units) |
@jheredianet What is the rationale to have centered zero set to on? |
@JakobLichterfeld I would agree that 10 miles is little range loss, however when comparing old and new graphs for the exact same drive it got worse from a readability standpoint. No more or less data is present on the new graph, it's just less readable and usable in my opinion. |
I'd align with @DrMichael's third graph here. Would love to test it against the same drive. |
It's because of the "Power" since it could be posistive and negative |
But you don't need |
Here is the adaptation to the change that has been suggested here #3835
Please, I would like, before doing a merge, for someone to manually import this dashboard into their test environment to see if any information or improvements are missing.