kopiro / homebridge-playstation

Playstation integration for Homebridge / HOOBS.
Apache License 2.0
96 stars 9 forks source link

Incomplete setup - "Choose how you would like this set-top box to work in your home" #93

Closed MoienTajik closed 6 months ago

MoienTajik commented 7 months ago

Describe The Bug: While setting up the device in HomeKit, there's a step with the message "Choose how you would like this set-top box to work in your home" and then you have to choose "Input Source". The problem is that there's no Input Sources to select in this step and this causes broken setup.

To Reproduce: Try to add device based on README in HomeKit.

Expected behavior: Either having the Input Sources to choose or not asking for that at all (maybe have to change accessory type to Switch in order to skip that).

Plugin Config:

{
    "pollInterval": 5000,
    "overrides": [
        {
            "deviceId": "C84AA0733AU2",
            "name": "PS5"
        }
    ],
    "platform": "playstation"
}

Screenshots:

Environment:

philthuene commented 7 months ago

Havinf the same issue here on my end. When trying to continue, this message shows: IMG_EF390B1FCA14-1

Environment: Plugin Version: v1.6.0 Homebridge Version: v1.7.0 Operating System: macOS/iOS

Jelledb commented 6 months ago

Running into the same issue. However, it does seem to work when you close the wizard at that point and click "Save and Finish Later"

I think what others mentioned elsewhere is that it might be better to let the PlayStation show up as a switch.

muenzpraeger commented 6 months ago

The dialog is a textfield (not well visible). You can just tap into it, and set a random string. With that the setup can be finished.

MoienTajik commented 6 months ago

Fixed based on @muenzpraeger's comment.