Skip to content

mitchellurgero/HPOmenTracerLEDScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HP Tracer LED Control - Node.js

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!

Prerequisites

  • Node.js (version 12 or higher)
  • HP device with VID: 0x103c, PID: 0x84fd (ID 103c:84fd HP TracerLED)

Installation

  1. Install dependencies:
npm install

Usage

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

About

NodeJS Script to change the HP Omen RGB Lighting on an OS other than Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published