I primarily wrote this for myself so it's not very robust.
- Go to https://home.sensibo.com/me/api
- Login and add an API key (I called mine
Homebridge
) - 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"
}
]
}
- Clone this repo locally
- From the repo directory run
npm run build
- Run
npm install -g