DrMichael

Results 72 comments of DrMichael

That is pretty strange. Why is Charging in the upper is missing? What says Charges? In general, when charging, there should be one Charging and one Parking entry, with (almost)...

Any chance, that the alexandra plugin will support timesyncing?

Name resolution in the teslamate service doesn't work... Try to stop und restart the service.

Well, the message says, that it cannot resolve **auth.tesla.com**.

What does it say, when you hover over the red triangles?

Try the following in "mi driven": ``` SELECT start_date AS time, convert_km(sum(end_km - start_km)::numeric, '$length_unit') AS distance FROM drives WHERE car_id = '1'AND $__timeFilter(start_date) GROUP BY 1; ```

@adriankumpf @cwanja Do you know, why we have such a complicated query in the Drive Stats? If not, I would push that here...

I think, I had that discussion earlier. It is the median, not the average. :-)

Perhaps Drive Stats is more for the long term observation, Trip might be better for short term...

> @DrMichael can validate my logic, being the Grafana and SQL expert. Ah, no I am not... :) One could do ![image](https://user-images.githubusercontent.com/8087682/183299344-972aee89-f7fc-4fd8-a3ae-8754c5aaf1cb.png) But that looks ugly...