lephisto / tesla-apiscraper

API Scraper for pulling Vehicle Statistics from the Tesla Owner API into an InfluxDB + Grafana Dashboards
GNU Lesser General Public License v3.0
365 stars 103 forks source link

New car and install, not getting display_name stored. #53

Open CptanPanic opened 5 years ago

CptanPanic commented 5 years ago

So I just got everything installed, and I am not seeing any data in grafana. It is being logged, but looking at influx, there isn't a field for display_name in charging_state. So query select distinct(display_name) from (select * from charge_state) doesn't return anything. I did assign a name to it in the car, and do see it on the Tesla app. What do I need to do to get some data to be displayed with apiscraper?