-
Absolutely LOVIng P2G so far! I noticed all of my activities download except meditation. These can be mapped to Garmin breathwork activities. Is there a reason these specific activities don't download? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
So by default if you are using the template config (under the Peloton section) provided they are excluded by default. If you remove this exclusion they map over as yoga. As for why they are not/can not be mapped to something else that is a question for smarter folks. I will say even after they are moved over as yoga they cannot be switched in connect to breathwork. It's not an option in the UI. You could also open a feature request for that functionality to be added, but I'm guessing the reason it's not already there is because it can't be done, easily. |
Beta Was this translation helpful? Give feedback.
-
It appears that the latest FitSDKRelease_21.67.00 SDK does have breathing
exercises.
Breathing = 62,
…On Thu, Feb 3, 2022 at 6:47 PM philosowaffle ***@***.***> wrote:
The exercise types we have to work with can be found here
<https://github.com/philosowaffle/peloton-to-garmin/blob/master/src/Garmin/FitSdk/Dynastream/Fit/Profile/Types/SubSport.cs#L25>.
This code is the library published directly by Garmin and unfortunately,
breathwork is not an option in this list.
Now, the version of the library P2G is using is about 6months old, so
there is a chance a new version of the library includes Breathwork as an
option. I've added this as something to check for when I update to the
latest version of the library, you can follow that work here
<#213>.
—
Reply to this email directly, view it on GitHub
<#216 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG4WTDQ3XEWRCHK5POBVACTUZMH2VANCNFSM5NPJD3JQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: <philosowaffle/peloton-to-garmin/repo-discussions/216/comments/2107554
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hey @philosowaffle, thanks for updating the SubSport.cs file to include breathing. What's the best way to update my clone? Do I just overwrite the file or do I clone it again and rebuild? Thanks! |
Beta Was this translation helpful? Give feedback.
So by default if you are using the template config (under the Peloton section) provided they are excluded by default. If you remove this exclusion they map over as yoga. As for why they are not/can not be mapped to something else that is a question for smarter folks. I will say even after they are moved over as yoga they cannot be switched in connect to breathwork. It's not an option in the UI. You could also open a feature request for that functionality to be added, but I'm guessing the reason it's not already there is because it can't be done, easily.