The Data is pulled from the API via a node-red node gets "filtered" and passed on to Grafana and MQTT.
So it is possible to view historic data in Grafana:
But the most useful Information is the SoC which is displayed on some pages of my smart home visu.:
On the smart home system (https://hackaday.io/project/14862-diy-scada-smart-home) some additional data gets calculated. The most useful of this data are estimated charging times depending on the charging power and custom range estimates.
But of course, this solution comes with some downsides. I am completely dependent on the CAR manufacturer API. When the API is changed (which happens every 3 to 6 months) I need to tweak the data collection and build some workarounds.
This is why i am thinking about a direkt way to collect the data. The solution i am imagining is a direct OBDII to MQTT Gateway.
This is a really cool project, sadly you will have to constantly play tag with the API updates.
Because i doubt "code coherence" or "backwards compatibility" are priorities for them.