homebridge-xgimi-tv-x
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

Homebridge XGimiTv Plugin

npm github license donate donate-alipay

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(f.tu@me.com) or just submit an issues.

Package Sidebar

Install

npm i homebridge-xgimi-tv-x

Weekly Downloads

1

Version

1.1.5

License

Apache-2.0

Unpacked Size

1.73 MB

Total Files

831

Last publish

Collaborators

  • giuem