Skip to content
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

[health 11.0.0] Missing temperature in Fitbit #1045

Open
pkhivesara opened this issue Sep 16, 2024 · 0 comments
Open

[health 11.0.0] Missing temperature in Fitbit #1045

pkhivesara opened this issue Sep 16, 2024 · 0 comments
Labels
bugfix a bug fix

Comments

@pkhivesara
Copy link

Remember to specify the plugin name in the title!

Device / Emulator and OS

Please complete the following information for each phone and/or emulator you're experiencing this bug on:

  • Device: Samsung s10
  • OS: Android 12

Describe the bug

Temperature data is missing from Fitbit while using Health Connect

Screenshots

image

Flutter doctor

Please run flutter doctor and add the output here.

Additional information

const List<HealthDataType> dataTypesAndroid = [
  HealthDataType.BLOOD_GLUCOSE,
  HealthDataType.BLOOD_PRESSURE_DIASTOLIC,
  HealthDataType.BLOOD_PRESSURE_SYSTOLIC,
  HealthDataType.BODY_TEMPERATURE,
  HealthDataType.HEART_RATE,
  HealthDataType.STEPS,
  HealthDataType.DISTANCE_DELTA,
  HealthDataType.SLEEP_ASLEEP,
  HealthDataType.SLEEP_AWAKE,
  HealthDataType.SLEEP_DEEP,
  HealthDataType.SLEEP_LIGHT,
  HealthDataType.SLEEP_REM,
  

The returned JSON does not have a key with type as BODY_TEMPERATURE. Running the sample app has the same issue.

@pkhivesara pkhivesara added the bugfix a bug fix label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix a bug fix
Projects
None yet
Development

No branches or pull requests

1 participant