implement the powermeter data #256
montessillo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to implement the power that is obtained on the bike and that is a value that appears in the Fit file?
{'timestamp': datetime.datetime()},
{'position_lat': xxxx},
{'position_long': XXX},
{'distance': 68.48},
{'accumulated_power': 727},
{'enhanced_speed': 3.508},
{'enhanced_altitude': 1138.4},
{'power': 186}, < ---------------- here
{'unknown_87': None},
{'heart_rate': 84},
{'cadence': 29},
{'temperature': 12},
{'fractional_cadence': 0.0},
{'unknown_134': None},
{'unknown_135': 176},
{'unknown_136': 84}
Beta Was this translation helpful? Give feedback.
All reactions