What is Fair and Intense Activity? #91
-
I see Fair and Intense Activity in the graphs together with Sedentary and Sleeping. However they do not match Moderate Intensity and Vigorous Intensity. Are they different metrics? What do they measure and how are they calculated? I see no similar metric on my watch and Connect App. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @Brutallyk So here is the mapping And here is the raw data collection method. garmin-grafana/src/garmin_grafana/garmin_fetch.py Lines 195 to 200 in 426ef02 I believe it will be better to use the Will be fixed in the next dashboard revision. Thank you for pointing this out. |
Beta Was this translation helpful? Give feedback.
-
Thank you again @Brutallyk, it's fixed with 15a34ab |
Beta Was this translation helpful? Give feedback.
Hi @Brutallyk
So here is the mapping
And here is the raw data collection method.
garmin-grafana/src/garmin_grafana/garmin_fetch.py
Lines 195 to 200 in 426ef02
I believe it will be better to use the
moderateIntensityMinutes
* 60 andvigorousIntensityMinutes
* 60 (to get seconds because u…