Skip to content

schurch/homebridge-sensibo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sensibo Sky Homebridge plugin

I primarily wrote this for myself so it's not very robust.

Usage

  1. Go to https://home.sensibo.com/me/api
  2. Login and add an API key (I called mine Homebridge)
  3. Update your Homebridge config with you API key:

{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:43",
    "port": 51826,
    "pin": "031-45-123"
  },
  "description": "Stef's homebridge config",
  "accessories": [],
  "platforms": [
    {
      "platform": "Sensibo",
      "name": "Sensibo",
      "apiKey": "your-api-key-here"
    }
  ]
}

  1. Clone this repo locally
  2. From the repo directory run npm run build
  3. Run npm install -g

About

Homebridge plugin for Sensibo Sky.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published