What problem does it solve?
This skill enables home automation users to control Philips Hue lights and scenes programmatically via the OpenHue CLI, eliminating manual button presses and enabling scripted lighting control.
Core Features & Use Cases
- Discover and connect Hue Bridges with the CLI (openhue discover).
- Setup and pair the Bridge (openhue setup).
- Read current state of lights, rooms, and scenes (openhue get light/room/scene --json).
- Write state to devices and scenes (openhue set light/scene with on/off, brightness, and color).
- Use cases include ambient lighting automation, scene changes for entertainment, and remote control via scripts.
- Notes: You may need to press the Hue Bridge button during setup and specify room names for disambiguation.
Quick Start
Discover and connect to your Hue bridges, then perform a sample control:
- Discover: openhue discover
- Setup: openhue setup
- Example: Turn on the Living Room light: openhue set light "Living Room" --on