cyberjunky / python-garminconnect

Python 3 API wrapper for Garmin Connect to get activity statistics
MIT License
964 stars 149 forks source link

Watch battery? #84

Closed Calzune closed 2 years ago

Calzune commented 2 years ago

Could you maybe add so we can see the battery of the watch?

dpupkov commented 2 years ago

From what I know, watch battery level is not stored separately anywhere in Garmin cloud. Unlike battery level for external sensors, which is stored in the cloud and therethically could be retrieved.

As a workaround, you may want regularly downloading .fit files for all activities and extract watch battery level at the end of activity. Limitation - you won't get watch battery level unless you complete an activity; so that workaround would be suitable only for someone who is doing activities regularly (daily?).

cyberjunky commented 2 years ago

Rule is like when it's available in Garmin Connect website, it can be made available as soon as we know the correct URL to fetch the data.

cyberjunky commented 2 years ago

Closing since technically not possible at this moment.

euanChalmers02 commented 10 months ago

thanks for taking the time but after further research, this doesn't seem possible as discussed here https://github.com/matin/garth/issues/27 .

thanks anyway