homebridge-xgimi-tv-x
v1.1.5
Published
A plugin on homebridge to bring XGimi Smart Projector to HomeKit.
Downloads
8
Maintainers
Readme
Homebridge XGimiTv Plugin
A plugin on Homebridge to bring XGimi Smart Projector to HomeKit.
If you like this plugin, don't hesitate to "Star".
Installation
sudo npm i -g homebridge-xgimi-tv@latest
Configuration
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.
Example BASIC config
{
"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
Tested On
- iOS 14
- Apple Home
- Homebridge 1.1.6
Troubleshooting
If you have any issue, contact me([email protected]) or just submit an issues.