HA PS5 wakeup

Hello all,

I would like to turn on my PS5 via HA. I have now browsed some posts but do not quite understand the solutions. Can someone help me how I get the whole step by step to run?

How exactly does it work with the dump?

Wake Up

i have now entered via raspberry tcpdump with the code sudo tcpdump -Ai br0 host 192.168.178.7. But I do not get a package with the name ‘user-credential:-NNNNNN’.

In github it says tcpdump -s0 -X -n -i 192.168.178.7 udp and port 9302
However, when I enter it, it says tcpdump: 192.168.178.7: No such device exists
(SIOCGIFHWADDR: No such device)

Okay, so finally it runs. But know i want to use it via HA. The Questian is how to send the user credential and the wake command by HA?