• Crash reports collection Q1 2026

    Watches
    14
    9 Votes
    14 Posts
    1k Views
    sky-runnerS
    @stromdiddily said: isn’t it just touch that’s disabled when you lock it? can still scroll thru the various screens Zooming the map and climb guidance (elevation profile) are very important functions that I personally use very frequently even during a race. Perhaps I am even more likely to zoom during a race because normally I have waypoints for all aid stations and checkpoints. Furthermore, now with the configurable bottom field on the map and climb guidance screens, touch is also very useful on those two screens. If I lock the watch, all these features become unavailable.
  • [Question] No stupid questions - ask anything here

    Pinned Suunto Plus Development
    143
    4 Votes
    143 Posts
    15k Views
    D
    @matram Many thanks for taking the time in helping out. Even the very basics is a puzzle from my background/my low level programming skills; but I am not giving up. I included your code in the html-file, but understand there is also some logic needed - but cannot really figure out what variables that need to be controlled from the .js side of things? I have understood that PaceTarget is critical in your implementation, but outside of that I cannot really see what I might be missing? (I cannot get it to render in the simulator, and it appears your screen is from the simulator - so I suppose it should work also in simulator?) To provide some more info: I have included the mentioned functions in the html (onLoad / onActivate) and the canvas declaration. But no results in the simulator.
  • 0 Votes
    3 Posts
    89 Views
    2
    @bartolomeo6 I have an HRM DUAL and didn’t have any problems with it. Are you sure the belt is connected and used in the activity? The heart symbol with little “wings” on the side? If yes, sync the activity to Runalyze and look at the r-r graph at the bottom. It might give some insights…
  • What sport mode is missing from our watches in your opinion?

    Pinned Watches
    270
    4 Votes
    270 Posts
    74k Views
    SuperFlo75S
    Honestly, I have to admit that walking with crutches is definitely something I miss
  • 2.53.42 Race S and Pathetic battery life

    Suunto Race S
    8
    1 Votes
    8 Posts
    384 Views
    withManishW
    @matram, my watch is not that old, and before the new firmware, everything was working perfectly.
  • Sticky notifications during activities

    Suunto Race 2
    6
    0 Votes
    6 Posts
    239 Views
    J
    I’ve had the same problem since the beginning. Sometimes the notification disappears immediately, sometimes after a long time, and sometimes only manually pressing the crown helps.
  • Italian map region for Cortina D’Ampezzo

    Suunto Vertical 2
    2
    1 Votes
    2 Posts
    103 Views
    sartoricS
    @peegee you need “Veneto”
  • 3 Votes
    3 Posts
    206 Views
    Łukasz SzmigielŁ
    @matram this is golden, thanks. I’ll add it to the suuntoplus skill I’ve been working on. I’m trying to aggregate all knowledge about hardware limitations and things that docs or examples don’t cover. Perhaps I should open source it? There are plenty of quirks I’ve stumbled upon, like colors on MIP displays - for example if the color is too dark - it’ll be rendered as black. Or the issue of “back on track” that I’m fighting with currently.
  • 1 Votes
    5 Posts
    373 Views
    EgikaE
    @krad801 there is no way to set the watch for GPS altitude only. If you find such a setting in the app, it is used for activities recorded with the app directly. Otherwise with the watch on a bike, there sometimes can be wind affecting the barometric sensor. Maybe this was the case for you.
  • 11 Votes
    37 Posts
    4k Views
    jthomiJ
    @MLM31 I have to say I kinda overlooked the Race S a little, but since it’s out there now quite some time, it may be better to still wait for newer models maybe at the end of year. Battery runtime with my S9PP also an issue, charged it yesterday morning before leaving the day, then 24hrs later without any usage of the watch only 24/7 HR measurement, I lost 25% of battery life. Now, with a 30 minute bike ride, and a 40 minute dog walk, I am at 45%, which really is a bummer.
  • Training Peaks - interval notification

    Suunto Race 2
    18
    1 Votes
    18 Posts
    672 Views
    stromdiddilyS
    @2b2bff said: @stromdiddily there is no universal “This is a workout file, deal with it watch” format. If you are pushing a workout to Garmin, you define the steps. If you push the workout to Suunto, you define a SuuntoPlus Guide. I don’t know how Coros or Apple Watch does handle it. So, Training Peaks - or any other platform for that matter - has to include the respective framework for each brand individually… The other way around, if you read the finished activity from the watch, there is a format that has been widely adopted: Garmin FIT files. I see, this makes sense…thank you
  • Suunto Aqua syncing with Google Health

    Headphones
    1
    0 Votes
    1 Posts
    77 Views
    No one has replied
  • Race S: Extremely high battery use rate

    Suunto Race S
    65
    5 Votes
    65 Posts
    5k Views
    withManishW
    @sky-runner, same issues: my watch uses 7-10% battery even in power-save mode overnight.
  • Suunto Ocean problem with the accelerometer/step counting

    Suunto Ocean
    1
    0 Votes
    1 Posts
    70 Views
    No one has replied
  • Please delete this post

    Questions & Feedback
    1
    0 Votes
    1 Posts
    128 Views
    No one has replied
  • 1 Votes
    90 Posts
    11k Views
    D
    First of - thanks to Suunto for opening up the possibility to enrich their marvelous watch lines with features that many users have been missing! It is always amazing to see where the combination of ingenuity and a (somewhat) open development platform takes us. Being a road-runner with some sort of ambition to optimize races I have been missing a race pacer that allows for freely defining pace segments. The races I have participated in (Gothenburg area, Sweden) are quite often pretty hilly and I have found that I waste energy in the wrong places and therefore needed an app that could provide some guidance. The requirements were pretty close to “RaceWarden Pacer” - but I was missing the possibility to define the distance for the various segments of the race. And. With age comes poor eyesight, so I needed BIG (and clear) numbers to control the pace. The logic/thinking: You define your pacing strategy based on the elevation profile of the race and potentially other factors - this is all done outside of the app. Example from “Göteborgsvarvet” where I decided to try Jack Daniels’ Running Formula which roughly translates to -8s/km/%-gradient (uphill) and +5s/km/%-gradient (downhill). But that is outside the app, just the background to the pacing strategy. [image: 1780157300180-2026-05-18_19-54-08.png] The pacing strategy is pushed to the app through user defined app settings: Segment Distances (km or mile): 2.45 1.79 1.36 1.36 6.59 7.8 Segment paces (min/km or min/mile): 5:18 5:03 5:37 4:55 5:12 5:14 (Is it possible to have two input fields in app settings?) With the user input the total race length is calculated by summation of the Segment Distances (21,35km) - overall race target time (1:51:26) as well as target pace (general) is also calculated. Then comes the tricky part. What is really needed / what can be displayed to help pacing (remember: poor eyesight)? I removed heart rate as I have found it does not work (for me) during races, and landed in the following configuration: [image: 1780125397727-2026-05-30_00-06-13.png] Segment Target Pace: Derived from user input and displayed once a segment is recognized/completed. In essence this is a pretty static value, that only changes when a segment is completed. Segment Pace: Calculated. Similar to Lap Pace but utilizes the user defined Segment Distances/Segment paces, so it’s dynamic and updates as you run. Total Seconds ahead/behind Race Plan: Defined as the deviation between race plan and completed distance/time; naturally dynamic. Needed Pace: Based on initial user input finishing time and total race length are calculated. This is the pace needed for the remaining part of the race to reach the target What would you see as missing? The remaining challenges: I would like to have (I believe) at least some indication on heart rate - but I am not able to get the standard zone gauge to work and lack the skills to create one by myself with the canvas mysteries I tested to include an additional ahead/behind indicator focusing on ahead/behind per segment - but felt that it became more confusing and the display became to crowded - could this potentially be incorporated as a gauge? Compatibility - I believe maximizing fonts will be problematic for smaller watches but have not really had the energy to investigate what/how to make sure it works also for smaller displays Contrast - to me it seems yellow offers the best contrast, but is it just my eyes or a more common phenomenon? All input welcome! (unfortunately it seems my application for the partner development has got lost in the mail, as I applied many weeks ago) Also - I used the app (very successfully) during a recent race!
  • Delete a map on the watch

    Moved Suunto Vertical 2
    8
    1
    0 Votes
    8 Posts
    222 Views
    L
    @JungleJim @sartoric @2b2bff You’re all right !!! update the maps and got the remove button many thanks
  • Vector Classic watch face gone?

    SuuntoPlus™ WatchFaces
    4
    0 Votes
    4 Posts
    247 Views
    EgikaE
    @Horizontal_2 exactly. Every watch has their so called “hero” watch face. It is pre-installed with the firmware. Which makes sense, as there must be one, even if you remove all using the app. Of course this hero watch face is not in the app. It is on your watch.
  • Race 2 accuracy

    Suunto Race 2
    118
    0 Votes
    118 Posts
    10k Views
    S
    @dreamer_ I’m built similarly to you so glad I stuck with the Race 2. Maybe you’ll change back after the update! I didn’t want to pay an additional £100 for a torch and bigger battery, neither of which I need. This would also come with more bulk and omission of the scroll wheel which I like for zooming the maps. I wonder whether this update will be included in the next quarterly one or a separate earlier fix…
  • Tech diver issues with Nautic

    Nautic
    8
    5 Votes
    8 Posts
    557 Views
    N
    Hi agree the app need a profound re-design regarding diving. Basic : log dives number log dives separate dives by devices, when dive with Nautic & Nautical S the dive get duplicate Tanks stats gas used PPo2 bottom time surface interval deepest dive longest dive ascend time ascend rate Total dives Total EAN dives Total Deep dives Dive plans Total time Max time Average time Max depth Average Max depth Min SAC Max SAC In my opinion should be a specific dive section inside the app only to log dives, and able to hide all the other activities metrics.