-
You are currently connected to:
{% if rower.c2token is not None and rower.c2token != '' %}
Concept2 Logbook,
{% endif %}
{% if rower.nktoken is not None and rower.nktoken != '' %}
NK Logbook,
{% endif %}
{% if rower.sporttrackstoken is not None and rower.sporttrackstoken != '' %}
SportTracks,
{% endif %}
{% if rower.tptoken is not None and rower.tptoken != '' %}
TrainingPeaks,
{% endif %}
{% if rower.polartoken is not None and rower.polartoken != '' %}
Polar,
{% endif %}
{% if rower.garmintoken is not None and rower.garmintoken != '' %}
Garmin Connect,
{% endif %}
{% if rower.stravatoken is not None and rower.stravatoken != '' %}
Strava,
{% endif %}
{% if rower.rp3token is not None and rower.rp3token != '' %}
RP3,
{% endif %}
{% if rower.rojabo_token is not None and rower.rojabo_token != '' %}
Rojabo,
{% endif %}
{% if rower.intervals_token is not None and rower.intervals_token != '' %}
Intervals.icu
{% endif %}
Click on the icons to establish the connection or to renew the authorization.
-
API Key
{{ apikey }}
Regenerate
This API key can be used to access the Rowsandall API. It is used by some third party applications to access your data. Keep it secret.
{% if form.errors %}
-
Please correct the error{{ form.errors|pluralize }} below.
{% endif %}
-
NK

-
Concept2

-
RP3

-
Rojabo

-
Intervals.icu

-
SportTracks

-
TrainingPeaks

-
Polar

-
Garmin Connect

Garmin Connnect has no manual sync, so connecting your account to your Garmin account will
automatically auto-sync workouts from Garmin to Rowsandall (but not in the other direction). If you
want to export our structured workout sessions to your Garmin device, you have to set the "Garmin Activity"
to a activity type that is supported by your watch. Not all watches support "Custom" activities, so
you may have to set your activity to Run or Ride while rowing.
{% if rower.garmintoken and rower.garmintoken != '' %}
You are connected to Garmin. Switching off Garmin Connect sync is on the
Account settings
page. Look for the "Rowsandall" app.
{% endif %}
-
Strava
{{ forms.strava.as_p }}

Strava Auto Import also imports activity changes on Strava to Rowsandall, except when you delete
a workout on Strava. If you want Deletions to propagate to Rowsandall, tick the Strava Auto Delete
check box.
{% if rower.stravatoken and rower.stravatoken != '' %}
You are connected to Strava. Workouts imported from Strava will not be synced
to other platforms and the data will only be visible to you, not your team members or coaches.
We have to respect the terms and conditions of the Strava API, which do not allow us to sync
data to other platforms or to share the data with others.
{% endif %}
{% if grants %}
-
Applications
These applications have access to your Rowsandall data.
| Application |
Scope |
Revoke |
{% for grant in grants %}
| {{ grant.application }} |
{{ grant.scope }} |
Revoke
|
{% endfor %}
-
{% endif %}