A plugin on Homebridge to bring XGimi Smart Projector to HomeKit.
If you like this plugin, don't hesitate to "Star".
sudo npm i -g homebridge-xgimi-tv@latest
Configuration on Config UI X is NOT YET supported.
Please subscribe for future updates.
That being said, be sure to edit config.json
before add TV into Home app.
{
"bridge": {
"name": "Homebridge ED57",
"username": "0E:C6:1D:3E:ED:57",
"port": 51995,
"pin": "193-78-630"
},
"accessories": [],
"platforms": [
{
"name": "Config",
"port": 8581,
"platform": "config"
},
{
"platform" : "XGimiTeleVisionPlatform",
"devices": [
{
"name": "XGimi TV",
"host": "10.0.1.227",
"inputs": [
{
"name" : "iQiyi",
"type" : "APPLICATION",
"package" : "com.gitvjimi.video"
},
{
"name" : "YouTube",
"type" : "APPLICATION",
"package" : "com.liskovsoft.videomanager"
}
],
"manufacturer": "XGimi",
"model": "H2",
"serialNumber": "DSXXXXXXXXXX",
"firmwareRevision": "1.0.0"
}
]
}
]
}
To get the package attribute, you can visit:
http://{{you_tv_ip}}:16741/data/data/com.xgimi.vcontrol/app_appDatas/list
If you have any issue, contact me(f.tu@me.com) or just submit an issues.
Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。
homebridge-bravia-tv v3 Homebridge dynamic platform plugin for Sony Bravia Android TVs Note: If you are looking for the non dynamic version, install the old version! homebridge-sonybravia-platform v2
homebridge-webos-tv HomeKit integration for LG webOS TVs how it's supposed to be homebridge-webos-tv is a plugin for homebridge which allows you to control your LG webOS TV from your Home app! It shou
homebridge-bravia-tvos v5 Creating and maintaining Homebridge plugins consume a lot of time and effort, if you would like to share your appreciation, feel free to "Star" or donate. Click here to revie
Homebridge TV Plugin with Chromecast and TP-Link Smart Plug support Control your Chromecast and TP-Link Smart Plug equipped TV! Currently supported features: Turning on/off TV by switching the configu
Homebridge HTTP TV Plugin A Homebridge plugin to let you control your TV (or a bridge server) using HTTP Features Exposes a HomeKit TV accessory Characteristics changes trigger HTTP requests to user-d