garmin-connect-export icon indicating copy to clipboard operation
garmin-connect-export copied to clipboard

possible to export daily sleep data?

Open ck-on opened this issue 8 years ago • 3 comments

Garmin makes sleep data (part of the "daily summary") available for export as a zipped fit file.

Would it be possible to make this script also backup that data?

The url garmin connect fetches from is

https://connect.garmin.com/modern/proxy/download-service/files/wellness/2016-08-28

I guess I could make a second copy of the script, edit the variable url_gc_original_activity and change /activity/ to /wellness/ and it might work

ck-on avatar Aug 28 '16 10:08 ck-on

+1: I too would like this data.

endafarrell avatar Feb 04 '17 16:02 endafarrell

@ck-on did your approach work for you?

santekotturi avatar Jan 10 '18 21:01 santekotturi

@ck-on I think this repo currently only parse .gpx and .csv file formats. As you saw, the summary export where sleep data is available is only as .fit files. Maybe this package can be incorporated into this tool: https://github.com/dtcooper/python-fitparse

ibury08 avatar Mar 06 '19 05:03 ibury08