Skip to content

Enable PS5 compatibility #13

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

Open
snipem opened this issue Oct 24, 2020 · 2 comments
Open

Enable PS5 compatibility #13

snipem opened this issue Oct 24, 2020 · 2 comments

Comments

@snipem
Copy link

snipem commented Oct 24, 2020

With the upcoming release of the PS5, we should check the compatibility with the PS5. Since Remote Play is supported with the same app there is room for hope that the PS5 will respond the same way as the PS4 on local network broadcasts. I will have look at it.

@snipem
Copy link
Author

snipem commented Nov 19, 2020

Does not work with PS5:
I used the IP address of my PS5.

>>> playstation = pyps4.Ps4("192.168.178.119", broadcast=False)
>>> playstation
<pyps4.ps4.Ps4 object at 0x7fea394ead50>
>>> playstation.get_running_app_name()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/matze/.local/lib/python2.7/site-packages/pyps4/ps4.py", line 192, in get_running_app_name
    return self.get_status()['running-app-name']
  File "/home/matze/.local/lib/python2.7/site-packages/pyps4/ps4.py", line 71, in get_status
    return get_status(self._host)
  File "/home/matze/.local/lib/python2.7/site-packages/pyps4/ddp.py", line 102, in get_status
    ps_list = search(host=host)
  File "/home/matze/.local/lib/python2.7/site-packages/pyps4/ddp.py", line 91, in search
    data, addr = _send_recv_msg(host, broadcast, msg)
  File "/home/matze/.local/lib/python2.7/site-packages/pyps4/ddp.py", line 80, in _send_recv_msg
    return sock.recvfrom(1024)
socket.timeout: timed out

@snipem snipem changed the title Check PS5 compatibility Enable PS5 compatibility Nov 19, 2020
@snipem
Copy link
Author

snipem commented Jan 10, 2021

Here is an example for ps5-wake but it is also lacking the running app name: https://github.com/iharosi/ps5-wake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant