arpanghosh8453 / public-fitbit-projects

A script to fetch data from Fitbit servers using their API and store the data in a local influxdb database.
BSD 4-Clause "Original" or "Old" License
336 stars 31 forks source link

Integrated API and visualization dashboard for multiple wearable devices #11

Closed pknmax closed 8 months ago

pknmax commented 8 months ago

Any plan to develop integrated API to get data from multiple wearable devices and then develop visualization dashboard? Do you know any such already existing project?

arpanghosh8453 commented 8 months ago

This project is designed for single-person use only. If you have multiple devices all linked to you, you can run separate instances, add data in a separate influxdB database, and use Grafana to create two separate dashboards for separate devices. I feel I do not understand your use-case here properly.

pknmax commented 8 months ago

something like this https://thryve.health/clinical-trial-solution/ is there any open-source solution available like this?

arpanghosh8453 commented 8 months ago

There is no such option out there in my knowledge. This project is for fitbit-influxdb-grafana integration only. The other companies (i.e. Garmin) do not provide open endpoints so that is out of scope for this project.