DanITGuyNAH wrote: ↑Tue Nov 12, 2019 10:22 pm
Pull network cable
Yes.
DanITGuyNAH wrote: ↑Tue Nov 12, 2019 10:22 pm
Pull Power from PoE port
Yes.
No. WoL is not supported.
DanITGuyNAH wrote: ↑Tue Nov 12, 2019 10:22 pm
install a power switch on GPIO ports 5 & 6 for manual intervention?
Only if WAKE_ON_GPIO=1. The Pi 4 originally came with WAKE_ON_GPIO=0 which meant it would completely shutdown the PMIC and you'd have to power cycle or temporarily short the GLOBAL_EN pin to ground to restart the PMIC. They changed the default in later batches so WAKE_ON_GPIO=1 like previous Pi boards and it would wake if you pulled pin 5 low.
See
https://www.raspberrypi.org/documentati ... _config.md for more details.
You could fit the momentary switch between GLOBAL_EN and ground which would wake the Pi 4 no matter the state of WAKE_GPIO but this also would immediately restart any currently running Pi if pressed. There wouldn't be a clean shutdown.
Be aware that pin 5 is the I2C clock pin. If you're using I2C on pin 3 + 5 then somebody pressing the button whilst the Pi is on will cause I2C errors.