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

    New Suuntolink to Replace Moveslink2

    Scheduled Pinned Locked Moved Ambit
    84 Posts 25 Posters 7.8k Views 25 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.
    • Mff73M Offline
      Mff73
      last edited by

      i am not that skilled in info tech, but no SML in Suuntolink folder for my Ambit one neither. I get them from Android (if i need, but in fact i use the fit file now from SA 🙂 )

      A bit off topic here, but just to comment on something i tried and it works = change a workout Ascent and Descent total in SA.

      • Switch off internet connection on Android smartphone before syncing workout
      • Edit and save the summary.json file into the entryxxxxxxxxxxx.zip files and change ascent/descent values for the global workout (not all laps/splits ascent value).
      • Once internet is on again, SA will sync to servers and new ascent is saved.

      i find no way to change after syncing to servers.

      Suunto Spartan Ultra (since 2016) FW: 2.8.24 (retired)
      Suunto Vertical all black
      Wife : S9PP
      SA: Always the latest beta :)
      Android 13, Galaxy S205G

      1 Reply Last reply Reply Quote 2
      • Dimitrios KanellopoulosD Offline
        Dimitrios Kanellopoulos Community Manager
        last edited by Dimitrios Kanellopoulos

        Also a question. Are you syncing to SA with the Ambit or to Movescount?

        Another question OSX/Win ?

        I am going to ask Suunto for this since I am still in Germany and cannot help.

        Community Manager / Admin @Suunto
        Creator of Quantified-Self.io
        youtube.com/c/dimitrioskanellopoulos
        https://instagram.com/dimitrioskanellopoulos
        https://www.strava.com/athletes/7586105

        lexterm77L 1 Reply Last reply Reply Quote 0
        • lexterm77L Offline
          lexterm77 Bronze Member @Dimitrios Kanellopoulos
          last edited by

          Also,

          Are temperature graphs still there?

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

            Guys if you are on windows are you looking into

            C:\Users\<username>\AppData\Roaming\Suuntolink 
            

            for *.json and *.json.gz files. ?

            Community Manager / Admin @Suunto
            Creator of Quantified-Self.io
            youtube.com/c/dimitrioskanellopoulos
            https://instagram.com/dimitrioskanellopoulos
            https://www.strava.com/athletes/7586105

            M M 2 Replies Last reply Reply Quote 0
            • M Offline
              mountainherder Bronze Member @Dimitrios Kanellopoulos
              last edited by

              @Dimitrios-Kanellopoulos Yes. For me the only file .json file is

              C:\Users\<username>\AppData\Roaming\Suuntolink\suuntolink_data.json
              

              There are none in the sub-directories. That file consists of the following (with tokens and unique identifiers redacted):

              {
                "language": "en",
                "recommended_config_checked": true,
                "slversion": "3.1.3",
                "devices": {
                  "################": {
                    "name": "Suunto Ambit3 Peak",
                    "manufacturerName": "",
                    "askoAccessToken": "",
                    "askoRefreshToken": "",
                    "askoUser": "username",
                    "syncedLogs": [
                      1595490873,
                      1595142447,
                      1591985815,
                      1592062177,
                      1592155549,
                      1592329067,
                      1592418024,
                      1592589666,
                      1592675773,
                      1592849754,
                      1592897531,
                      1593109625,
                      1593199763,
                      1593253985,
                      1593452909,
                      1593544075,
                      1593627150,
                      1593709463,
                      1593878758,
                      1593974145,
                      1594064561,
                      1594148438,
                      1594325551,
                      1594406503,
                      1594555052,
                      1594836687,
                      1594921100,
                      1595100948
                    ],
                    "syncTime": 1595551558217,
                    "userkey": "####################################",
                    "email": "",
                    "manufacturer": ""
                  }
                },
                "toggles": { "autostart_suuntolink": false }
              }
              
              
              1 Reply Last reply Reply Quote 1
              • M Offline
                margusl @Dimitrios Kanellopoulos
                last edited by

                @Dimitrios-Kanellopoulos , that’s exactly where those file lists we provided above are from.

                1 Reply Last reply Reply Quote 2
                • Dimitrios KanellopoulosD Offline
                  Dimitrios Kanellopoulos Community Manager
                  last edited by

                  Thanks. I’ll ask and investigate this for you

                  Community Manager / Admin @Suunto
                  Creator of Quantified-Self.io
                  youtube.com/c/dimitrioskanellopoulos
                  https://instagram.com/dimitrioskanellopoulos
                  https://www.strava.com/athletes/7586105

                  lexterm77L 1 Reply Last reply Reply Quote 2
                  • lexterm77L Offline
                    lexterm77 Bronze Member @Dimitrios Kanellopoulos
                    last edited by

                    For A3P (pid001b) sample id 31 bike power (uint16) data type is same as on S series, there shouldn’t be a reason whatsoever for excluding it from transfer to SA, uint16 is datatype on S9B because thats how is transfered from powerpod(s).

                    M 1 Reply Last reply Reply Quote 0
                    • M Offline
                      margusl @lexterm77
                      last edited by margusl

                      @lexterm77 said in New Suuntolink to Replace Moveslink2:

                      there shouldn’t be a reason whatsoever for excluding it from transfer to SA

                      Oh but Suuntolink does not exclude power data, samples are sent to SA service, though summary values (min/max/avg) are indeed missing - https://forum.suunto.com/post/57611
                      Apparently it doesn’t make much difference at SA service end nor in app itself.

                      The way I see it, roles and responsibilities between Suuntolink and Suunto App are quite different when comparing data flows during syncing, at least for Ambits.

                      Suuntolink uses different API endpoint for syncing activities, something specifically crafted only for Ambit line (or at least it seemes it’s currently used only for Ambit line). So Suuntolink is free to send out pretty much anything it can and crafting something SA-compatible out of it is the role for that Amibit-specific-API-endpoint. In a way it’s quite neat, in theory it adds possibility to add Ambit-specific pieces to Suuntolink sync layer without touching that part in mobile apps (less braking changes and test cases for SA, less affected users when something goes wrong). And handling most of that data processing/transforming at server side with a piece that only affects Ambit users has the same benefit, there’s less risk breaking things for majority of users. And generally such proxy layers are also helpful for keeping down the complexity of data models.

                      But for end users it just means that if something is taken as granted for Spartans/S-line, it might take a looong time (infinity in the worst case) before it gets (re)implented for Ambits in SA.

                      1 Reply Last reply Reply Quote 1
                      • fethiyetourF Offline
                        fethiyetour
                        last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Suunto Terms | Privacy Policy