From 3c7d4d8a38d4c32b10b9c7a4c30bfdb57a993119 Mon Sep 17 00:00:00 2001 From: Balisz <98579767+Balisz@users.noreply.github.com> Date: Thu, 3 Feb 2022 17:32:16 +0200 Subject: [PATCH] [playstation] Clarified the part to obtain configuration info (#12194) * Clarified the part to obtain configuration info --- bundles/org.openhab.binding.playstation/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.playstation/README.md b/bundles/org.openhab.binding.playstation/README.md index 3319ea20c6..ec7421b835 100644 --- a/bundles/org.openhab.binding.playstation/README.md +++ b/bundles/org.openhab.binding.playstation/README.md @@ -30,8 +30,12 @@ Settings -> System Settings -> Connect PS Vita System Using Network. | outboundIP | | No | Use this if your PS4 is not on the normal openHAB network. | | ipPort | 997 | No | The port to probe the PS4 on, no need to change normally. | -If you want to control your PS4 the first thing you need is your user-credentials, this is a 64 characters HEX string that is easiest obtained by using PS4-waker https://github.com/dhleong/ps4-waker. -The result file is called ".ps4-wake.credentials.json" in your home directory. +If you want to control your PS4 the first thing you need is your user-credentials, this is a 64 characters HEX string that is easiest obtained by using PS4-waker https://github.com/dhleong/ps4-waker. +To run the PS4-waker you will need a Node.js command prompt (for example: https://nodejs.org/en/download/). +Enter "npx ps4-waker --help" int the command prompt. Agree to install by entering "y". +After that send "npx ps4-waker --check". You will get asked to connect the "PS4 Second screen" Android app to the running clone. +Do this and then you will need to get the pairing key from your PS4 --> Settings ---> Mobile device pairing settings. +On the PS4 screen you will see your pairing code and in the command prompt you will find the user credentials. Then you need to pair your openHAB device with the PS4. This can be done by saving the Thing while the pairing screen is open on the PS4. The code is only needed during pairing. -- 2.47.3