Page 1 of 1

Wearables

Posted: 29 Dec 2015 09:15
by uveequis
I recently got a Mi Band, and it would be nice to be able to interact with it through Automagic. It has a button as input, and three leds and a vibration motor as output. It also could send raw data from the sensors (one accelerometer I guess) and the processed data like step count and sleep activity. I think it would be worth the effort to implement if it could be used by all the fit bands or whatever they're called.
I would otherwise welcome some instruction on how to approach this using the current tools Automagic can provide.

Thank you!

Re: Wearables

Posted: 11 Feb 2016 21:26
by rumcajs44
I'm also very interested in getting all the information from Mi Band in Automagic. And I think there are many others like me, because Mi Band was sold in Millions.
There is already something like this for Tasker:
http://forum.xda-developers.com/showpost.php?p=58140122
Is it possible to use it somehow with Automagic?

Greetings!

Re: Wearables

Posted: 14 Feb 2016 13:57
by Martin
You could try to do the same with Automagic by installing the sqlite3 binary and read the values stored in the database of the Mi Band.
You can download Mi_Band_Get_Data_1.5.prf.zip and check the contents of the XML file to see how it's done. It's probably more comfortable to import the profile in Tasker and check in the user interface what kind of tasks and queries are executed.

Regards,
Martin