Info-Howto about adding suunto wellness info

Hello all,
1st sorry, I don’t know where may i categorized my question…

Then, i’d like to know how may we synchronize our welness info from suunto app here in intervals icu.
Some data are sync with our synced activities.
But I’d like to have these which are outside of the activities, to observe in between these activities, how were the info in correlation (or in preparation) of it, and the impact.
Especially the sleep, the FC, the stress, the 02, the form (or fitness).
That’s form me an important to have it, to track these info with purpose to improve my fitness and activities goals.

It seems not to be available to get it automatically. I want to check by suunto if the app is able to provide the wellness info to other platform.
Is there somethin g planed in future to have it?
Is it already possible to use it and how could we activate it?

Thank you very much for your interest and your answers.

Cheers

1 Like

I have a similar question and curiosity, but don’t know how to get all the metrics you listed to sync automatically… I’ll be watching this post to see what options we have.

Thanks!

1 Like

Has there been any progress in getting the wellness data from Suunto into intervals.icu

Thanks

Not yet. I did poke around and they do have API endpoints to return some wellness stuff. But all the times etc. are in UTC which is a huge pain. You want local dates for this stuff. I need to know “how much did you sleep last night” on the day of 10th Nov 2023. Can’t do that with UTC data. I would have to assume the data is in your timezone as set in /settings but what if you travel?

1 Like

Thanks for your response David, Firstly thanks for a great site and all the work you’ve put into it.

I can appreciate why you would want local time but in the absence of it using the timezone that is in the settings seems a reasonable assumption and place to start. I would have thought most people spend most of their time at that location and maybe put a comment (could put it by the connections in the settings) that if you are using Suunto wellness make sure the location/timezone is correct or update manually if traveling.

Or would that just cause more issues?

I had a look at the API page and it doesn’t seem to include the HRV data but hopefully, they will include it as they are adding it to their watches now but at least it has sleep, HR, and steps.

Nick

1 Like

@david It looks like the Suunto have updated what you can get on the API

HRV now seems to be included and they use proper ISO 8601 time stamps, including the time zone Z for UTC

3 Likes

Hi is there any further updates on syncing wellness information from Suunto to Intervals.icu? Very much looking forward to this addition.
Thanks!

4 Likes

Hi All, wanted to add it would be wonderful to get this information now that HRV is included and the time stamp issue is resolved. Any update on adding this? Appreciate there is a plethora of devices to support but Suunto is really a great option now relative to Garmin imho. Thanks

6 Likes

Is there a duedate planed to get this feature automatically like the “Garmin” Connection?

Thanks

3 Likes

Really interested about this too, now that Suunto seems to have fixed the issue. Thanks a lot !

3 Likes

@david Are there any updates on this?

3 Likes

Is there any advanced new?

2 Likes

Ant update on this?

2 Likes

Yes please, also interested in this. Would love to have this pulling through from Suunto

1 Like

@david also interested to know if this is on the horizon :slight_smile: much appreciated!

5 Likes

Hi @david
Just checking the API of suunto again with the wellness data and seems it have improve the data share.
Did you think it’s possible to add to the sync between platforms?
API details - Microsoft Azure API Management - developer portal

[{
“timestamp”: “2019-02-11T12:00:00Z”,
“entryData”: {
“HR”: 72,
“StepCount”: 100,
“EnergyConsumption”: 8000,
“SpO2”: 0.5,
“Altitude”: 50,
“HRExt”: {
“Min”: 60,
“Max”: 80
},
“HRV”: 12
}

Or data about stress

}, {
“timestamp”: “2025-01-05T17:00:00Z”,
“entryData”: {
“Balance”: 0.85,
“StressState”: 1
}

And a really extended sleep data.

"timestamp": "2021-01-24T21:54:52.217Z",
"entryData": {
    "DeepSleepDuration": 4225,
    "LightSleepDuration": 11556,
    "REMSleepDuration": 12345,
    "Duration": 28126,
    "Feeling": 3,
    "HRAvg": 60,
    "HRMin": 55,
    "SleepQualityScore": 12,
    "BodyResourcesInsightId": null,
    "SleepId": null,
    "BedtimeStart": "2021-01-24T21:54:52.217Z",
    "BedtimeEnd": "2021-01-25T05:43:38.217Z",
    "MaxSpo2": 0.5,
    "Altitude": 50,
    "AvgHRV": 12,
    "AvgHRVSampleCount": 23,
    "IsNap": false,
    "SleepOnsetLatencyDuration": 100,
    "WakeAfterSleepOnsetDuration": 100,
    "WakeBeforeOffBedDuration": 100,
    "DateTime": "2021-01-24T21:54:52.217Z"
}

Thanks

3 Likes

I am having a look at this. Tx.

4 Likes

You can get wellness data from Suunto now. This should be considered “beta”. Please give it a test but don’t download vast amounts of history until you know it is getting sleep on the correct days and the numbers match Suunto and so on.

I am still working on webhooks.

5 Likes
1 Like

It’s tricky with UTC data, especially if you travel. Best bet would be to rely on the timezone set in settings, but it’s not always perfect.