lukas-clarke / eight_sleep

Home Assistant Eight Sleep integration that works with Eight Sleep's new API and OAUTH2
MIT License
62 stars 11 forks source link
eight-sleep home-assistant

Eight Sleep Integration for Home Assistant

hacs_badge

Home Assistant Eight Sleep integration that works with Eight Sleep's V2 API and OAUTH2

Installation

HACS

  1. Add this repository to HACS AS A CUSTOM REPOSITORY.
  2. Search for Eight Sleep, and choose install.
  3. Reboot Home Assistant and configure from the "Add Integration" flow.

NOTE: Ensure neither side is in away mode when setting up the Eight Sleep integration.

Prerequisites

Authentication

To get the OAuth2 login to work you need:

UPDATE: You now only need your user name and password for Eight Sleep's current OAuth2 implementation. If you don't have your client_id and/or client_secret, leave those values blank when setting up the integration.

  • client_id
  • client_secret

To get the client_id and client_secret you can setup a packet capture and a mitm CA to get the unencrypted traffic from your app. You can also decompile the APK to get the values.

The process I used was:

Usage

The integration will function similarly to the previous Home Assistant core Eight Sleep integration. It will import the Eight Sleep bed sides and account as devices.
Setting the temperature on the bed is between a -100 to 100 range. This range is unit-less in the API.

There are a few services you can use on the <..>_bed_temperature entities:


Example Service Calls

Example service call

Example service call yaml

There are a few possible sensor values for each Eight Sleep side. Some ones with caveats are

Entity Owner Type Reliable Notes
Has Water Bed Boolean Yes
Is Priming Bed Boolean Yes
Last Prime Bed Datetime Yes
Needs Priming Bed Boolean Yes
Room Temperature Bed Temperature Yes
Bed Presence Side Presence No Uses behaviours from bed to try and predict presence.
Since eight sleep doesn't expose live presence in the API, can't currently pull a reliable value.
Bed State Side Percent Sort Of This value is pulled directly from the API and relates to the target heating level. While it may not seem to relate to anything, some people are able to use it to correlate a bed presence to.
Bed State Type Side String Yes Options are: "off", "smart:bedtime", "smart:initial", "smart:final"
Bed Temperature Side Temperature Yes* Only accurate when the pod is on.
Breath Rate Side Measurement Yes
Heart Rate Side Measurement Yes
HRV Side Measurement Yes
Next Alarm Side Datetime Yes The alarm ID is available as an attribute on the sensor.
Previous Presence End Side Datetime Yes Unfortunately can't be used for Bed Presence because this doesn't update until after the sleep session is over.
Previous Presence Start Side Datetime Yes Unfortunately can't be used for Bed Presence because this doesn't update until after the sleep session is over.
Sleep Fitness Score Side Measurement Yes
Sleep Quality Score Side Measurement Yes
Routine Score Side Measurement Yes
Sleep Stage Side String No
Time Slept Side Duration Yes

Sensor values are updated every 5 minutes

TODO

FAQS

This is also based on work from https://github.com/lukas-clarke/pyEight and I will likely maintain this repo over the aforementioned one.

Buy Me A Coffee