homebridge-ps4-waker-platform icon indicating copy to clipboard operation
homebridge-ps4-waker-platform copied to clipboard

Remote control on Home is not working

Open AngryKiller opened this issue 5 years ago • 21 comments

Hi, the switch on the Home app to turn on/off the PS4 isn't working for me, the app is telling me "No response". There is no errors in the logs:

[2019-7-12 2:49:17] Loaded config.json with 0 accessories and 1 platforms.
[2019-7-12 2:49:17] ---
[2019-7-12 2:49:17] Loaded plugin: homebridge-ps4-waker-platform
[2019-7-12 2:49:17] Registering platform 'homebridge-ps4-waker-platform.PS4WakerPlatform'
[2019-7-12 2:49:17] ---
[2019-7-12 2:49:17] Loading 1 platforms...
[2019-7-12 2:49:17] [PS4Waker] Initializing PS4WakerPlatform platform...
[2019-7-12 2:49:18] [PS4Waker] Searching accessories...
[2019-7-12 2:49:18] Homebridge is running on port 51826.
[2019-7-12 2:49:18] [PS4Waker] Found device [PlayStation 4]
[2019-7-12 2:49:18] [PS4Waker] Finish searching accessories

And here is my config file:

{
  "bridge": {
    "name": "Homebridge",
    "username": "FE:43:4D:33:CE:40",
    "port": 51826,
    "pin": "044-44-333"
  },
  "platforms": [
        {
            "platform": "PS4WakerPlatform",
            "name": "PS4Waker",
        "accessories": [
          {
                 "serial": "03274522955722430",
                 "model": "CUH-1216A",
                 "ip": "192.168.0.27",
                 "credentials": "~/.ps4-wake.credentials.json"
         }
    ]
}
]

}

AngryKiller avatar Jul 12 '19 00:07 AngryKiller