teslamate
teslamate copied to clipboard
Drive Graph/Map correlation broken.
Is there an existing issue for this?
- [X] I have searched the existing issues
What happened?
As of 1.27.0 the correlation between Graphs and the Map are broken. Pre 1.27.0 in the Drive Details
Dashboard when you mouse over a portion of the Graph a dot would show the corresponding position on the Map.
Expected Behavior
In the Drive Details
Dashboard when you mouse over a portion of the Graph a dot should show the corresponding position on the Map.
Steps To Reproduce
- open the
Drive Details
dashboard in grafana. - mouse over any one of the graphs.
- ... you will see no correlating dot on the map.
Relevant log output
.
Screenshots
No response
Additional data
No response
Type of installation
Manual
Version
1.27.0
https://github.com/adriankumpf/teslamate/discussions/2759
Same issue for me as well. That's a bug on 1.27.0.?
I also encountered this problem...
i have the same problem
Instead of "me too" posts there is a "subscribe" button on the top right of this page which will get you notifications.
Please do comment if you are adding some useful debug info for the developers to see/use.
same. docker installation.
The timesyncing support of the TrackMap plugin only works with the deprecated Graph (old)
panel in Grafana. That panel is going to be removed in future Grafana releases. In Grafana 8 it's still present but cannot be selected anymore when changing the panel type.
There is another trackmap plugin called alexandra-trackmap-panel but it does not support timesyncing either: https://github.com/alexandrainst/alexandra-trackmap-panel/issues/87
So we could either try downgrade to the old Graph panel or wait for a fix in one of the trackmap plugins.
The timesyncing support of the TrackMap plugin only works with the deprecated
Graph (old)
panel in Grafana. That panel is going to be removed in future Grafana releases. In Grafana 8 is still present but cannot be selected anymore when changing the panel type.There is another trackmap plugin called alexandra-trackmap-panel but it does not support timesyncing either: alexandrainst/alexandra-trackmap-panel#87
So we could either try downgrade to the old Graph panel or wait for a fix in one of the trackmap plugins.
if downgrade to the old Graph panel can do:
- dot show the corresponding position on the Map
- show tire pressure definitely downgrade to the old Graph panel is GREAT ideal
So it seems that the reason to upgrade the Grafana panel is because it's going to be removed in a future version.
That's ok, but meanwhile it still works. So why not revert the change and wait until we are forced to upgrade it? That would give some time for the plugins to catch up.
I agree. But how?
Any chance, that the alexandra plugin will support timesyncing?
Well, any instructions for downgrading the Grafana? And what was the version back then?
you can use docker-compose aim grafana 1.26> Well, any instructions for downgrading the Grafana? And what was the version back then?
you can use docker-compose aim grafana 1.26> Well, any instructions for downgrading the Grafana? And what was the version back then?
Successfully downgraded, thanks
only for docker install user.
1.backup your data 2.delete teslamate (4 container) 3.edit docker-compose.xml ( line grafana lestest to 1.26) 4.reinstall ( docker-compose up -d) 5.restore data
发件人: LiamWangjy @.> 发送时间: Tuesday, October 18, 2022 1:05:41 PM 收件人: adriankumpf/teslamate @.> 抄送: snbdot @.>; Comment @.> 主题: Re: [adriankumpf/teslamate] Drive Graph/Map correlation broken. (Issue #2770)
you can use docker-compose aim grafana 1.26> Well, any instructions for downgrading the Grafana? And what was the version back then?
Successfully downgraded, thanks
― Reply to this email directly, view it on GitHubhttps://github.com/adriankumpf/teslamate/issues/2770#issuecomment-1281820089, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANJVMXMBNUU4KUGM22JVE63WDYV2LANCNFSM532BDVVQ. You are receiving this because you commented.Message ID: @.***>
This bug has been fixed?
This bug has been fixed?
Still waiting for a fix..
This bug has been fixed?
Still waiting for a fix..
It might take a while since the issue in plugin's repo is not very active https://github.com/pR0Ps/grafana-trackmap-panel/issues/67 and the plugin itself seems to be updated for the last time on Mar 10, 2021.
I've made a PR to the trackmap-panel plugin to support new hover event types of Grafana which seem to fix this issue for me: https://github.com/pR0Ps/grafana-trackmap-panel/pull/77
Hopefully the plugin gets updated and the update eventually lands into teslamate too.
I've made a PR to the trackmap-panel plugin to support new hover event types of Grafana which seem to fix this issue for me: pR0Ps/grafana-trackmap-panel#77
Hopefully the plugin gets updated and the update eventually lands into teslamate too.
The PR has been merged, so the current master branch of the TrackMap plugin contains the fix. However, it hasn't yet been released as a new version to Grafana Labs.
Is it possible to install the plugin into Teslamate's Grafana directly from the master branch (or a defined commit hash) instead of the outdated released version?
Hey all, @pesintta's fix for this issue has been released in v2.1.3 of pR0Ps/grafana-trackmap-panel and submitted to the Grafana plugin repo. Not sure when it'll be updated there but the signed plugin zip is currently available via an attachment on the GitHub release.
@adriankumpf hi,look here. the bug has been fixed. May i trouble you update teslamate tag...