Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Control Eight Sleep pods (status, temperature, alarms, schedules).
How to use
Zainstaluj eightctl za pomocą Go, uruchamiając polecenie
go install github.com/steipete/eightctl/cmd/eightctl@latest. Upewnij się, że binarka eightctl znajduje się w ścieżce systemowej.Skonfiguruj uwierzytelnienie, tworząc plik
~/.config/eightctl/config.yamlz danymi logowania do Eight Sleep, lub ustaw zmienne środowiskoweEIGHTCTL_EMAILiEIGHTCTL_PASSWORD.Sprawdź status łóżka poleceniem
eightctl status, aby potwierdzić, że połączenie działa prawidłowo.Kontroluj podstawowe funkcje: włącz lub wyłącz łóżko za pomocą
eightctl onlubeightctl off, a temperaturę ustaw poleceniemeightctl temp 20(zastąp 20 żądaną wartością w stopniach).Zarządzaj alarmami za pośrednictwem
eightctl alarm list(wyświetl istniejące),eightctl alarm create(utwórz nowy) lubeightctl alarm dismiss(odrzuć aktywny alarm).Konfiguruj harmonogramy snu poleceniami
eightctl schedule list,eightctl schedule createlubeightctl schedule update, aby zautomatyzować ustawienia łóżka na określone godziny.