12-12-2015 23:16 - edited 12-12-2015 23:17
12-12-2015 23:16 - edited 12-12-2015 23:17
Hi,
I'm using fitbit Charge HR, and the METs I got are always very high, the minimum is 9, and the highest and up to more than 100.
From my understanding of METs calcuation we have to do very hard exercise to get METs higher than 6, is there something wrong about my understanding of fitbit's value?
I got the data from fitbit intraday API, under the calories categories
Here's the data's information :
https://dev.fitbit.com/docs/activity/
Also, is the value of level direct relative to METs?
Thanks in advance.
12-13-2015 01:56
12-13-2015 01:56
@jeeyi345 wrote:Hi,
I'm using fitbit Charge HR, and the METs I got are always very high, the minimum is 9, and the highest and up to more than 100.
From my understanding of METs calcuation we have to do very hard exercise to get METs higher than 6, is there something wrong about my understanding of fitbit's value?
I got the data from fitbit intraday API, under the calories categories
Here's the data's information :
https://dev.fitbit.com/docs/activity/
Also, is the value of level direct relative to METs?
Thanks in advance.
@jeeyi345 The Fitbit records Active Minutes from 3 METs and above. But I notice in your API link it states
"activities/activityCalories - The number of calories burned during the day for periods of time when the user was active above sedentary level. This value is calculated minute by minute for minutes that fall under this criteria. This includes BMR for those minutes as well as activity burned calories.
I have always thought Sedentary was about 1.2 METs, Fitbit total Sedentary minutes but we never know what they are in calorific value. Or, is it the difference between 3 METS and Sleeping/Rest ?.
Can anyone help
12-13-2015 02:40
12-13-2015 02:40
@Colinm39
The METs Sedentary minutes were like 9, 10, or 11
And the sum of a day (1440 minutes of METs) is more than 23 thousand, like 23819.
So I was thinking maybe the value is 10 times more? Like 1.0, 1.1, during the active minutes like 5.1,6.4.
But the METs stored in integer, and there are other fields using the decimal point, so if my guessing was right , why don't fitbit choose the decimal point to store METs too?
Maybe I was wrong, hope the issue to be verified, and thank you and anyone for the reply
10-20-2016 15:37
10-20-2016 15:37
I found this while searching on how to get METs from the API. So it you're looking to get minute level METs data, you can use the activities/calories. If you have access to the intraday time series data, you'll see it. Sample:
https://api.fitbit.com/1/user/-/activities/calories/date/today/1d.json
Sorry to go off topic.
10-20-2016 16:00
10-20-2016 16:00
This question was asked more than a year ago, but I think what @jeeyi345 said makes sense. And @aarondcoleman said the same thing here. Hopefully this will help other people.
11-07-2016 12:59
11-07-2016 12:59
Fitbit folk, could still use your derivation details and any supporting validation please?