51 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2025-12-20 12:22:15 +01:00
---
name: eightctl
2025-12-20 12:54:15 +01:00
description: Control Eight Sleep pods (status, temperature, alarms, schedules).
2025-12-20 21:18:40 +01:00
homepage: https://eightctl.sh
metadata:
{
"openclaw":
{
"emoji": "🛌",
"requires": { "bins": ["eightctl"] },
"install":
[
{
"id": "go",
"kind": "go",
"module": "github.com/steipete/eightctl/cmd/eightctl@latest",
"bins": ["eightctl"],
"label": "Install eightctl (go)",
},
],
},
}
2025-12-20 12:22:15 +01:00
---
# eightctl
2025-12-20 12:54:15 +01:00
Use `eightctl` for Eight Sleep pod control. Requires auth.
2025-12-20 12:22:15 +01:00
2025-12-20 12:54:15 +01:00
Auth
2025-12-20 12:54:15 +01:00
- Config: `~/.config/eightctl/config.yaml`
- Env: `EIGHTCTL_EMAIL`, `EIGHTCTL_PASSWORD`
2025-12-20 12:22:15 +01:00
2025-12-20 12:54:15 +01:00
Quick start
2025-12-20 12:54:15 +01:00
- `eightctl status`
- `eightctl on|off`
- `eightctl temp 20`
Common tasks
2025-12-20 12:54:15 +01:00
- Alarms: `eightctl alarm list|create|dismiss`
- Schedules: `eightctl schedule list|create|update`
- Audio: `eightctl audio state|play|pause`
- Base: `eightctl base info|angle`
Notes
2025-12-20 12:54:15 +01:00
- API is unofficial and rate-limited; avoid repeated logins.
- Confirm before changing temperature or alarms.