Skip to content

fantasytu/homebridge-xgimi-tv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 24, 2021
a1f5725 · Aug 24, 2021

History

23 Commits
Nov 25, 2020
Aug 24, 2021
Nov 23, 2020
Nov 23, 2020
Nov 23, 2020
Jan 9, 2021
Nov 25, 2020
Aug 24, 2021
Nov 23, 2020

Repository files navigation

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.

About

A plugin on homebridge to bring XGimi Smart Projector to HomeKit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published