Replies: 1 comment 1 reply
-
This is the code that import the weight data into the database: https://github.com/tcgoetz/GarminDB/blob/master/garmindb/import_monitoring.py#L25. If you look in your HealthData directory you will find a weight directory and files in it names weight_{date}.json. You can see what values are available there. The import code and the matching database code would need to be enhanced to add additional values. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using this script to get my garmin data in golden cheetah and that works very nice, so thank you for that :-)
But what I'm missing is some weight-data. There is the "normal" weight, but I would also like to track things like BMI, fat%, muscle mass, bone mass and water%.
I've got a garmin scale which measures all these things and sends them to garmin-connect, so I think this could also be collected with this script.
Is this possible, am I missing something, or is this not an option?
Thanks in advance
Guido
Beta Was this translation helpful? Give feedback.
All reactions