Categories

  • 5k Topics
    50k Posts
    Francesco PaganoF
    Today I wanted to check on my phone how many hours I run on average per week. The question is: how many hours (or km) do I run on average per week in a given period (e.g. this year)? Average should be represented by the black labels at the sides of the graph under training zone. I got completely lost: SA on Mac iOS - Yearly view: Distance: 16.9 Km Duration: 1.6 hour (how much is 1.6 hours anyway? ) [image: 1761927327821-55ecb3bf-a012-41c1-a2e0-7f6be191bfa7-image.png] SA on Android - Yearly view: Distance: 315 km Duration: 30:02’05 hours (this I can ready easily) [image: 1761927489357-cb187877-cbee-46ba-ab7b-98311f8b4c8a-image.png] SA on Android - Monthly view: Distance 20.5 km This looks more like 287 km ran so far in October / 14 activities recorded in October Duration: 2:05’07 probably same as above, total hours this month / 14 activities Same results on Mac iOS SA on Android - Weekly view (my goal): Distance 14.7 km which is 29.38 km ran this week / 2 activities recorded Duration similar as above Same results on Mac iOS How can I visualise total km this year / weeks this year | 3146 / 43 = 73? I should be able to choose “weekly interval” not only for the 6 months time range [image: 1761935247191-1000024776.jpg]
  • 6k Topics
    85k Posts
    helgonet12H
    @VoiGAS yes please. This would make a huge difference in the user experience
  • Suunto dive computers

    262 Topics
    2k Posts
    Alex GLA
    @diogao13 ohhh thank you very much
  • 213 Topics
    3k Posts
    T
    @2b2bff vertical week does look cool! I would need to get back into trails to make it worth it It’s a good carrot to have, total weekly ascent.
  • 94 Topics
    858 Posts
    VoiGASV
    @Brad_Olwin In the austrian / german shop there is just Wing2 and Sonic
  • Anything not related & off topic

    1k Topics
    28k Posts
    No new posts.
  • Sports Tracker apps feedback, questions, feature suggestions and issues

    24 Topics
    112 Posts
    Brad_OlwinB
    @gernophil This is working without issue for me. As Pavel stated check your Health permissions on the phone and watch for SportsTracker.
  • 96 Topics
    434 Posts
    C
    While some people still spend time in vain comparing OHR accuracy on their watch and that of their friends, other people let their earbuds measure it for them. With HR belt accuracy.
  • Anything related to the recent announcement about Suunto’s new Digital services and Movescount Transition

    338 Topics
    4k Posts
    Marin LeroyM
    Hi i am trying to code an interval training in time, i am able to activate the light but not the beep, do you guys have an idea ? /*header*/ /*entrainement intervalle*/ counter=0; warmup_time=1500; speed_up_1=900; speed_up_2=600; speed_up_3=600; recovery_time=100; factor=300; wsu=0; /*end header*/ /*decompte en bip*/ if(SUUNTO_DURATION==1497){Suunto.alarmBeep();} if(SUUNTO_DURATION==1498){Suunto.alarmBeep();} if(SUUNTO_DURATION==1499){Suunto.alarmBeep();} if(SUUNTO_DURATION==warmup_time){ Suunto.alarmBeep(); Suunto.light(); wsu=warmup_time+speed_up_1; counter=counter+1; } /*decompte changement allure*/ if(SUUNTO_DURATION==wsu-3){Suunto.alarmBeep();} if(SUUNTO_DURATION==wsu-2){Suunto.alarmBeep();} if(SUUNTO_DURATION==wsu-1){Suunto.alarmBeep();} /*temps de repos*/ if((SUUNTO_DURATION==wsu) && (counter==1 || counter==3) ){ Suunto.alarmBeep(); Suunto.light(); wsu=wsu+recovery_time; counter=counter+1; } /*2eme accel*/ if((SUUNTO_DURATION==wsu) && (counter==2)){ Suunto.alarmBeep(); Suunto.light(); wsu=wsu+speed_up_2; counter=counter+1; } /*3eme accel*/ if((SUUNTO_DURATION==wsu) && (counter==4)){ Suunto.alarmBeep(); Suunto.light(); wsu=wsu+speed_up_3; counter=counter+1; } postfix="min/km"; RESULT=SUUNTO_PACE;

Suunto Terms | Privacy Policy