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

Closed
ShockwaverReal opened this issue Dec 9, 2024 · 2 comments
Closed

Can't get input names #218

ShockwaverReal opened this issue Dec 9, 2024 · 2 comments
Labels

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

Copy link

github-actions bot commented Jan 9, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale label Jan 9, 2025
Copy link

Closing this issue due to inactivity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant