PINE64
Water Tracking with Hidrate Spark 3 support - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+--- Thread: Water Tracking with Hidrate Spark 3 support (/showthread.php?tid=15610)



Water Tracking with Hidrate Spark 3 support - mpnordland - 12-25-2021

Hi,

I'm posting another app project that I've just finished up. I was gifted a Hidrate Spark 3 water bottle by my last employer and I disliked the app the manufacturer provides.

So at long last, I have written a replacement (well, for the parts I wanted) that runs on Linux. This is extremely alpha, and to be honest, I've not actually tried it on my PinePhone yet. But, I've made a PinePhone app before and I didn't do anything special to make it work then, so this will probably work just fine.

https://github.com/mpnordland/agua_amiga

you can use
Code:
$ poetry install
$ poetry build

to get a python package and the install it with pip on your PinePhone.
Then run
Code:
$ agua_amiga

to start the app. All the data is stored in a sqlite db in ~/.local/share/agua_amiga/water.db.

Oh, it could work with other Hidrate bottles, I just haven't tested them. No need to pair the bottle, just have bluetooth on and it should find it.

I don't have any plans to continue this, but I thought y'all should know it exists as I'm not aware of another app that does this.

Hope it's useful.

Thanks,
Micah