Is it possible to export body composition to garmin connect using garth ? #49
Replies: 4 comments 8 replies
-
Can you give me a breakdown of what specific information you need to query from Garmin Connect to determine the body composition? Depending on the information you need, the garminconnect may work for you. The garminconnect library uses Garth for authentication and requests, but it has integration for more endpoints. |
Beta Was this translation helpful? Give feedback.
-
@RobertWojtowicz it looks like @AnonJohn's comment about using a FIT file is right. Here's a C# project that uploads body composition: |
Beta Was this translation helpful? Give feedback.
-
Hi, As I write I am currently using YAGCC (Yet Another Garmin Connect Client), unfortunately it is heavy and does not support older ARM v6: lswiderski/yet-another-garmin-connect-client#5 I thought maybe some simple way to use other projects like this to optimize my solution. BR, |
Beta Was this translation helpful? Give feedback.
-
Well I made a new version, it works great :) BR, |
Beta Was this translation helpful? Give feedback.
-
Hi, @matin
I'm a miscale2garmin developer and I'm thinking of optimizing my project, unfortunately the boodycomposition module used is not further developed (no solution to the problem in garmin-connect) and the YAGCC solution is quite heavy and doesn't work on older RPI (.net module).
Question is there a chance to run this in Garth or another python module ?
BR,
Robert
Beta Was this translation helpful? Give feedback.
All reactions