Manually import .csv files which we recorded from Android apps into InfluxDB

Last Updated on December 27, 2022 by pg@petergamma.org

1. We have the Android a Training Tracker from Rainer Blind for Ant+ and BLE sensors:

https://github.com/rainerblind

2. We have the Polar Sensor Logger from Jukka Happonen, to get for instance R-R peak data for respiration rate estimation from Polar Sensors:

https://play.google.com/store/apps/details?id=com.j_ware.polarsensorlogger&hl=de_CH&gl=US

3. We have the Mind Monitor app by James Clutterbuck to get Muse EEG sensor data:

https://mind-monitor.com/

4. We have the .fit to .csv Python tool from Max Candocia to get data from Garmin .fit files transcoded into easily readable .csv files:

5. We got the YouTube video from Paul Warren Eaton, who is renovating his home, and shows us how to manually import .csv data into InfluxDB within Home Assistant:

https://youtu.be/O0i2N4VMcR4

  • With the instruction of Paul Warren Eaton, it is possible to import .csv files into InfluxDB for recordings with time stamps which are in the past or in the future.