This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to import data weight to garmin

Hi 

I don't have garmin weight scales and I would like to export from excel to garmin Connect all my historical weight. 

How to do that? 

In the icon cloud there is possibility to export

Body
Date,Weight,BMI,Fat,
12-02-2020,100.8,29.1,28.4,45.1

What about other data how to export?

I am not sure which parameter i should use to exper other data

Regarding link https://jhartman.pl/2016/12/10/withings-to-garmin-connect/

&

https://github.com/jaroslawhartman/withings-garmin-v2/commit/f174212d209829c116cd7d39d3dfd28a7df444da

class Measurements(object):
 
# M or F
gender = 'M'
 
def getWeight(self):
return 100
 
def getPercentFat(self):
return 100
 
# www.medcalc.com/tbw.html
def getPercentHydration(self):
return
 
def getVisceralFatMass(self):
return 100
 
def getBoneMass(self):
return 100
 
def getMuscleMass(self):
return 100
 
def getActiveMet(self):
return 100
 
def getActiveMet(self):
return 100
 
def getPhysiqueRating(self):
return 100
 
def getMetabolicAge(self):
return 100
 
def getVisceralFatRating(self):
return 100