You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eight Sleep CLI
Usage:
clim8 [command]
Available Commands:
daemon Run Eight Sleep scheduler daemon
feats Dump release features
help Help about any command
info Show Eight Sleep Info
off Turn off Eight Sleep Pod
on Turn on Eight Sleep Pod
status Show Eight Sleep status
temp Set the temperature of Eight Sleep Pod
tracks List audio tracks
version Show version number
Flags:
-e, --email string Email address
-h, --help helpfor clim8
-p, --password string Password
-V, --verbose Enable verbose debug logging
Use "clim8 [command] --help"for more information about a command.
Config
Set your config ~/.config/clim8/config.yaml
# Your Eight Sleep credentialsemail: your@email.compassword: your-password# Schedule for automated control (optional)schedule:
- time: "22:00"# 10:00 PM - Turn onaction: "on"
- time: "22:15"# 10:15 PM - Set temperature action: "temp"temperature: "68F"
- time: "01:00"# 1:00 AM - Lower temp for deep sleepaction: "temp"temperature: "65F"
- time: "06:00"# 6:00 AM - Turn offaction: "off"
Manual Commands
You can also control your Eight Sleep pod manually:
# Turn on the pod
clim8 on
# Set temperature (turns on automatically)
clim8 temp 68F
# Turn off the pod
clim8 off
# Check status
clim8 status
Daemon Scheduler
The daemon command runs a background scheduler that automatically controls your Eight Sleep pod based on your configured schedule.
# Run daemon manually
clim8 daemon
# Test your schedule without executing actions
clim8 daemon --dry-run
# Install as system service via homebrew
brew services start blacktop/tap/clim8
The daemon will:
Execute actions at scheduled times throughout the night