Repository: Few addons

The addon only creates the bridge. You still need to setup an mqtt server for the bridge to connect with.

Yeah, I have the Mosquitto Broker installed via Hassio

Hey @vkorn, first of all - great work! I’m trying to setup HADashboard, and even managed to get the AppDaemon’s welcome UI once, but getting no response now. Any advice on troubleshooting, please?
My appdaemon.yaml:
HASS:
ha_url: http://172.17.0.1:8123
ha_key: xxx
HADashboard:
dash_url: http://192.168.1.40:3030
dash_dir: /config/hadaemon/dashboards
And options:
{
“domain”: “192.168.1.40”
}

When opening http://192.168.1.40:3030/ - “192.168.1.40 refused to connect.”

Many thanks

I resolved my issue. I was trying to get my Pi’s MAC address by doing ifconfig in the SSH and it was returning the Docker MAC address. I was unaware of this until @dale3h figured out that was the issue. We pulled the Pi’s MAC address off of the router and it started working. :star_struck:

Is there any way to get the PS4 credential if I am on Hassio and i haven’t used PS4 waker before?

@vkorn do you have working dashboards in hassio which also makes use of nginx? Because the forum (hassio section) is full of confusion and failures on this topic.

My continuous struggle with HADashboard>

Hass.io and HADashboard setup - Java error>

HADashboard>

1 Like

I also have never used ps4waker before. Is it possible to get new credentials on Hassio ?

Any plan to update appdaemon to the latest build?

Can someone tell me how exactly to use the ps4 waker thing? I want to turn my ps4 on and start a game (for instance fifa17).

Any current tutorials?

I’ve tryed many times with ps4 addon without success.
In order to have credentials I’ve installed nodejs on a windows PC and then installed ps4-waker trought cmd
I’ve followed ps4-waker instructions and i succeed getting credentials from the mobile APP.
With ps4-waker i’m able to turn the ps4 on and off
Then i’ve added the plugin, started with right credentials and putted the ps4.py file on the new folder. (i’ve hass.io on a raspberry pi 3)
Now the situation is this one:

  • i can see the playstation state on homassistant (idle or off)
  • if i try to turn it on and off it doesn’t work (in the log i find Login error: PASSCODE_IS_NEEDED)
  • if i go to http://HA_IP:3031/ i get Cannot GET /
  • if i go to http://HA_IP:3031/ps4/PS4_IP/info i can get all correct PS4 info

I really don’t know what to do now. What could be the problem?

Ive configured everything, but this is all im getting in the addon logs for ps4waker… it doesnt show anything on my hassio homescreen either…

starting version 3.2.2
Listening on 0.0.0.0:3031

I had the same thing happen with me so I think you’re right.

I originally generated the credentials through my windows pc. This allowed me to see the status of the ps4 in HA (idle, off, etc) but not be able to turn on or off.

Following you’re instructions its all working now!

Hi all, new here and having issues getting ps4waker setup for the first time. I’ve tried to piece together from the various posts here and from the original instructions but it all seems a little vague.

I’ve installed the add-on, Placed the ps4.py in custom_components and media_player folders. I’ve added the following code to my configuration.yaml file:

media_player:
  - platform: ps4
    host: http://HASSIO_IP:3031
    ps4_ip: MY_PS4_IP
    name: PlayStation 4
    local_store: games

and this is my HASSIO PS4 waker config:

{
  "port": 3031,
  "devices": [
    {
      "client_type": "i",
      "auth_type": "C",
      "credentials": "your credentials"
    }
  ]
}

I know I need to create the credentials file but but I’m not sure how? ps4 waker is not showing as a device in the PlayStation app under Second Screen or anywhere else for that matter. Help with the setup would be great.

Thanks.

Have a look at my post earlier in the thread. I’ve just successfully reused it myself.

anyone got it working? Its not working for me… it says listening on 0.0.0.0:3031, but doesnt do anything after that. ps4 waker isnt working? Ideas?

bump, anyone got this working? Its still stuck on there for me…

did you manage to fix it?

Uninstalled Hass.io and went back to HA on raspbian :+1:

I got hadashboard working by changing the host port to 80 instead of the default 3031.

How did you do this?