Tom Goetz
Tom Goetz
After testing this, you should see that your sleep_events table has data. There is additional work needed to generate the data in the sleep table.
I will aggregate the stats in sleep_events to get per day totals of time in each sleep state at some point. Im not sure where the other data: sleep spo2,...
Looks like your trying to setup GarminDB in native Windows. I'm not aware of anyone having done this. The immediately issue is the make script can't find Python, but if...
If that data doesn't come from laps, then I'm not sure what it comes from. Can you give me some example data? Screen capture of what Garmin connect shows and...
Everything in Garmin Connect should be coming from the FIT file for the activity. For the blue bar, Pace, the average value is the average pace for the whole activity....
You need to look at the activity_records table with a tool like "SQLite browser like [SQLite Studio](http://sqlitestudio.pl/) or [DB Browser for SQLite](https://sqlitebrowser.org/)" as described on the GarminDb project page. Or...
If you would like to contribute work on "pip installable" packaging I would appreciate and integrate that. I think the Fit library could be its own package and then a...
How long has it been since you downloaded all the data? Import, imports all files with dates no more than 24 hours old.
I misunderstood your issue when I said it only does the latest. Download and import take a --latest option, but analyze always analyzes all of the DB data. I've never...
What version of Python and venv are you using? It works for me with Python 3.9 and the venv built in to 3.9. > orion:GarminDB_develop tgoetz$ python3 -m venv --upgrade-deps...