Skip to content

kelvan/mibanda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Index

Description

This is a pure Python library to access the Xiaomi Mi Band. It uses the library called pygattlib underneath. Please see https://bitbucket.org/OscarAcena/pygattlib for instructions of how to install it.

If you want a desktop application that uses it, please see Mibui.

Note: This software is tested using the 1.0.6.2 firmware version. It may not work on other versions. If does not work for you, please issue a bug.

Installation

You could install this library using the provided Debian package, through the Python pip or manually.

The Debian way

Just, add the following list to your file /etc/sources.list

deb http://babel.esi.uclm.es/arco sid main

Then, update and install as always:

$ sudo apt-get update
$ sudo apt-get install python-mibanda

The Python pip way

As usually, using the pip tool:

$ sudo pip install mibanda

NOTE: this package depends on pygattlib, which in turn, depends on some C libraries. If you have any problem installing it, please try to install the pygattlib depends first (listed of a file called DEPENDS in the pygattlib source).

The manual way

Just download this repository and extract (or clone) to a known location. Then make sure that your Python binary could find the miband package. You can set the PYTHONPATH to the proper location (i.e: this repo root dir) doing the following:

miband$ . setenv.sh

Now, just import the module mibanda, and use it according to the API documentation, or as in the examples.

API Reference

See the mibanda API reference.

References

Disclaimer

This software may harm your device. Use it at your own risk.

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.