fantasytu / homebridge-xgimi-tv

A plugin on homebridge to bring XGimi Smart Projector to HomeKit
Apache License 2.0
15 stars 5 forks source link

xgimi Z6 can not work #2

Open wardwyz opened 3 years ago

wardwyz commented 3 years ago

homebridge v1.3.2 ios14.4

bkarlson commented 2 years ago

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
    }
}
bkarlson commented 2 years ago

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.

mureaand1 commented 1 year ago

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.