kopiro / homebridge-playstation

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

Setup code conflict with other device #90

Closed JounQin closed 7 months ago

JounQin commented 7 months ago

Describe The Bug:

To Reproduce:

Expected behavior:

Logs:

[11/17/2023, 11:24:44 PM] JounQin - PS5 0011 is running on port 35044.
[11/17/2023, 11:24:44 PM] Please add [JounQin - PS5 0011] manually in Home app. Setup Code: 512-96-815
[11/17/2023, 11:24:45 PM] [BraviaPlatform] Adding base service to accessory
[11/17/2023, 11:24:45 PM] [BraviaPlatform] Adding base service to accessory
[11/17/2023, 11:24:45 PM] [BraviaPlatform] Registering HomeBridge Accessory for JounQin - X90L
[11/17/2023, 11:24:45 PM] JounQin - X90L A8F0 is running on port 46670.
[11/17/2023, 11:24:45 PM] Please add [JounQin - X90L A8F0] manually in Home app. Setup Code: 512-96-815
(node:20706) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 message listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)

Plugin Config:

{
            "pollInterval": 5000,
            "apps": [
                {
                    "id": "CUSA01623",
                    "name": "God of War 3"
                }
            ],
            "platform": "playstation"
        }

Screenshots:

image

Environment:

kopiro commented 7 months ago

Hello, this issue has been solved in https://github.com/kopiro/homebridge-playstation/releases/tag/v1.6.0

JounQin commented 7 months ago

@kopiro It seems I have to remove all my devices?

kopiro commented 7 months ago

No, why?

JounQin commented 7 months ago

Setup codes are still all the same even after upgrading. Is that normal? Sorry I'm a new bee to homebridge.