Gadgetbridge Visualizer is a companion web-application for the Gadgetbridge mobile-application. Gadgetbridge is amazing for at-a-glace statistics. This is meant to augment Gadgetbridge, it is a way to visualize and aggregate long term data in a meaningful way. This app's philosophy is inline's with Gadgetbridge's: to respect the user's privacy, to rely on local data processing, and to put you completely in control of your health data.
This is still pre-alpha.
Device | Firmware Vsn |
---|---|
MiBand6 | V1.0.6.16 |
- Install Google fonts locally.
- Bundle material design icons locally.
- Move all CDN libs to npm assets.
- Explore using Bakeware to create a single file executable.
- TOML configuration file.
- Companion app to synchronize sqlite database between GB and GBV.
- Sleep tracking.
- Activity tracking and drilldown.
- Rolling PAI?
To start the Gadgetbridge development server:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.