Is there a script to control indicator lights, for example, turning off all lights to mimic a black box when everything is normal, displaying a red light when the system is abnormal, briefly flashing a red light during a DoS attack, flashing a green light when a client is connected, and displaying a marquee effect when CPU load is high?
Is there a script to control indicator lights, for example, turning off all lights to mimic a black box when everything is normal, displaying a red light when the system is abnormal, briefly flashing a red light during a DoS attack, flashing a green light when a client is connected, and displaying a marquee effect when CPU load is high?
I had once posted a port of a utility that allowed you to manage and control a Hue Lighting system from Asuswrt-merlin - mhue. I was never really happy with the command syntax and lack of a few features. So, I've spent a few months working on a very different and updated version. I call it...
I had once posted a port of a utility that allowed you to manage and control a Hue Lighting system from Asuswrt-merlin - mhue. I was never really happy with the command syntax and lack of a few features. So, I've spent a few months working on a very different and updated version. I call it...
I have a few example scripts that use huetil to show download speeds and another that shows CPU load. They use a few Philips Hue bulbs and the above mentioned huetil script to control the colors.
Look in the examples directory in my github for hueshowspeed and hueshowload