You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:

Environment:
The text was updated successfully, but these errors were encountered: