Credential error
Closed this issue · 0 comments
PaulPizzey247 commented
Hi, I can see my ps5 in the home app but it doesn't respond. I'm getting the error "Can't request credentials in the logs when I try to wake/sleep the PS5. I have signed into my account, then pasted the URL but and put the remote play pin in, which works fine."
Is there something wrong with my config?
"name": "homebridge-playstation",
"switches": [
{
"name": "PlayStation 5",
"host": "10.0.0.xx",
"ip": "10.0.0.xx",
"on_cmd": "playactor wake --ps5",
"off_cmd": "playactor standby --ps5",
"state_cmd": "playactor check --ps5| grep -i '200 Ok'",
"polling": true,
"interval": 900,
"timeout": 2000,
"manufacturer": "Sony",
"serial": "XXXXXXXXXXXXXXX",
"model": "CFI-1016A"
}
],
"platform": "playstation"