Is it possible to get the respiration rate from a Fenix 6 into Strava?
On a Fenix 6, we need a recent and advanced Garmin watch, and the respiration is a data field which can be selected for any activities. On the Venu watch, Garmin says, it only works at rest, on the Fenix 6 also during an activity. Both watches record respiration rate at rest as an activity tracking feature.
The respiration rate is stored in the .fit file according to this information:
and can also be seen in Garmin Connect. But it is very inaccurate, and there should be an option to calibrate it. We saw that it is now possible to sync Apple Health data over an iPhone app to Home Assistant, and store it in Influx-db and dispay it in Grafana.
It should also be able to sync Strava Data to Home Assistant:
https://petergamma.org/como-integrar-strava-en-home-assistant/
If we could get the respiration rate from the .fit file over Strava to Home Assistant to InfluxDB, then we could calibrate it there with Python script to get a calibrated respiration rate.