Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Pulling custom activity data in to companion app.

Hi all, I'm trying to figure out how to best record data from multiple activities. I'm hoping to make a companion app that will take specific recorded activities and use the recorded data to show the user their progress and other useful and informative stats.

 

Originally, I was hoping to record each activity name as a custom name that would be set by the watch app but as custom names are currently broken in the API, I wondered if there's any other way that I can give a hint to my companion app which activities are the ones it needs to pull the data from?

Best Answer
0 Votes
1 REPLY 1

Hello If you wish to port custom data you need to look at 3rd party open source app Here is the Github link https://github.com/pocmo/SensorDashboard the code display single or multiple sensors in Waveform

Take for example Heart Score on Fitbit. It is tied to custom algorithms that the only Fitbit is able to process so extracting that score and display the score in the wave form. Then extracting Heart Rate and calculating Heart rate variability and display that in a wave from giving you a relationship between heart score as done by Fitbit AI. I can be reached via gmail if you need more help

Best Answer
0 Votes