-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync to Garmin account #479
Comments
maybe in the openScale sync version if I have time and it is not too complex |
In my experience working with the Garmin API, it is a one way street. You can pull data from them, but not allowed to push data up. I could be wrong on this, but their Health API documentation doesn't seem to make any mention of updating data. All that said, it's OAuth1.0a for authentication, and they offer webhooks if there is a backend powering the application. If not, there is a standard RESTful API that they offer. |
Weight Logger syncronise fine with Garmin, but I can't import data from openScale :-( |
I've read my way into the Garmin Health API now and it looks a bit fishy. Even they stated it is free but in their request form the last question is:
You have to be an "enterprise partner". The decision if you get access to the API is based on Garmin. Honestly, it is too much information what they want from me and the basic idea of openScale was to get rid of the company clouds for privacy reason. So, no I am not intend to support synchronization to Garmin. @flatherskevin regarding to this code snippet you can push data via a .fit file to Garmin. |
Garmin does not charge a 5000$ fee for using their API anymore.
So synchronization of weight and possibly other data with Garmin would be awesome.
The text was updated successfully, but these errors were encountered: