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.4k 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.
    • surfboomerangS Online
      surfboomerang
      last edited by surfboomerang

      @dimitrios-kanellopoulos, @suuntopartnerteam To upload the developed SuuntoPlus app the instructions state that you have to apply for the Suunto Partner Program.

      If I apply via this link: https://survey.alchemer.eu/s3/90553908/PARTNER-Become-a-Suunto-Partner it seems that it’s still aimed for companies rather than individuals. Is this the correct way to apply?

      Suunto Vertical Titanium Solar
      OnePlus Nord 4

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

        I see in documentation that for getting data for graph i don’t need store anything and i can read

        Activity/Log/-1/Move/0/HeartRate/Avg/Data

        But it looks like it doesn’t work.

        And in section:

        In: Native resources in the watch
        I see that {Window} doesn’t support “Log” so which part of documentation is incorrect? Or do i understand something wrong?

        There is even Example with this Hearth Rate graph but seems it doesn’t work in simulator and in watch (Suunto 5) too. @suuntopartnerteam can you point me in correct direction? Thanks.

        Btw. Why sometimes in examples path to data start with / and sometimes not? Is it something like absolute and relative path?

        Suunto Ambit 2 > Suunto 5 > Suunto Race 2

        S 1 Reply Last reply Reply Quote 0
        • O Offline
          orienteerdev
          last edited by

          Hi,

          I have question related to input data of S+ app. I have an app idea where the S+ app is the core and handles the logic. However, it would need location points as input and these inputs could be user specific and/or exercise specific. Thus the S+ app would require a way to get that input data somehow such that users could provide it.

          I tried to discover whether it would be possible to provide the input data using S+ Guides but I did not find any indications from SuuntoPlus Reference that it would be possible to access the json of S+ Guide. If that would be possible then S+ Guides could be created via Cloud API and would be available for S+ app via Suunto App.

          Another option I thought was utilizing routes. However I couldn’t find a reference is it possible to access stored routes in S+ app. I.e. I do not want user to start navigation but just have access to location points of stored route.

          TL/DR

          • Is it possible to access S+ Guide (data) from S+ app?
          • Is it possible to access stored routes from S+ app (without navigation enabled)?
          1 Reply Last reply Reply Quote 0
          • C Offline
            chus1962 @SuuntoPartnerTeam
            last edited by

            Hi!

            • Windows 10 Pro 64-bit
            • Suunto Race S

            I can’t connect the watch to SuuntoPlus Editor (to Deploy to Watch), neither via USB nor via BT (after MobileApp > Forget to unpair the watch).

            surfboomerangS P ookO 3 Replies Last reply Reply Quote 0
            • surfboomerangS Online
              surfboomerang @chus1962
              last edited by

              @chus1962 Is the “Discover” option enabled on your watch under connection settings?

              Suunto Vertical Titanium Solar
              OnePlus Nord 4

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

                Is there a documentation API ? i’m unable to find how to use current (accurate) HR as input (looked for “in” in manifest.json,couldn’t find…). i wish to try calculate HRV with statistics in real time & eventually use it/publish it.

                (race2)

                P 1 Reply Last reply Reply Quote 1
                • C Offline
                  chus1962 @surfboomerang
                  last edited by chus1962

                  @surfboomerang Yes, of course. Perhaps the problem is with the USB Bluetooth device (Generic Bluetooth Adapter). But what about using a USB connection?

                  1 Reply Last reply Reply Quote 0
                  • brechtvbB Online
                    brechtvb Bronze Member @Dimitrios Kanellopoulos
                    last edited by brechtvb

                    @Dimitrios-Kanellopoulos The documentation says:

                    *Current watch firmwares:

                    Suunto 3, Suunto 5, Suunto 5 Peak, Suunto 9, Suunto 9 Baro and Suunto 9 Peak

                    Support only one connection at a time.
                    ATT Maximum Transmission Unit (MTU) (i.e the maximum length of an ATT packet) is fixed to 23.
                    Suunto 9 Peak Pro, Suunto Vertical, Suunto Vertical 2, Suunto Race, Suunto Race S、Suunto Race 2、Suunto Ocean, Suunto Ocean Lite

                    Support two connections at a time.
                    ATT Maximum Transmission Unit (MTU) (i.e the maximum length of an ATT packet) is fixed to 127.*

                    This looks like a device-wide limit? Will this be improved? This is a strong limitation.

                    Imagine a cyclist with: heart rate sensor, speed sensor, crank sensor and power meter.

                    That is very much impossible then.

                    1 Reply Last reply Reply Quote 0
                    • U Offline
                      Unpaired8373
                      last edited by

                      I have a questions regarding the canvas element:
                      can I call a drawing function from main.js

                      1 Reply Last reply Reply Quote 0
                      • P Offline
                        Pottu @chus1962
                        last edited by

                        @chus1962 I have had some connecting problems as well. I have Suunto Race and for me this worked:

                        1. Forget mobileapp from watch.
                        2. Connect watch to laptop with bluetooth.
                        3. Sometimes the watch show automatically connected in vscode. If not try with “Enable BLE Debug Logging” from Command Palette.
                        4. If still not connecting disconnect from laptop bluetooth and start again from start.
                        C 1 Reply Last reply Reply Quote 1
                        • P Offline
                          Pottu @assaf1007
                          last edited by

                          @assaf1007 Documentation can be found at least from vscode Command Palette: control + shift + p (or f1) and SuuntoPlus: Open Documentaton

                          Input for heartrate would be like

                          "in": [
                            {
                              "name": heartrate,
                              "source": "/Activity/Move/-1/HeartRate/Current", 
                              "type": "subscribe" 
                            }
                          ],
                          
                          A 1 Reply Last reply Reply Quote 1
                          • C Offline
                            chus1962 @Pottu
                            last edited by

                            @Pottu Thanks! As I suspected, my old USB BT Adapter isn’t able to connect to the Suunto Race S. I was able to connect it from another computer.

                            However, is the USB option via the charging cable not available? (despite what the SuuntoPlus Editor documentation says)

                            C P 2 Replies Last reply Reply Quote 1
                            • C Offline
                              chus1962 @chus1962
                              last edited by

                              Oh! When you sync the watch again with the Suunto App, the app S+ uploaded with SuuntoPlus Editor is deleted… It’s difficult to develop in these conditions unless you have a dedicated watch just for testing.

                              SquirrelS 1 Reply Last reply Reply Quote 4
                              • P Offline
                                Pottu @chus1962
                                last edited by

                                @chus1962 At least my Suunto Race charger seems to be charge only. Mayby some other model has a different cable that can be used to connect also.

                                1 Reply Last reply Reply Quote 1
                                • SquirrelS Offline
                                  Squirrel Silver Members @chus1962
                                  last edited by

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

                                  Oh! When you sync the watch again with the Suunto App, the app S+ uploaded with SuuntoPlus Editor is deleted… It’s difficult to develop in these conditions unless you have a dedicated watch just for testing.

                                  That’s what I noticed in the thread about upcoming custom watch faces. When synced, your custom watch face will get deleted… What?
                                  What’s the point then, if you can’t really use it just for yourself?

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

                                    I had it so that there was a toggle to not sync s+ in the app.

                                    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…

                                    Steven HambletonS 1 Reply Last reply Reply Quote 0
                                    • Steven HambletonS Offline
                                      Steven Hambleton Bronze Member @Dimitrios Kanellopoulos
                                      last edited by

                                      @Dimitrios-Kanellopoulos Why not just leave any apps alone that are only for you?

                                      Watch: Suunto Race S

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

                                        Hey!
                                        I went through the documentation and didn’t find an answer to my question.
                                        Is it possible to fetch data not from watch sensors, but from the phone or internet via phone?
                                        For example get custom notification, currency rates, weather and so on.

                                        O S 2 Replies Last reply Reply Quote 0
                                        • O Offline
                                          orienteerdev @hitriy
                                          last edited by

                                          This is actually what I’m curious too related to my previous message. Since the watch has a functionality to download updates via Suunto App and also download offline maps via WiFi, it would be nice to be able to utilize the storage of watch to have some input data for S+ app from external web source.

                                          Basically this to be efficient and comfortable to users, the S+ app should be able to fetch data utilizing Suunto app via bluetooth and then Suunto App would do the web request.

                                          There are quite many security/sandbox etc. issues to consider and we may not be there yet. However, I think this is the enabler for nice innovations and ecosystems.

                                          1 Reply Last reply Reply Quote 1
                                          • S Offline
                                            SailingP
                                            last edited by SailingP

                                            Hello @suuntopartnerteam,
                                            First of all, I’d like to thank you for the opportunity to develop our own SuuntoPlus apps. This is a very pleasant surprise 👏 . Thank you very much.

                                            I spent part of the weekend reading the documentation, reviewing examples, and experimenting. I have a request.
                                            The provided documentation and examples are a good start, but could you please share the full documentation so we can develop apps that fully leverage the SuuntoPlus framework’s functionality?

                                            Let me give you a few examples of what I am missing in the reference file, in the provided examples and in the how-to articles, and what I believe will help to develop new applications:

                                            1. enum values. Few examples:
                                            • The graph class has an attribute grid. I found only one documented value “three lines” but the attribute grid can have more values: “none”, “central line” and documented “three lines”.
                                            • The graph class has an attribute type. I found the documented values “bar” and “line”. The enum has additional values “dot line” (works) and “separate bars” (does not work for me not implemented yet).
                                            1. class attributes. Examples:
                                            • The graph class has more attributes: sampleFilter, windowType, windowSize, marker, fillReference etc.

                                            I would greatly appreciate it if more detailed documentation could be made available 🙏 . Thank you in advance.

                                            S 1 Reply Last reply Reply Quote 3
                                            • First post
                                              Last post

                                            Suunto Terms | Privacy Policy