Comment on Turning Grafana into a health tracking app
Tangent5280@lemmy.world 5 days agoDoes gadgetbridge have something like an API? It seems like it should already have something along these lines, since health wearables not having one is what gave birth to gadgetbridge in the first place…
rcmd@lemmy.world 5 days ago
To my knowledge not really much is available. You may use an intent to trigger database export and then use SQLite to scrape data.
Also keep in mind that data is kept in device specific tables.
codeberg.org/Freeyourgadget/…/Intent-API