Open wardwyz opened 3 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
}
}
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:
For more info check the homebridge wiki Connecting Homebridge To HomeKit.
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.
homebridge v1.3.2 ios14.4