This is a Node.js port of the Python script for controlling HP Tracer LED lighting systems.
This script was converted from a Python sript I found on Reddit by ravicc (Linked Here). I'll have the python script in the repo in case the above link fails to work.
I needed a way to change the RGB lighting on my motherboard on Linux as I do not use Windows. This NodeJS project can change the RGB lighting on both Linux and Windows and does not require the HP Omen app to be installed.
Special shoutout to ravicc on reddit for doing the initial work on this!
- Node.js (version 12 or higher)
- HP device with VID: 0x103c, PID: 0x84fd (
ID 103c:84fd HP TracerLED
)
- Install dependencies:
npm install
The script is initially configured to just turn everything off
Most of the bytes are documented (Again, thanks ravicc) so you should be able to configure anything you need in the main script hpomenrgb.js
.
Configuration Documentation has been made if you need
Run the script:
npm start
or directly:
node hpomenrgb.js