https://github.com/mpope9/gadgetbridge_visualizer
Application for Advanced Gadgetbridge Visualization
https://github.com/mpope9/gadgetbridge_visualizer
elixir gadgetbridge health phoenix visualization
Last synced: 8 months ago
JSON representation
Application for Advanced Gadgetbridge Visualization
- Host: GitHub
- URL: https://github.com/mpope9/gadgetbridge_visualizer
- Owner: mpope9
- License: mit
- Created: 2022-05-30T17:32:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T16:29:27.000Z (almost 4 years ago)
- Last Synced: 2025-02-02T13:17:16.434Z (over 1 year ago)
- Topics: elixir, gadgetbridge, health, phoenix, visualization
- Language: Elixir
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GadgetbridgeVisualizer
Gadgetbridge Visualizer is a companion web-application for the [Gadgetbridge](https://codeberg.org/Freeyourgadget/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.
## Supported Devices and Firmware
| Device | Firmware Vsn |
| ----------- | ------------ |
| MiBand6 | V1.0.6.16 |
## Privacy TODOs
1. Install Google fonts locally.
2. Bundle material design icons locally.
3. Move all CDN libs to npm assets.
## Deployment TODOs
1. Explore using [Bakeware](https://github.com/bake-bake-bake/bakeware) to create a single file executable.
2. TOML configuration file.
3. Companion app to synchronize sqlite database between GB and GBV.
## Feature TODOs
1. Sleep tracking.
2. Activity tracking and drilldown.
3. Rolling PAI?
## Development
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 with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.