GitHunt
R0

r00k/govee-cli

govee-cli

A simple CLI to read Govee temperature/humidity sensors via the Govee API.

Installation

go install github.com/ben/govee-cli@latest

Or build from source:

go build -o govee-cli .

Setup

Get your API key from the Govee Home app: Settings → Apply for API Key

export GOVEE_API_KEY=your-api-key

Usage

govee-cli list              # List all devices
govee-cli status            # Get all readings
govee-cli status "1 mbr"    # Get specific device by name

Example Output

NAME           TEMP    HUMIDITY  ONLINE
1 mbr          64.4°F  34.9%     yes
2 dine rm.     70.7°F  29.3%     yes
3 front porch  34.5°F  17.4%     yes

Languages

Go100.0%

Contributors

Created January 25, 2026
Updated January 27, 2026