homebridge-eightsleep-pod
TypeScript icon, indicating that this package has built-in type declarations

2.4.4 • Public • Published

homebridge-eightsleep-pod

homebriged plugin for the eightsleep pod

Installation

npm i --save homebridge-eightsleep-pod

Usage

Example config, It will show up as a Heater/Cooler in homekit. Fan speed controls the temperature level.

"platforms": [
    // This is the config for this plugin
    {
      "platform": "EightSleepPod",
      "email": "email@email.com",
      "password": "mypassword",
      "oauthClient": {
          "id": "oauth-client-id",
          "secret": "oauth-client-secret"
      }
    }
    // End of the config
  ],

How do I get my oauth client id and secret?

Check out this comment

Screenshots

tiles controls

License

MI

Package Sidebar

Install

npm i homebridge-eightsleep-pod

Weekly Downloads

1

Version

2.4.4

License

MIT

Unpacked Size

64 kB

Total Files

28

Last publish

Collaborators

  • tjmehta