Tristan Horn

Results 2 comments of Tristan Horn

I like how the [Infinity plugin for Grafana](https://github.com/grafana/grafana-infinity-datasource) handles this -- it supports a few different languages for parsing and transforming arbitrary JSON: [uql](https://www.npmjs.com/package/@uql/core), [GROQ](https://groq.dev) and [JSONata](https://jsonata.org). I don't think...

I too was surprised to see charging being represented on the energy chart; it makes the "Total energy regen" number useless. I'd just zero `battery_current` (?) on import when `charging_state=='Charging'`....