[playstation] Clarified the part to obtain configuration info (#12194)
* Clarified the part to obtain configuration infopull/11537/head^2
parent
5f48b72e16
commit
3c7d4d8a38
|
@ -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. |
|
| 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. |
|
| 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.
|
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.
|
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.
|
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.
|
This can be done by saving the Thing while the pairing screen is open on the PS4. The code is only needed during pairing.
|
||||||
|
|
Loading…
Reference in New Issue