EN DE
← ← Back to Index

openhue

smart-home › openhue v1.0.0
Smart-Home Hue Lights IoT Automation

Description

Control Philips Hue lights, scenes, rooms via OpenHue CLI.

Relevance to Our Projects

Control Philips Hue lights, scenes, rooms via OpenHue CLI.

SKILL.md Preview

# OpenHue CLI

Control Philips Hue lights and scenes via a Hue Bridge from the terminal.

## Prerequisites

```bash
# Linux (pre-built binary)
curl -sL https://github.com/openhue/openhue-cli/releases/latest/download/openhue-linux-amd64 -o ~/.local/bin/openhue && chmod +x ~/.local/bin/openhue

# macOS
brew install openhue/cli/openhue-cli
```

First run requires pressing the button on your Hue Bridge to pair. The bridge must be on the same local network.

## When to Use

- "Turn on/off the lights"

← ← Back to Index