-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hey! @lswiderski
I was shocked by how smooth app worked (iPhone 15/mi scale 2); So I wanted to know if one can process historical data manually.
By now I have .csv imported (zepp app/huami imported) that looks like that.

and, of course, Garmin import page https://connect.garmin.com/modern/import-data
Well it is said, that it should be in FitBit csv format, yet I can't figure it out.
I'm pretty sure the answer lies somewhere here
WebBodyComposition/services/scanner.js
Line 107 in 1b5cccd
| setBodyComposition({ |
Can you suggest how one can manipulate row
time,weight,height,bmi,fatRate,bodyWaterRate,boneMass,metabolism,muscleRate,visceralFat to be coherent with "format Garmin connect wants".
I tried to manipulate with different time formats, different names, looked for some "oldfashioned" tools like gotoes, FIT->CSV, CSV->FIT converters, etc, but kept getting rejected by
{
"code": 400,
"content": "The file was a valid type, but contained data we could not process successfully."
}
Huge thanks!