@dvcol/homebridge-plugin-withings-sleep
v1.2.1
Published
A simple plugin to expose withings sleep as an occupancy sensor
Downloads
12
Readme
Withings Sleep Homebridge Plugin
This is a simple HomeBridge plugin to expose a switch and an occupancy sensor thourhg a series of webhooks.
Query the following endpoints to toggle on/off
| Endpoint | Description |
|-----------------------|-----------------------------------------|
| /withings/on | Turn on the switch and occupancy sensor |
| /withings/off | Turn off the switch and occupancy sensor |
| /withings/switch/on | Turn on the switch |
| /withings/switch/off| Turn off the switch |
| /withings/occupancy/on | Turn on the occupancy sensor |
| /withings/occupancy/off| Turn off the occupancy sensor |
Optional configs
| Config | Description |
|-----------------------|-----------------------------------------|
| port | Port to run the server on (default 3000) |
| name | Name of the accessory (default Withings Sleep) |
| hosts | List of hosts to allow (default all) |
