mr.Magoo
Well-known member
- Thread starter
- #1
I've been tinkering with my own "black box" for the LIghtning based on a Raspberry Pi and the OBDLink MX+ OBD adapter and below is a sample of where I'm at right now, the "black box" is also integrated with ABRP and HomeAssistant to feed them various data.
I have four modes, default, driving, charging and sport, each with it's own set of configurable parameters.
Default, driving and charging are all automatic and sport is a special mode that logs a few values every second and mainly intended for acceleration / braking tests (to check regen and those kind of things). Sport mode is enabled though HomeAssistant / Alexa (I just tell Alexa in the car to enable sport mode).
I'm using a Pi CM4 with a case / mainboard that has M2 SSD support (to get more storage, better response and less risk of a corrupt sdcard).
The main "controls" is in Node Red, logging to InfluxDB and graphs by Grafana.
It's still work in progress, but it works reasonably well.
Charging View
Charging Heatmap with charge locations and average charge rate
Driving View
12V Battery overview
HV Battery overview (mainly a "health view")
Available parameters (for now, looking at adding some more if I find something of value)
I have four modes, default, driving, charging and sport, each with it's own set of configurable parameters.
Default, driving and charging are all automatic and sport is a special mode that logs a few values every second and mainly intended for acceleration / braking tests (to check regen and those kind of things). Sport mode is enabled though HomeAssistant / Alexa (I just tell Alexa in the car to enable sport mode).
I'm using a Pi CM4 with a case / mainboard that has M2 SSD support (to get more storage, better response and less risk of a corrupt sdcard).
The main "controls" is in Node Red, logging to InfluxDB and graphs by Grafana.
It's still work in progress, but it works reasonably well.
Charging View
Charging Heatmap with charge locations and average charge rate
Driving View
12V Battery overview
HV Battery overview (mainly a "health view")
Available parameters (for now, looking at adding some more if I find something of value)