home-assistant / home-assistant/android
Add remaining health connect sensors
- Dominant language
- Kotlin
- Stars
- 3.9k
- Forks
- 1.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 81
Description
This request will be used to track the remaining sensors we can add according to: https://developer.android.com/health-and-fitness/guides/health-connect/plan/data-types as I am sure we will get more requests and quite possibly more will be added in the library
- [x] Active calories burned (#4452)
- [x] Basal body temperature (#4836)
- [x] Basal metabolic rate (#4803)
- [x] Blood glucose (#4785)
- [x] Blood pressure (#4803)
- [x] Body fat (#4785)
- [x] Body temperature (#4803)
- [x] Body water mass (#4836)
- [x] Bone mass (#4803)
- [ ] Cervical Mucus (not sure how this will work based on the [docs](https://developer.android.com/reference/kotlin/androidx/health/connect/client/records/CervicalMucusRecord))
- [ ] Cycling pedaling cadence
- [x] Distance (#4785)
- [x] Elevation gained (#4785)
- [ ] Exercise session
- [x] Floors climbed (#4785)
- [x] Heart rate (#4784)
- [x] Heart rate variability rmmsd (#4836)
- [x] Height (#4803)
- [x] Hydration (should be aggregate based on data available in [docs](https://developer.android.com/reference/kotlin/androidx/health/connect/client/records/HydrationRecord)) (#4836)
- [ ] Intermenstrual bleeding
- [x] Lean body mass (#4803)
- [ ] Menstruation flow
- [ ] Menstruation period
- [ ] Nutrition (will require extra care as its probably lots of sensors in it of itself)
- [ ] Ovulation test
- [x] Oxygen saturation (#4803)
- [ ] Planned exercise
- [ ] Power
- [x] Respiratory rate (#4803)
- [x] Resting heart rate (#4836)
- [ ] Sexual activity
- [ ] Skin temperature
- [x] Sleep session (duration) (#4785)
- [ ] Speed
- [ ] Steps cadence
- [x] Steps (#4785)
- [x] Total calories burned (#4452)
- [x] VO2 max (#4803)
- [x] Weight (#4452)
- [ ] Wheelchair pushes (probably a good candidate for aggregate based on data available in the [docs](https://developer.android.com/reference/kotlin/androidx/health/connect/client/records/WheelchairPushesRecord))
Contributor guide
Assessment
This issue has not been assessed yet.