cryxy / my-owntracks-recorder

Store and access data published by OwnTracks apps within InfluxDB
GNU General Public License v3.0
11 stars 1 forks source link

Grafana Panel #3

Open shrippen opened 3 years ago

shrippen commented 3 years ago

Hello,

you have published a screenshot of a grafana panel configuration. Could you share that configuration for me to have a look at? I seem to be unable to correctly configure my panel.

cryxy commented 3 years ago

Hello,

I have uploaded my dashboard JSON model. I think you are interested in the query:

SELECT "lat", "lon" FROM "locations" WHERE ("userName" =~ /^$user$/ AND "deviceName" =~ /^$deviceName$/ AND "accuracy" =~ /^$accuracy$/) AND $timeFilter