You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to see the 'Active Calories' included for each individual activity in 'garmin_activities.db' table 'activities'. It exists already as part of the daily summary, but I cannot find it as activity-specific in the database.
The .json files for activity details include values for "calories" and "bmrCalories".
I believe the calculation for Active Calories is = Total Calories - BMR Calories.
Adding either BMR Calories, Active Calories or both as separate fields would be great!
The text was updated successfully, but these errors were encountered:
I believe the calories for an activity, field=calories, is the activities contribution to active calories. I think you should just use the calories field.
Thank you for the reply. The calories-field value matches what is called Total Calories Burned in the Garmin Connect-app though, so it is not exactly what I am looking for. I need to subtract the Resting Calories or BMR Calories, but for now, I can get only get to that number by subtracting an estimate of that value.
I would like to see the 'Active Calories' included for each individual activity in 'garmin_activities.db' table 'activities'. It exists already as part of the daily summary, but I cannot find it as activity-specific in the database.
The .json files for activity details include values for "calories" and "bmrCalories".
I believe the calculation for Active Calories is = Total Calories - BMR Calories.
Adding either BMR Calories, Active Calories or both as separate fields would be great!
The text was updated successfully, but these errors were encountered: