12-29-2024, 06:45 AM
(This post was last modified: 12-29-2024, 06:47 AM by bedeee. Edited 1 time in total.)
RE: OSCAR: Questions regarding a potential import for Garmin data
So, for fun and glory, I wrote a python gui to visualize the Garmin data directly.
As mentioned, the resolution of Heart Rate data is 2 minutes on my device, so I tried starting a Walking activity during the night.
I then have to pull the HeartRate data out of an 'activity' instead/also, and get:
Zooming in on a tiny bit of the Heart Rate plot it seen, that I still get the averaged heart rates from the "get_heart_rates" api. And I also get the detailed one from the Activities api.
So - this is good in some ways:
Then ChatGPT tells me that it's not that hard to do an application through the GarminIQ platform and save the data myself. This would give me the option of sampling everything the way I want... But ... Hmm ... this is spiraling out of control a bit :-) Is this worth the effort?
As mentioned, the resolution of Heart Rate data is 2 minutes on my device, so I tried starting a Walking activity during the night.
I then have to pull the HeartRate data out of an 'activity' instead/also, and get:
Zooming in on a tiny bit of the Heart Rate plot it seen, that I still get the averaged heart rates from the "get_heart_rates" api. And I also get the detailed one from the Activities api.
So - this is good in some ways:
- I get detailed HeartRate data
- interestingly it is not saved at regular interval. Its at 2 seconds intervals around 3:02:00 (where curve is steap) and its at 12 seconds at 3:00:30 (where curve is flat).
- When an activity is ongoing, the 'sleep api" goes silent.
The curves: Movement, Restlessness Events, Sp02, Stress, HRV are from the Sleep Api.
Then ChatGPT tells me that it's not that hard to do an application through the GarminIQ platform and save the data myself. This would give me the option of sampling everything the way I want... But ... Hmm ... this is spiraling out of control a bit :-) Is this worth the effort?