DIsable metrics for comute

Hello,

I’ve been using intervals for a few years and just started recording my commute (electric bike).
I’m recording with my Fenix and intervals is connected with my Garmin account.

I saw that I could disable the commute in the calendar but I think it just disappear from the page but still counts in the metrics like the load etc.

Is there any way I can disable the load for my commute ?

Thanks a lot

Yes you can. Look for this part in /settings, click “Add Type”, choose E-Bike Ride and set fitness and fatigue to 0. The rides will still get load but they won’t count towards your fitness, fatigue etc.

1 Like

Thank you ! No way to avoid it to count in the load ?

You can do that with a custom activity field. I created one and have added it to one of your commutes just to test it. You need to use the activity list view to re-analyze past commutes to zero out their load.

For anyone else looking for this click Custom under the activity timeline chart and search for “zero”:

The script looks like this:

{
  if (activity.commute) activity.icu_training_load = 0
}

Thank you ! Have a good day