Skip to content
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

Weird data in grafana, postgresql data seems ok #110

Closed
zelluz opened this issue Aug 22, 2019 · 0 comments
Closed

Weird data in grafana, postgresql data seems ok #110

zelluz opened this issue Aug 22, 2019 · 0 comments

Comments

@zelluz
Copy link

zelluz commented Aug 22, 2019

First of all, thank you for this software!

Im having an issue with displaying stuff correctly in grafana. (First time ever using it so bear with me). For example under the drives, vampire drain and location dashboards I have the following data: https://imgur.com/a/gacJo0K

However in postgresql, I can see the following in for example drives table:

teslamate=# select * from drives limit 10; id | start_date | end_date | outside_temp_avg | speed_max | power_max | power_min | power_avg | start_range_km | end_range_km | start_km | end_km | distance | duration_min | consumption_kWh | consumption_kWh_100km | efficiency | car_id | inside_temp_avg | start_address_id | end_address_id ----+---------------------+---------------------+------------------+-----------+-----------+-----------+------------------+----------------+--------------+--------------+--------------+------------------+--------------+----------------- +-----------------------+-------------------+--------+-----------------+------------------+---------------- 1 | 2019-08-22 06:16:51 | 2019-08-22 06:31:23 | 11.3507692307692 | 92 | 78 | -31 | 10.1230769230769 | 214.1 | 200.1 | 28919.491025 | 28932.399636 | 12.9086109999989 | 15 | 2.604 | 20.172580922922 | 0.922043642857066 | 1 | 21.636923076923 | 1 | 2

Any idea why?

Thank you in advance.

Edit: It seems somehow the grafana data is from a testdata plugin. Oh well, learn something new every day. Case closed!

@zelluz zelluz closed this as completed Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant