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

homebridge-playstation v1.4.1 problems authenticating PS4 #34

Open
frossmant opened this issue Apr 24, 2022 · 8 comments
Open

homebridge-playstation v1.4.1 problems authenticating PS4 #34

frossmant opened this issue Apr 24, 2022 · 8 comments
Labels
bug Something isn't working

Comments

@frossmant
Copy link

frossmant commented Apr 24, 2022

Describe The Bug:
Cannot add authenticate PS4 (PS5 works though)

Device "PlayActor" does not appear in the IOS "second screen" app when trying to authenticate with the "homebridge-playstation-login" command.

To Reproduce:

$ cat /etc/sudoers|grep homebridge
homebridge ALL=NOPASSWD:/usr/bin/systemctl restart homebridge
homebridge ALL=NOPASSWD:/usr/bin/journalctl --no-pager --unit=homebridge.service
homebridge ALL=NOPASSWD: ALL

$ su - homebridge
# homebridge-playstation-login

Discovered device: {
  address: { address: '172.16.1.52', family: 'IPv4', port: 64992, size: 158 },
  hostRequestPort: 997,
  extras: {
    statusLine: '200 Ok',
    statusCode: '200',
    statusMessage: 'Ok',
    status: 'AWAKE'
  },
  discoveryVersion: '00020020',
  systemVersion: '09510001',
  id: 'xxxxxxxxxxxx',
  name: 'PS4-889',
  status: 'AWAKE',
  type: 'PS4'
}
Authenticate to PS4-889? (y/n) y
No credentials for PS4-889 and unable to request (need root permissions).
Attempting to request root permissions now (we will relinquish them as soon as possible)...
Discovered device: {
  address: { address: '172.16.1.52', family: 'IPv4', port: 62782, size: 158 },
  hostRequestPort: 997,
  extras: {
    statusLine: '200 Ok',
    statusCode: '200',
    statusMessage: 'Ok',
    status: 'AWAKE'
  },
  discoveryVersion: '00020020',
  systemVersion: '09510001',
  id: 'xxxxxxxxxxxx',
  name: 'PS4-889',
  status: 'AWAKE',
  type: 'PS4'
}
Authenticate to PS4-889? (y/n) y
Registering with device via Second Screen.
Open the PS4 Second Screen app and attempt to connect to the device named:
  PlayActor

Expected behavior:
Should appear in "PS4 Second Screen App" to be able to add the PS4 Homebridge device but it does not appear.

Logs:
No interesting log output

Plugin Config:

{
    "bridge": {
        "name": "Homebridge",
        "username": "xxxxxxxxx",
        "port": 51826,
        "pin": "xxxxxxxxx",
        "advertiser": "bonjour-hap",
        "bind": [
            "eth0"
        ]
    },
    "platforms": [
        {
            "name": "Config",
            "port": 8080,
            "auth": "form",
            "theme": "auto",
            "restart": "sudo -n systemctl restart homebridge",
            "tempUnits": "c",
            "lang": "auto",
            "sudo": false,
            "log": {
                "method": "custom",
                "command": "sudo /usr/bin/journalctl --no-pager --unit=homebridge.service"
            },
            "platform": "config"
        }
 .........
       {
            "pollInterval": 5000,
            "platform": "playstation"
        }
 .........

Environment:

  • Plugin Version:
  • Homebridge Version: 1.4.0
  • Node.js Version: v16.13.1
  • NPM Version:8.3.0
  • Operating System:PRETTY_NAME="openSUSE Leap 15.3"
@frossmant frossmant added the bug Something isn't working label Apr 24, 2022
@Captainkyle420
Copy link

Captainkyle420 commented Jul 25, 2022

Having the same problem. it shows instructions via terminal to find playactor (in ps4 second app). but it never shows. tried ps4-waker. but cant get that to work either. Using homebridge node.js 16.16.0. Have tried just doing the PS4, thought it might be a multiple device conflict issue (other device is Ps5) but it doesn’t show up on 2nd screen app either way.

@Fookes74
Copy link

I have this issue also. Is this likely to be looked at as I see last post was back in July?

@and43a
Copy link

and43a commented Feb 13, 2023

exact same problem. never managed to solve. the link to authenticate the ps4 does not arrive

@francescosabia
Copy link

i have the same problem. stuck here...playactor..no link..how can we do?

@kopiro
Copy link
Owner

kopiro commented Apr 17, 2023

Hello; I can test with the PS4 I Have; so far I've only tested on PS5.

@and43a
Copy link

and43a commented Apr 17, 2023 via email

@francescosabia
Copy link

francescosabia commented Apr 17, 2023 via email

@and43a
Copy link

and43a commented May 2, 2023

Hello; I can test with the PS4 I Have; so far I've only tested on PS5.
hello KOPIRO, any news in your tests?

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

6 participants