Skip to content

I would like to see Google Health Connect integration #3954

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

Open
FreDiabetics opened this issue Apr 19, 2025 · 1 comment
Open

I would like to see Google Health Connect integration #3954

FreDiabetics opened this issue Apr 19, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@FreDiabetics
Copy link

Google Health connect could be a nice enhancement in future AndroidAPS versions.

https://developer.android.com/health-and-fitness/guides/health-connect/develop/get-started?hl=en

@MilosKozak MilosKozak added the enhancement New feature or request label Apr 24, 2025
@Gohtraw
Copy link

Gohtraw commented Apr 27, 2025

Why you ask?
It offers a convenient way to work with health data from different sources.
Juggluco can already send BG to it (I don't know how useful that detour would be, though).
Heart-rate and steps are already being implemented in AAPS - I think Health Connect could help streamline that process.
From what I've read, I'm sure connecting a period tracker to AAPS would be a really good idea.

I picked some example permissions which are self-explanatory; detailed info can be found here: https://developer.android.com/reference/kotlin/androidx/health/connect/client/records/package-summary#classes

<uses-permission android:name="android.permission.health.READ_ACTIVE_CALORIES_BURNED"/>
<uses-permission android:name="android.permission.health.READ_BLOOD_GLUCOSE"/>
<uses-permission android:name="android.permission.health.WRITE_BLOOD_GLUCOSE"/>
<uses-permission android:name="android.permission.health.READ_DISTANCE"/>
<uses-permission android:name="android.permission.health.READ_ELEVATION_GAINED"/>
<uses-permission android:name="android.permission.health.READ_EXERCISE"/>
<uses-permission android:name="android.permission.health.READ_FLOORS_CLIMBED"/>
<uses-permission android:name="android.permission.health.READ_HEART_RATE"/>
<uses-permission android:name="android.permission.health.READ_MENSTRUATION"/>
<uses-permission android:name="android.permission.health.READ_STEPS"/>
<uses-permission android:name="android.permission.health.READ_WEIGHT"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants