Hi everyone,
I created a simple app since I didn't find one that can easily visualize battery voltages (MyGreenVolt didn't work for me).
Currently, it shows:
Every reading is stored in the embedded time-series database, so aggregations and analysis are possible in the future with previously collected data.
Currently, the only parameter plotted over time is battery capacity. But I believe, there are other useful PIDs that can be visualized in a history chart.
It was tested with my 2016 Volt, a generic ELM327 Bluetooth adapter, Android 7, 9, and 11 devices.
Your feedback, suggestions, and tests are very welcome.
It's available on Google Play as a public beta:
play.google.com
GitHub: voltage
Here are some screenshots of it:
The app uses the following permissions:
These are necessary for communication with ELM327
Looking forward to hearing your thoughts
I created a simple app since I didn't find one that can easily visualize battery voltages (MyGreenVolt didn't work for me).
Currently, it shows:
- Battery cells 1-96 voltage, Min, Avg, Max, Spread (disbalance mV)
- Battery capacity, KWh, %
- SoC displayed, SoC Raw
- Distance traveled
Every reading is stored in the embedded time-series database, so aggregations and analysis are possible in the future with previously collected data.
Currently, the only parameter plotted over time is battery capacity. But I believe, there are other useful PIDs that can be visualized in a history chart.
It was tested with my 2016 Volt, a generic ELM327 Bluetooth adapter, Android 7, 9, and 11 devices.
Your feedback, suggestions, and tests are very welcome.
It's available on Google Play as a public beta:
Voltage - Apps on Google Play
Read battery data from your GM Chevy Volt / Opel Ampera
GitHub: voltage
Here are some screenshots of it:



The app uses the following permissions:
android.permission.BLUETOOTH
android.permission.BLUETOOTH_CONNECT
These are necessary for communication with ELM327
Looking forward to hearing your thoughts