A python API to the Xiaomi Mi WiFi Router web interface
Project description
pyMiWiFi
A python API to the Xiaomi Mi WiFi Router web interface
(Tested on the Mi Router 3C)
Install
pip install pymiwifi
License: MIT
Python >= 3.6
Use
import pymiwifi
miwifi = pymiwifi.MiWiFi()
miwifi.login('admin_pass')
miwifi.status()
{'dev': [{'mac': 'xx:xx:xx:xx:xx:xx',
'maxdownloadspeed': '933178',
'upload': '28777897',
'upspeed': '339',
'downspeed': '194',
'online': '1320',
'devname': 'android-xx',
'maxuploadspeed': '672600',
'download': '69654908'},
{'mac': 'xx:xx:xx:xx:xx:xx',
'maxdownloadspeed': '1239976',
'upload': '1249682170',
'upspeed': '431417',
'downspeed': '8283',
'online': '5531',
'devname': 'xx-pc',
'maxuploadspeed': '744959',
'download': '42672896'},
{'mac': 'xx:xx:xx:xx:xx:xx',
'maxdownloadspeed': '1074270',
'upload': '1745315',
'upspeed': '63',
'downspeed': '84',
'online': '5392',
'devname': 'xy-pc',
'maxuploadspeed': '37234',
'download': '19197169'},
{'mac': 'xx:xx:xx:xx:xx:xx',
'maxdownloadspeed': '0',
'upload': '0',
'upspeed': '0',
'downspeed': '0',
'online': '5531',
'devname': '5C:CF:7F:33:BD:41',
'maxuploadspeed': '0',
'download': '0'}],
'code': 0,
'mem': {'usage': 0.38, 'total': '64 M', 'hz': '800MHz', 'type': 'DDR2'},
'temperature': 0,
'count': {'all': 4, 'online': 3},
'hardware': {'mac': 'xx:xx:xx:xx:xx:xx',
'platform': 'R3L',
'version': '2.8.50',
'channel': 'release',
'sn': '15516/20172849'},
'upTime': '5573.27',
'cpu': {'core': 1, 'hz': '575MHz', 'load': 0.3267},
'wan': {'downspeed': '9023',
'maxdownloadspeed': '1264691',
'history': '460239,437753,431551,444594,443864,444399,437105,425708,444010,443786,443956,443522,437202,425671,444129,448279,443948,437086,429470,440070,444176,444169,444589,436990,424927,443799,446999,447205,431575,430753,467157,444888,444520,443385,432773,429452,443798,444853,445282,436298,425354,444444,444744,444884,442913,429838,434359,444254,444070,445424',
'devname': 'eth0.2',
'upload': '1296497767',
'upspeed': '436401',
'maxuploadspeed': '751567',
'download': '136487233'}}
Advanced
If there's an endpoint that's not available in the API, you can just -
miwifi.get_api_endpoint('xqsystem/wifi_macfilter_info')
(Use chrome dev tools' "Network" Tab to see these endpoints)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymiwifi-0.0.2.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file pymiwifi-0.0.2.tar.gz
.
File metadata
- Download URL: pymiwifi-0.0.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccfb5fbedfdc3fdb225b6ea689b9b28f897848e99290bce7098dcfecd6ae3e6d |
|
MD5 | 263d9fa8dfab7517cfa019c29b5c5376 |
|
BLAKE2b-256 | ddac9eabf80bc3e8f6ae64bf21ca719ab53c9b66103814981009434e6f89958c |
File details
Details for the file pymiwifi-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pymiwifi-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41c52bd49be7f1eea58a3af734ace62c29afe76310bf7698abe09dfa9d1912c9 |
|
MD5 | a28cd01b7613161d49d06f00f1199932 |
|
BLAKE2b-256 | 6f5e54c25cc66f1ae4be97e4072ddff8053b5533ad4c7b3ddedb2cfc1472310d |