Warm key-light control for Logitech Litra — from an Elgato Stream Deck,
including dials on Stream Deck+.
Not an official Logitech or Elgato product.
Power · Brightness · Temperature
| Action | Key | Dial (Stream Deck+) | |
|---|---|---|---|
| Power | On / off / toggle | — | |
| Brightness | Jump to a preset % | Rotate to adjust; press toggles power | |
| Temperature | Jump to a preset Kelvin | Rotate to adjust; press toggles power |
- Works with all connected Litra devices at once (no per-light picker yet)
- Beam LX front brightness uses a corrected lumen read (stock JS only used the low byte)
- macOS and Windows (USB; Bluetooth control is not supported by the underlying stack)
End users only need Stream Deck software and a USB-connected Litra — nothing else to install (no Node, no litra CLI, no Homebrew). The plugin ships with its USB HID stack baked in.
Under the hood (for developers): it uses the litra Node library in-process over USB HID — no CLI subprocess.
| Light | Front power / brightness / temperature |
|---|---|
| Litra Glow | Yes |
| Litra Beam | Yes |
| Litra Beam LX | Yes (front key light) |
Not included (yet): Beam LX rear RGB / G HUB effect presets. Research notes are in ref/hid-captures/NOTES.md.
To use the plugin (install from Releases)
- Stream Deck software 7.1+
- A Litra connected over USB
- macOS 12+ or Windows 10+
You do not need Node.js, npm, Homebrew, or the litra CLI.
Quit Logitech G HUB if HID access fights the plugin (especially on macOS).
To build from source (contributors only)
- Node.js 20
- npm
- Download the latest
.streamDeckPluginfrom Releases. - Double-click the file (or open it with Stream Deck).
- Drag Power, Brightness, or Temperature onto your layout.
That’s the full end-user install — the package already includes litra / node-hid.
If you linked a local/dev copy earlier, unlink it first:
streamdeck unlink com.ssheppdev.litragit clone https://github.com/SSheppDev/streamdeck-litra.git
cd streamdeck-litra
npm install
npm run buildnpm run link # streamdeck link ./com.ssheppdev.litra.sdPlugin
npm run watch # rebuild + restart on changenpm run packWrites release/com.ssheppdev.litra.streamDeckPlugin.
Validate without packing:
npm run validate- Brightness / temperature keys show the configured preset as the title.
- Dials use Stream Deck’s built-in
$A1layout; rotate adjusts, press toggles front power. - With no lights connected, actions show Stream Deck’s alert indicator.
- Multiple lights are always controlled together in v1.
- timrogers/litra — HID protocol / Node library
- Elgato Stream Deck SDK
See SECURITY.md for how to report vulnerabilities and this project’s secrets policy.




