You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No matter what I do it seems I am not able to get input names in Home App but just a list of numbered input sources, eg:
Input source
Input source 2
...
Input Source n
Though the number of inputs is correct and they correctly work.
Furthermore I am not able to get system apps in the list of inputs.
No matter what I do it seems I am not able to get input names in Home App but just a list of numbered input sources, eg:
Input source
Input source 2
...
Input Source n
Though the number of inputs is correct and they correctly work.
Furthermore I am not able to get system apps in the list of inputs.
JSON config:
{
"devices": [
{
"name": "Xbox Soggiorno",
"host": "192.168.0.3",
"xboxLiveId": "[redacted]",
"webApiControl": true,
"getInputsFromDevice": true,
"filterGames": false,
"filterApps": true,
"filterSystemApps": false,
"filterDlc": true,
"inputsDisplayOrder": 1,
"sensorPower": false,
"sensorInput": false,
"sensorScreenSaver": false,
"sensorInputs": [
{
"displayType": 0
}
],
"webApiPowerOnOff": true,
"webApiRcControl": false,
"webApiVolumeControl": false,
"webApiToken": "[redacted]",
"infoButtonCommand": "nexus",
"volumeControlNamePrefix": false,
"volumeControl": 0,
"enableDebugMode": false,
"disableLogInfo": false,
"disableLogDeviceInfo": false,
"restFul": {
"enable": false,
"debug": false
},
"mqtt": {
"enable": false,
"debug": false,
"auth": false
}
},
{
"name": "Xbox Proiezione",
"host": "192.168.0.4",
"xboxLiveId": "[redacted]",
"webApiControl": true,
"getInputsFromDevice": true,
"filterGames": false,
"filterApps": true,
"filterSystemApps": true,
"filterDlc": true,
"inputsDisplayOrder": 1,
"sensorPower": false,
"sensorInput": false,
"sensorScreenSaver": false,
"sensorInputs": [
{
"displayType": 0
}
],
"webApiPowerOnOff": true,
"webApiRcControl": false,
"webApiVolumeControl": false,
"webApiToken": "[redacted]",
"infoButtonCommand": "nexus",
"volumeControlNamePrefix": false,
"volumeControl": 0,
"enableDebugMode": false,
"disableLogInfo": false,
"disableLogDeviceInfo": false,
"restFul": {
"enable": false,
"debug": false
},
"mqtt": {
"enable": false,
"debug": false,
"auth": false
}
}
],
"_bridge": {
"name": "Bridge Xbox",
"username": "0E:2A:9D:4C:B1:88",
"port": 49637
},
"platform": "XboxTv"
}
Environment:
homebridge-xbox-tv v3.2.2
HB v1.8.5
UI V4.64.0
Ubuntu Server 22.04.5 LTS VM
Node.js v22.12.0
Various Xboxes Series X 10.0.26100.2910
The text was updated successfully, but these errors were encountered: