[grafana] map not shown #2099
Unanswered
mode2k
asked this question in
Getting started
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an existing issue for this?
What happened?
In Grafana Board Drive Details the Map does not show up. There is only a black box.
When clicking map -> inspect -> data the column lat is shown with 0 decimals. lon does not show up. is this a problem?
The command
psql -U teslamate -W -d teslamate -h 127.0.0.1 -c 'SELECT * FROM positions'
in bash shows up valid datasets with latitude and longitude. So the teslamate core and postgrel part should be ok.
Is there a log file where i can find whats wrong here. teslamate log does not change when opening this board. (of course not since this query is not affecting the teslamate program)
Grafana Log /var/log/grafana/grafana.log is not showing any relevant error.
I am using an existing grafana installation V 7.2.0 running in a docker container connected to the teslamate postgres running direct on the host without docker.
Expected Behavior
No response
Steps To Reproduce
No response
Relevant log output
Screenshots
No response
Additional data
No response
Type of installation
Manual
Version
v1.24.2
Beta Was this translation helpful? Give feedback.
All reactions