Hey guys,
I want to wake my PC with WOL packet via HA. From android app or another pc it works fine. (Using also Wireshark to capture incoming packets). Homeassistant is running on raspos within docker as a container
Also tried broadcast_port: 9 and tried to enclose mac address with quotes or double quotes - did not help. I can ping PC from raspi. I’ve also tried Developer tools → Services → Wake on LAN: send magic packet
Yes, it came to my mind but I hadn’t time to try it and yes, that was the issue. I’ve been using container with exposed ports so I could not use host network but I did workaround. Thanks
alias: wake up PC
sequence:
- service: wake_on_lan.send_magic_packet
data:
broadcast_port: 9
broadcast_address: 255.255.255.255
mac: ff:bb:dd:cc:bb:aa
mode: single
I would suggest you to install WireShark on your PC you want to wake up and check if you are receiving this magic packet. Plus be sure to have wake up on lan function enabled in windows & bios