openhueControl Philips Hue lights/scenes via the OpenHue CLI.
Install via ClawdBot CLI:
clawdbot install steipete/openhueInstall OpenHue CLI (brew):
brew install openhue/cli/openhue-cliRequires:
Use openhue to control Hue lights and scenes via a Hue Bridge.
Setup
openhue discoveropenhue setupRead
openhue get light --jsonopenhue get room --jsonopenhue get scene --jsonWrite
openhue set light --on openhue set light --off openhue set light --on --brightness 50 openhue set light --on --rgb #3399FF openhue set scene Notes
--room "Room Name" when light names are ambiguous.Generated Mar 1, 2026
Homeowners use OpenHue to automate lighting schedules, create ambiance scenes for different times of day, and control lights remotely. This enables energy savings through automated turn-off routines and enhances home security with scheduled lighting patterns when away.
Hotel staff utilize OpenHue to manage lighting across guest rooms, lobbies, and common areas. They can create welcoming scenes for check-in times, implement energy-saving modes during low occupancy periods, and quickly adjust lighting for events or maintenance.
Facility managers deploy OpenHue to control lighting in office environments based on occupancy, time of day, and natural light levels. This improves employee comfort with appropriate lighting for different tasks while reducing energy consumption through automated dimming and shut-off.
Retail stores implement OpenHue to dynamically adjust lighting to highlight products, create seasonal atmospheres, and match store hours. Different lighting scenes can be triggered for opening, peak hours, and closing to enhance customer experience and product presentation.
Event coordinators use OpenHue to program lighting scenes for different event phases - setup, guest arrival, main program, and cleanup. They can quickly switch between lighting moods for presentations, dining, dancing, or networking without manual light-by-light adjustments.
Companies offer installation and configuration services for OpenHue with Philips Hue systems, providing custom lighting automation setups for residential clients. This includes creating personalized scenes, scheduling routines, and integrating with other smart home devices for comprehensive home automation solutions.
Businesses develop a management layer on top of OpenHue for commercial clients, offering centralized control, analytics, and automation rules for multiple locations. This includes energy usage reporting, compliance monitoring, and remote troubleshooting capabilities for facility managers.
Technology companies build developer tools, SDKs, and cloud services that extend OpenHue functionality, enabling integration with other platforms and applications. This includes mobile app development kits, voice assistant integrations, and IoT platform connectors for broader ecosystem compatibility.
💬 Integration Tip
Ensure the Hue Bridge is on the same network and press its button during initial setup. Use room names to avoid ambiguity when controlling specific lights.
Control Sonos speakers (discover/status/play/volume/group).
Control Eight Sleep pods (status, temperature, alarms, schedules).
BluOS CLI (blu) for discovery, playback, grouping, and volume.
Control Home Assistant smart home devices, run automations, and receive webhook events. Use when controlling lights, switches, climate, scenes, scripts, or any HA entity. Supports bidirectional communication via REST API (outbound) and webhooks (inbound triggers from HA automations).
Use when integrating with Tesla's official Fleet API to read vehicle/energy device data or issue remote commands (e.g. start HVAC preconditioning, wake vehicle, charge controls). Covers onboarding (developer app registration, regions/base URLs), OAuth token flows (third-party + partner tokens, refresh rotation), required domain/public-key hosting, and using Tesla's official vehicle-command/tesla-http-proxy for signed vehicle commands.
Advanced Home Assistant control using the official hass-cli tool. Features auto-completion, event monitoring, history queries, and rich output formatting. Alternative to the curl-based homeassistant skill - choose this if you want a more interactive CLI experience with better discovery and formatting.