Tom

Results 3 comments of Tom

Thanks, @boced66 I installed it alongside the _official_ nhc2 integration (without uninstalling) through HACS, restarted and everything is working again as before.

@thueske you can already add it if you want. I have this for my battery temperature graph: ``` SELECT "carCapturedTimestamp", "temperatureHvBatteryMin_K", "temperatureHvBatteryMax_K" FROM battery_temperature WHERE vehicle_vin = '$VIN' ORDER BY...