Closed ServusNL closed 11 months ago
The query for getting the car name is wrong in when importing the dashboard TelaMetrics V2. I have copied the query from one of the other templates and now it works.
select distinct(display_name) from (select * from charge_state)
Thanks will put into next rls.
I suspect it would be more efficient to use show tag values from charge_state with key = "display_name"
show tag values from charge_state with key = "display_name"
The query for getting the car name is wrong in when importing the dashboard TelaMetrics V2. I have copied the query from one of the other templates and now it works.
select distinct(display_name) from (select * from charge_state)