While’s there’s lots of advice out there for installing SSH (which I have done, with a Key) and amending either the config files under sys/class/leds, or accessing mnt/boot/config.txt (either directly or on an SD Card in WIndows), unless there is a security concern about folks wanting to simply turn off the PWR and ACT LEDs (i.e. the Power or Activity on the Ethernet Port), surely it must be possible to put a toggle under the System/Hardware setting to enable and disable these?
While I am able to dig around in the file system, I am sure many do not wish to do this, so for someone who just wants them off or on, please, please, please consider this as a function or Addon. Thank you.
Thanks for that. Yes, it appears to just be controlled by a couple of simple software switches in the config.txt file located in /mnt/boot/.
That’s why I say that surely implementing that in HA as a toggle on or off is totally doable (although I don’t personally have that very special set of skills…).
Raspberry Pi 3B
# Turn off Power LED
dtparam=pwr_led_trigger=default-on
dtparam=pwr_led_activelow=off
# Turn off Activity LED
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
# Turn off Ethernet ACT LED
dtparam=eth_led0=14
# Turn off Ethernet LNK LED
dtparam=eth_led1=14
Raspberry Pi 4B
# Turn off Power LED
dtparam=pwr_led_trigger=default-on
dtparam=pwr_led_activelow=off
# Turn off Activity LED
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
# Turn off Ethernet ACT LED
dtparam=eth_led0=4
# Turn off Ethernet LNK LED
dtparam=eth_led1=4