Supports window cover devices on HomeBridge Platform
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-window-cover
- Update your configuration file as bellow.
Configuration sample:
{
"bridge": {
...
},
"description": "...",
"accessories": [
{
"accessory": "WindowCover",
"name": "Window Cover Demo",
"id": "123",
"pythonScriptPath": "ABSOLUTE_PATH_TO_SCRIPT",
"pythonScriptName": "SCRIPT_NAME.py"
"apiroute": "ABSOLUTE_URL"
}
],
"platforms":[]
}