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 have the authorization link, but connected successful. No HomeKit or Homebridge control, but can see state. Only playactor working. #116

Open
DayKk17 opened this issue Oct 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@DayKk17
Copy link

DayKk17 commented Oct 5, 2024

Describe The Bug:
There's no link for authentication from psn. I was able to add to homekit anyway. I see the state of the ps5, but can"t control it over Homekit or Homebridge(accessory page). I can control it with playactor over terminal tho..

To Reproduce:
I don't really know, everything i do does the same

Expected behavior:
Being able to have the link to connect to PSN, to then pair with the PS5.

Logs:

[2024-10-04, 7:54:51 p.m.] PS5 FD6C is running on port 57797.
[2024-10-04, 7:54:51 p.m.] Please add [PS5 FD6C] manually in Home app. Setup Code: 838-48-939
(node:40948) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 message listeners added to [Socket]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
(Use node --trace-warnings ... to show where the warning was created)
[2024-10-04, 8:20:18 p.m.] [playstation/PS5] Device PS5-Shawn must be awake for initial registration
[2024-10-04, 8:30:59 p.m.] [playstation/PS5] Device PS5-Shawn must be awake for initial registration
[2024-10-04, 8:31:14 p.m.] [playstation/PS5] Device PS5-Shawn must be awake for initial registration

Theses last line was when i'm trying to use the tile in homekit or homebridge.

And that's when i'm trying to authenticate.

homebridge-playstation-login
Discovered device: {
address: { address: '10.0.0.43', family: 'IPv4', port: 9302, size: 172 },
hostRequestPort: 997,
extras: {
statusLine: '620 Server Standby',
statusCode: '620',
statusMessage: 'Server',
status: 'STANDBY'
},
discoveryVersion: '00030010',
systemVersion: '10000046',
id: 'E86E3A0103ED',
name: 'PS5-Shawn',
status: 'STANDBY',
type: 'PS5'
}
Authenticate to PS5-Shawn? (y/n) y
Connecting to ...
Connection successful, wait a bit so we can safely close the connection...

Discovering next device...

Please restart Homebridge now!

It was on standby when I tried but when "connecting to" it awake the ps5. Otherwise, when i was trying at first, each time the ps5 was awake.

Plugin Config:

{
"bridge": {
"name": "Homebridge F0A5",
"username": "0E:B1:7A:E1:F0:A5",
"port": 51603,
"pin": "838-48-939"
},
"accessories": [
{
"name": "Shawn-PC",
"services": [
"fan"
],
"switchVolumeDelta": 5,
"switchDelay": 10,
"accessory": "ComputerSpeakers"
}
],
"platforms": [
{
"name": "Config",
"port": 8581,
"auth": "form",
"theme": "auto",
"tempUnits": "c",
"lang": "auto",
"sudo": true,
"debug": false,
"platform": "config"
},
{
"devices": [
{
"name": "TV Samsung",
"ip": "10.0.0.161",
"mac": "8C:79:F5:EC:57:AE",
"inputs": [
{
"type": "app"
}
]
}
],
"platform": "SamsungTizen"
},
{
"pollInterval": 5000,
"overrides": [
{
"deviceId": "E86E3A0103ED",
"name": "PS5"
}
],
"platform": "playstation"
}
],
"disabledPlugins": []
}

Screenshots:
image_2024-10-04_203949209

Environment:

  • Plugin Version: 1.6.2
  • Homebridge Version: 1.8.4
  • Node.js Version: v20.18.0
  • NPM Version: latest
  • Operating System: Windows 11, latest build.
@DayKk17 DayKk17 added the bug Something isn't working label Oct 5, 2024
@Firemanjoe
Copy link

Ah - I thought it was just me! I'm getting the same issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants