At least on my system, that location is actually mounted to the docker host, so I access it via myuser@pi:~/homeassistant (this can be configured individually). The docker container should have a volume set up that associates that location in the container with one elsewhere. Otherwise, you can log into the container and run it from there (not sure how to do this myself, I tend to just use Portainer to access it this way if I need to).
I tried to run the binary from that same mounted volume but it just wouldnāt goā¦ I assume some security setting on the docker image.
Thank you for the guide, these are the kind of posts I always appreciate!
I am running into an issue. I have Home Assistant 2021.1.5 running on a Raspberry Pi 4 using the IMG from the website. Iāve clicked the Terminal option in the left side navigation within HA and cloned the ps5-wake repo and entered that directory. However HA does not recognize sudo or make. Why is that?
Nothing for hassio users yet? With the PS4, I had an automation running to switch the HDMI input on my TV after the console switched off, since it didnāt have the option to disable the TV HDMI-CEC switching on the PS4 (like how the XSX does). Same problem with the PS5, if the TV is switched off on HDMI-1 (PS5) and the wife switches on the TV, it switches on the PS5 as well.
Going to try and use the āNo Signalā state on the TV to try out an automation while I wait for something on hassio
There are a few examples above that make sensors to tell you the stateā¦ you can just use those to turn on the PS as needed if the input changes? Iām not sure I understand what you are looking for.
Alternative is using the ping sensor, this works for me. Mind that standby is also reported as active (in my PS5 configuration, yours might be different due to automatic update settings etc.)
I use this perform TV and amplifier input changing and to remind my son every half hour of his play-time :D.
Of course an integration replacing the PS4 one would be nice
Hey,
first of all thanks for sharing this ps5-wake integration. Iām completely new to this HomeAssistant and coding stuff, and Iāve got problems with the installation process. When I type āmake installā an error occurs.
That is the output:
ā ps5-wake git:(master) ā make install
gcc -O2 -g -pipe -Wall -std=gnu99 ps5-wake.c sha1.c -o ps5-wake
make: gcc: Command not found
make: *** [Makefile:7: all] Error 127
Hm now there is the next problem:
When I try to execute these commands then I just get the following output:
The start via the PS Remote Play works fine.