Skip to content
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

Closed
ajfriesen opened this issue Jul 8, 2019 · 4 comments
Closed

Sync to Garmin account #479

ajfriesen opened this issue Jul 8, 2019 · 4 comments
Labels

Comments

@ajfriesen
Copy link

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.

@oliexdev
Copy link
Owner

maybe in the openScale sync version if I have time and it is not too complex

@flatherskevin
Copy link

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.

@FifiTheReal
Copy link

Weight Logger syncronise fine with Garmin, but I can't import data from openScale :-(

WeightLogger is on Github.

@oliexdev
Copy link
Owner

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:

If your intended program is not revenue-bearing, please explain how the proposed relationship would offer strategic value to Garmin.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants