XiaoMi Gateway FM plugin for HomeBridge.
Thanks for nfarina(the author of homebridge), OpenMiHome, aholstenson(the author of miio), all other developer and testers.
Note: If you find bugs, please submit them to issues or QQ Group: 107927710.
npm install -g homebridge-mi-gateway-fm
"accessories": [{
"accessory": "MiGatewayFM",
"name": "MiGatewayFM",
"ip": "192.168.88.xx",
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}]
If you want play your own channel, you can set the following in the config.
"accessories": [{
"accessory": "MiGatewayFM",
"name": "MiGatewayFM",
"ip": "192.168.88.xx",
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"url": "http://live.xmcdn.com/live/1005/64.m3u8"
}]
setup MiJia(MiHome) app in your android device or android virtual machine.
open MiJia(MiHome) app and login your account.
refresh device list and make sure device display in the device list.
get miio2.db(path: /data/data/com.xiaomi.smarthome/databases/miio2.db) file from your android device or android virtual machine.
open website [Get MiIo Tokens By DataBase File], upload miio2.db file and submit.
Open command prompt or terminal. Run following command:
miio --discover
Wait until you get output similar to this:
Device ID: xxxxxxxx
Model info: Unknown
Address: 192.168.88.xx
Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx via auto-token
Support: Unknown
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" is token.
If token is "???", then reset device and connect device created Wi-Fi hotspot.
Run following command:
miio --discover --sync
Wait until you get output.
For more information about token, please refer to OpenMiHome and miio.
1.update 'README.md'.
1.optimized code.
1.update 'package.json'.
1.optimized code.
1.optimized code.
1.optimized code.
1.fixed bug that homebridge not works when device is not responding.
2.add support for aqara ac partner FM.
1.optimized code.
1.add support for mi ac partner FM.
1.optimized code.
1.optimized code.
1.Switch on/off XiaoMi Gateway FM.