← 返回
开发者工具 Key 中文

Govee Lights Control

Control Govee smart lights to turn on/off, adjust brightness, set colors, and manage device states via the Govee API.
{ "answer": "通过 Govee API 控制 Govee 智能灯开关、调节亮度、设置颜色及管理设备状态。" }
joeynyc
开发者工具 clawhub v1.0.0 1 版本 99843.9 Key: 需要
★ 2
Stars
📥 2,519
下载
💾 38
安装
1
版本
#govee#home automation#latest#lights

概述

Govee Lights Control

Control Govee smart lights using natural language commands.

Quick Reference

CommandExample
------------------
List devicespython3 scripts/govee.py list
Turn onpython3 scripts/govee.py on "lamp"
Turn offpython3 scripts/govee.py off "lamp"
Brightnesspython3 scripts/govee.py brightness "lamp" 75
Colorpython3 scripts/govee.py color "lamp" 255 100 50

Natural Language Patterns

  • "Turn on [device name]"
  • "Turn off [device name]"
  • "Set [device name] to [brightness]%"
  • "Set [device name] to [color name or RGB]"
  • "Dim/Brighten [device name]"

Setup

  1. Get API key from Govee Developer Portal
  2. Set environment variable: export GOVEE_API_KEY="your-key"
  3. Install dependencies: pip3 install requests

Usage Examples

# List all devices
python3 scripts/govee.py list

# Control lights
python3 scripts/govee.py on "living room"
python3 scripts/govee.py off bedroom
python3 scripts/govee.py brightness "desk lamp" 50

# Set colors (RGB 0-255)
python3 scripts/govee.py color "strip" 255 0 0      # Red
python3 scripts/govee.py color "strip" 0 255 0      # Green
python3 scripts/govee.py color "strip" 255 165 0    # Orange

Troubleshooting

See TROUBLESHOOTING.md for common issues.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 14:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,920
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,450
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,503