-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Get aggregate steps for previous days? #116
Comments
@matinzd I would also be very interested in the "Reading aggregate data" feature as well I notice this was there a plan to eventually implement these APIs? the Bucket API/concept sounds extremely useful considering different Android tracking apps track and group data differently making it difficult to aggregate since the intervals are not guaranteed to be consistent interval (i.e. intervals for step data can be 5 minutes apart or hours apart depending on the app). I have had to make a hacky fix to "standardize" the inconsistent intervals from the various sources, and this bucket API would address it out right I may be interested in contributing, but I only know JavaScript, so if you believe I could just follow the patterns you set and implement the aggregate data one, I could be convinced to try it out |
Yes, same for our team which is currently actively developing a new health app integrating Health Connect. Any information about plans/ongoing development for |
Is it possible to get the total steps for each day in the past, but not combined? I.E. I want to get the steps from up to 14 days ago, but not all the steps for the 14 days. So I would want to retrieve all steps for 2024/07/12, then 2024/07/13, etc. From what I see it looks like i have to call aggregateRecord for each day. Or readRecords and then manually combine.
The text was updated successfully, but these errors were encountered: