Hi all,
I have made a webpage (https://www.reuneker.nl/files/vita) that takes data from the Vitadock platform and converts it into the csv-format of a Fitbit export. This file can then be uploaded into Garmin Connect. It works well for weight, BMI and fat percentage, but data for bone mass, hydration and muscle mass seem to be ignored by Garmin Connect. The output looks like this:
Body
Date,Weight,BMI,Fat,Bone,Hydration,Muscle
"18-11-2019","62,3","19","10,3","3,1","67,3","46,7"
"19-11-2019","60,9","18,6","9,8","3","67,6","46,9"
"20-11-2019","60,8","18,6","9,9","3","67,5","46,8"
One of the users of the webpage showed me that his Garmin Connect Weight overview includes Bone Mass, Hydration and Muscle Mass, but in my account, I don't see it. When I look at the JSON data of my own account (see the trick at https://www.alunr.com/exporting-weight-data-from-garmin-connect/) I do see labels 'boneMass' and 'muscleMass', but all the data are 'null' and using those as headers in the CSV doesn't work either.
Does anyone know what the structure of the file/the headers of the columns in the csv should be for Garmin to be able to read all the data?
Any help is appreciated!
Alex