openhue
✓Verified·Scanned 2/18/2026
Control Philips Hue lights/scenes via the OpenHue CLI.
from clawhub.ai·v7042072·968 B·0 installs
Scanned from 1.0.0 at 7042072 · Transparency log ↗
$ vett add clawhub.ai/steipete/openhue
OpenHue CLI
Use openhue to control Hue lights and scenes via a Hue Bridge.
Setup
- Discover bridges:
openhue discover - Guided setup:
openhue setup
Read
openhue get light --jsonopenhue get room --jsonopenhue get scene --json
Write
- Turn on:
openhue set light <id-or-name> --on - Turn off:
openhue set light <id-or-name> --off - Brightness:
openhue set light <id> --on --brightness 50 - Color:
openhue set light <id> --on --rgb #3399FF - Scene:
openhue set scene <scene-id>
Notes
- You may need to press the Hue Bridge button during setup.
- Use
--room "Room Name"when light names are ambiguous.