I'm trying to use my raspberry pi 3 model B to wake my PC when it is powered off (not in sleep). For a start, is this possible or does my computer have to be in sleep?
So far, i've connected my PC and Pi via ethernet cable however both are connected to the same Wi-Fi network. I've changed the ethernet adapter settings to have three boxes ticked under power management: Allow the computer to turn off this device to save power, allow this device to wake the computer, and only allow a magic packet to wake the computer. I get the feeling the first should be unticked but doing so greys out the other two options.
I have an ASUS Z170 Pro motherboard and I've gone into the BIOS and changed the option Power on by PCI-E/PCI under APM configuration to enabled.
To test Wake On LAN, i've tried sending a command from my rpi using the etherwake terminal command to the mac address i found under the ethernet adapter settings in ipconfig on my PC. No output was returned and my computer remained in an off state.
I would use my wireless NIC to do this but when I go into the adapter settings for it, the option to allow it to wake a computer is greyed out so i assume WOL isn't supported on that.
My aim is to build a website on my web server allowing me to click a button that issues a command on my pi that turns my PC on.
Any help will be greatly appreciated.