Suunto app Forum Suunto Community Forum
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    [Question] No stupid questions - ask anything here

    Scheduled Pinned Locked Moved Suunto Plus Development
    116 Posts 32 Posters 7.3k Views 31 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ookO Offline
      ook @chus1962
      last edited by ook

      @chus1962 I having the same issue with u with my Mac OS,trying to connect with suuntolink via USB and bluetooth also,both not working, discovery is turn on too
      just find out there is some requirements need to follow and setup in order to connect with bluetooth, now is all work.

      1 Reply Last reply Reply Quote 1
      • Tomas5T Offline
        Tomas5 Gold Members @SailingP
        last edited by Tomas5

        @SailingP there is more to it not covered. Example app Graph uses Activity/Log/-1/…… but it doesn’t work for me in simulator or in watch and documentation doesn’t mention what Log values are avalable. I think i didn’t found much explanation for get vs subscribe etc. I hope for some more documentation. And preferably available online so it can be read from phone/tablet while not siting at front of VScode.

        Suunto Ambit 2 > Suunto 5 > Suunto Race 2

        1 Reply Last reply Reply Quote 2
        • A Offline
          assaf1007 @Pottu
          last edited by

          @Pottu tnx! (Works just fine)

          A 1 Reply Last reply Reply Quote 1
          • A Offline
            assaf1007 @assaf1007
            last edited by

            and if wish to view HRV data?
            from the documentation it looks like an object:
            **/Hrv/Rmssd
            Type: Get/Subscribe

            Gets or subscribes to the latest HRV measurements.

            Response: Object {HrvData}

            timestampLocal: Uint32 - Local timestamp in seconds
            rmssd: Uint32 - RMSSD in milliseconds**

            so while
            { “name”: “heartrate”, “source”: “/Activity/Move/-1/HeartRate/Current”, “type”: “subscribe” }
            works great,
            { “name”: “in_hrv1”, “source”: “/Hrv/Rmssd”, “type”: “subscribe” }
            Shows nothing :(. I wonder if its related to the fact the only 95% of the usability is currentry supported.

            Dimitrios KanellopoulosD 1 Reply Last reply Reply Quote 0
            • brechtvbB Offline
              brechtvb Bronze Member @SuuntoPartnerTeam
              last edited by

              @SuuntoPartnerTeam is someone using the Accelerometer data?

              the onAccelerometer function is not being called, evaluate(…) is correctly called.

              This is in the manifest.json

              "in": [
                { "name": "HeartRate", "source": "Activity/Move/-1/HeartRate/Current", "type": "subscribe" },
                { "name": "Acceleration", "source": "Fusion/Zapp/Accelerometer", "type": "subscribe" }
              ],
              
              brechtvbB 1 Reply Last reply Reply Quote 0
              • brechtvbB Offline
                brechtvb Bronze Member @brechtvb
                last edited by

                Hello,

                problem solved.

                the acceleration information (if in manifest.js declared), is available in the onEvaluate call, there is no need for onAcceleration(…) implementation.

                I believe the documentation is outdated.

                1 Reply Last reply Reply Quote 2
                • EgikaE Online
                  Egika Platinum Member @SuuntoPartnerTeam
                  last edited by

                  @SuuntoPartnerTeam I am trying to display the baro trend in my S+ like the litte arrow that shows how the barometer is changing: 230e2913-d61b-4250-96e7-86b6921fa58c-image.png

                  I used to have the icons for the 9 diffeent symbols like this:

                  { "name": "trend", "source": "Fusion/Altitude/PressureTrend", "type": "subscribe" },
                  
                  <eval input="{zapp_bottom_input}" outputFormat="keyValue 1=&#xF280;|2=&#xF281;|3=&#xF282;|4=&#xF283;|5=&#xF284;|6=&#xF285;|7=&#xF286;|8=&#xF287;|9=&#xF288;" />
                  

                  Now something must have changed in the background and the icons don’t work anymore. Can you tell me the current output for this?

                  Thx!

                  t6, S6, Elementum Terra, Ambit 3 Sapphire, Spartan Ultra Copper, Traverse Alpha, S7 Graphite LE, S9B Ambassador, S9P Granite Blue Titanium, S9PP Titanium Sand, Vertical All Black, Race Titanium Charcoal, Race S All Black / Titanium Courtney, Run Lime

                  EgikaE 1 Reply Last reply Reply Quote 2
                  • S Offline
                    SuuntoPartnerTeam @Tomas5
                    last edited by SuuntoPartnerTeam

                    @Tomas5
                    Log refers to saved data, which is why the graph only works after at least one activity with HR data has been recorded while using the app. Currently this isn’t available in the simulator. In g1.html of the graph example, the average HR data for the previous exercise is displayed.

                    You can use a path like:
                    /Activity/Log/{logIndex}/{Window}/{WindowIndex}/{Parameter}
                    which works both with and without a leading /.

                    Thanks for pointing this out, it definitely needs to be added to the documentation.

                    Tomas5T 1 Reply Last reply Reply Quote 1
                    • Dimitrios KanellopoulosD Offline
                      Dimitrios Kanellopoulos Community Manager @assaf1007
                      last edited by

                      @assaf1007 hrv is available only via belt afaik

                      Community Manager / Admin @Suunto
                      Creator of quantified-self.io a portal that allows you to analyze your data from various providers, upload fit activity files to Suunto app, gpx routes and more…

                      1 Reply Last reply Reply Quote 0
                      • dave russoD Offline
                        dave russo
                        last edited by

                        The “Watch displays” docs say

                        Note: SuuntoPlus is no longer maintained for UI1(s、m、l).

                        Does this mean that the Vertical 1, which has UI1 l, is not supported? Or, just that no updates to this first public release of s+ will be coming for these watch models?

                        1 Reply Last reply Reply Quote 0
                        • Tomas5T Offline
                          Tomas5 Gold Members @SuuntoPartnerTeam
                          last edited by

                          @SuuntoPartnerTeam thanks for explaining, i was mistaken that logIndex -1 is reading log forcurrently recorded excercise.

                          Suunto Ambit 2 > Suunto 5 > Suunto Race 2

                          1 Reply Last reply Reply Quote 1
                          • H Online
                            harry08 Bronze Member @SuuntoPartnerTeam
                            last edited by

                            @SuuntoPartnerTeam
                            Hi, one question regarding date calculations. I saw in the Suunto Reference that Date is not supported in the standard built in objects.
                            So I need to do all date calculations based on seconds? Is this true?

                            Thanks

                            S 1 Reply Last reply Reply Quote 0
                            • surfboomerangS Online
                              surfboomerang
                              last edited by

                              @suuntopartnerteam I’m still a little bit confused about the setText() behavior.

                              For example
                              I create two template files, both with a <div id="testid" ....> section.
                              In the main.js evaluate() function I set the text setText('#testid', 'testvalue');

                              This put’s the text in th div-section. If the text is changed, the div-section updates accordingly.

                              However, when I change the template to the second tempate (and call unload('_cm');) the div-section on the new template, which has the same id, isn’t updated at all.

                              Do you have any advise on how to handle this?

                              Suunto Vertical Titanium Solar
                              OnePlus Nord 4

                              S 1 Reply Last reply Reply Quote 0
                              • S Offline
                                SuuntoPartnerTeam @surfboomerang
                                last edited by

                                @surfboomerang

                                1. As with web development, ids are meant to uniquely determine an element. You shouldn’t use the same id for different elements. This is true even when those elements are inside different HTML templates, if both templates may be active at some point during the runtime of the app

                                2. You cannot change a template that is not active. The uiViewSet might be something worth looking at, depending on what you’re trying to achieve

                                surfboomerangS 1 Reply Last reply Reply Quote 1
                                • S Offline
                                  SuuntoPartnerTeam @hitriy
                                  last edited by

                                  Hey @hitriy .

                                  You can fetch data from any device which supports being in peripheral mode – even a laptop. In your case, you would need to write an application for your phone which communicates with the watch using Bluetooth Low Energy.

                                  H 1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    SuuntoPartnerTeam @harry08
                                    last edited by

                                    Hi @harry08 .

                                    That is right, you can only get precise current time or the day of the week. The rest needs to be calculated manually

                                    1 Reply Last reply Reply Quote 0
                                    • I Offline
                                      Isotop7
                                      last edited by

                                      Is it possible to get the Suunto Plus Guide a user has selected for the current workout? The goal would to the show a graphic representation (for example bar chart) to show all intervals of the workout and vertical ruler showing the current point in the workout.

                                      1 Reply Last reply Reply Quote 2
                                      • surfboomerangS Online
                                        surfboomerang @SuuntoPartnerTeam
                                        last edited by

                                        @SuuntoPartnerTeam said in [Question] No stupid questions - ask anything here:

                                        The uiViewSet might be something worth looking at

                                        Thanks for the hint! This worked for my case.

                                        Suunto Vertical Titanium Solar
                                        OnePlus Nord 4

                                        1 Reply Last reply Reply Quote 1
                                        • H Offline
                                          hitriy @SuuntoPartnerTeam
                                          last edited by

                                          Awesome, works fine for me. Worth buying new watches then!

                                          1 Reply Last reply Reply Quote 0
                                          • Ecki D.E Offline
                                            Ecki D. Bronze Member
                                            last edited by

                                            Connect watch to macbook - VSCode

                                            Should this work?

                                            I have a older (rather old 😉 macbook running monterey. I couldn’t connect the watch to deploy my app on it.
                                            Maybe it failed cause the watch hasn’t been properly disconnected from the phone see my other thread over here:

                                            https://forum.suunto.com/post/187290

                                            https://www.strava.com/athletes/37982563
                                            https://www.instagram.com/macdev

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Suunto Terms | Privacy Policy