Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get input names #218

Open
ShockwaverReal opened this issue Dec 9, 2024 · 0 comments
Open

Can't get input names #218

ShockwaverReal opened this issue Dec 9, 2024 · 0 comments

Comments

@ShockwaverReal
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant