Skip to content

r00k/govee-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages