Giter VIP home page Giter VIP logo

Comments (3)

bkarlson avatar bkarlson commented on July 19, 2024

It works (Xgimi Z6X), I just successfully set it up. Make sure you set static IP and select an app to start (Netflix or Youtube or MX Player), example config:

{
    "platform": "XGimiTeleVisionPlatform",
    "devices": [
        {
            "name": "XGimi TV",
            "host": "10.0.85.244",
            "inputs": [
                {
                    "name": "MX Player Pro",
                    "type": "APPLICATION",
                    "package": "com.mxtech.videoplayer.pro"
                }
            ],
            "manufacturer": "XGimi",
            "model": "Z6X",
            "serialNumber": "DSXXXXXXXXXX",
            "firmwareRevision": "1.0.0"
        }
    ],
    "_bridge": {
        "username": "0E:65:14:AE:CB:A8",
        "port": 56472
    }
}

from homebridge-xgimi-tv.

bkarlson avatar bkarlson commented on July 19, 2024

Adding the TV to the Home app

Since HomeKit expects only one TV per bridge they will be declared as external accessories and acts as a bridge.
This means that a TV will not appear in your Home app until you add it!

To add a TV to HomeKit follow this steps:

  1. Open the Home app on your device.
  2. Tap the Home tab, then tap .
  3. Tap Add Accessory, and select I Don't Have a Code or Cannot Scan.
  4. Select the tv accessory you want to pair.
  5. Enter the Homebridge PIN, this can be found under the QR code in Homebridge UI or your Homebridge logs, alternatively you can select Use Camera and scan the QR code again.

For more info check the homebridge wiki Connecting Homebridge To HomeKit.

from homebridge-xgimi-tv.

mureaand1 avatar mureaand1 commented on July 19, 2024

Have a problem with XGIMI NEW Z8X. The projector do not appear in home kit. the ip Is static and accessible. Tried with child bridge (it appear correctly as bridge but without projector) and as usual device same result. here Is the log of homebrige

[5/14/2023, 1:48:25 AM] [homebridge-xgimi-tv] Launched child bridge with PID 15195
[5/14/2023, 1:48:25 AM] Registering platform 'homebridge-xgimi-tv.XGimiTeleVisionPlatform'
[5/14/2023, 1:48:25 AM] [homebridge-xgimi-tv] Loaded homebridge-xgimi-tv v1.3.5 child bridge successfully
[5/14/2023, 1:48:25 AM] [homebridge-xgimi-tv] Adding tv service XGIMI NEW Z8X
[5/14/2023, 1:48:25 AM] [homebridge-xgimi-tv] Adding speaker service XGIMI NEW Z8X
[5/14/2023, 1:48:25 AM] [homebridge-xgimi-tv] Cleaning old devices...
[5/14/2023, 1:48:25 AM] Homebridge v1.6.1 (HAP v0.11.1) (homebridge-xgimi-tv) is running on port 56472.

and my current config with child brige.
{
"platform": "XGimiTeleVisionPlatform",
"devices": [
{
"name": "XGIMI NEW Z8X",
"host": "192.168.50.26",
"inputs": [
{
"name": "Zona",
"type": "APPLICATION",
"package": "mobi.zona"
}
],
"manufacturer": "XGIMI",
"model": "NEW Z8X",
"serialNumber": "GWCBM3A11YBL",
"firmwareRevision": "12.12.149 v5"
}
],
"_bridge": {
"username": "0E:65:14:AE:CB:A8",
"port": 56472
}
}

seems like it remove the devices after adding ([5/14/2023, 1:48:25 AM] [homebridge-xgimi-tv] Cleaning old devices...) but it's my guess. need some help with it.

from homebridge-xgimi-tv.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.