You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: