bigdigital / xDrip-miband

Nightscout version of xDrip+ miband integration
https://bigdigital.home.blog
GNU General Public License v3.0
14 stars 16 forks source link

Gts2-Mini Integration #6

Open dircsem opened 3 years ago

dircsem commented 3 years ago

I've done some code changes that was able to integrate with GTS2-Mini, by integration I mean that the watch can receive alarms and xdrip can read steps and heart rate from the watch. There is a tool at huami where we can build watch faces for all the amazfit watches and I've build one for gts2mini. This tool exports a .bin file and reading it I could see that it's header probably look like miband5: UIHH^A^@ÿÿÿÿÿ^A<93><90>G^@G^@u^E^@^@àÂ^B^@ÿÿÿÿÿÿ^@ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿd^@^@^@7^@^@^@ As it start with UIHH and this is what is assumed to be miband5 header at the code I tried to use it as a custom watch face, but it didn't worked.

mdomox commented 2 years ago

@dircsem , Did you manage to resolve this issue?