-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strava export support? #53
Comments
Not sure if that makes sense to have it built into Gymnasticon itself: I see Gymnasticon - especially with the Raspberry support - as an embedded device that doesn't need to be connected to over Ethernet/Wifi or powered on/off. Instead it's a bike add-on without interface. A better approach would probably an Android / iPhone app that can pick up the Gymnasticon sensor data by BLE or ANT+ and then upload them to Strava. |
It is outside the scope but... It wouldn't be too hard to record a FIT file for each ride.
I agree with chriselsen that this should probably be a separate program. It could still live on the Pi and receive data from Gymnasticon directly. The changes required to Gymnasticon itself could be minimal: optionally receive/rebroadcast heart rate and publish all stats over a socket. Not sure if this would address your need @tompijls? It's worth pointing out that wherever an app has Strava integration the data will probably be richer. e.g. Zwift can include elevation data that we won't know about. If it can be kept simple and still be useful to enough people I'm open to the idea. |
Thanks both - I don't necessarily disagree with you , but then again, gymnasticon solves the problem of connecting older/poorly implemented equipment to modern apps. Extending strava (or finalsurge/trainingpeaks) connectivity for apps who don't support these integrations natively does kinda fit as well ;-) I'll see if i can give it a go in the coming weeks (in my case, it is because mpaceline does not allow for strava integration) Cheers |
What’s wrong with just connecting keiser to ‘keiser m series’ app for sessions on the side (on your mobile)- it syncs with twin peaks and Strava?? |
HA, i was gonna say laziness not to have to start 2 apps at the same time... then again, it's probably gonna take a lot more time to get the integration built as I'm not really familiar creating fit files. low priority for sure |
Maybe slightly out of scope for gymnasticon, but anyone ever looked into building export capabilities to eg strava?
Would mean you can use whatever app you like, and still export those stats to strava (or any other integration which gets built)
The text was updated successfully, but these errors were encountered: