Is it possible for me to make a custom report that shows minutes in Zone 2 or higher for each week?
I sort of liked the simplicity of Fitbit’s Zone Minutes or Garmin’s Intensity minutes but activities recorded through zwift don’t count on Garmin.
Is it possible for me to make a custom report that shows minutes in Zone 2 or higher for each week?
I sort of liked the simplicity of Fitbit’s Zone Minutes or Garmin’s Intensity minutes but activities recorded through zwift don’t count on Garmin.
You would need to make a Custom Activity field that calculates time above Z1 HR for each activity.
That is, get the HR stream and increase a counter for each datapoint where HR is above Z1.
That Custom field can then be plotted on the Fitness chart as a weekly total and/or can be set to show as a number on the weekly summary.
Edit: it’s probably even easier to take Moving time and deduce Z1 time. No iterating through datastream is necessary like this.