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?
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?