@uboness/homebridge-tahoma
v0.0.6
Published
Homebridge Somfy Tahoma Plugin
Downloads
404
Maintainers
Readme
Homebridge Somfy Tahoma Plugin
Currently only supports up/down RTS screens
!! Experimental !!
Use at own risk
Settings
{
"platform": "Tahoma",
"name": "Tahoma",
"host": string, // the tahoma bridge ip/host
"pin": string, // the tahoma bridge pin
"authToken": string, // the auth token for the tahoma bridge
"defaults"?: {
"blinds"?:
"reverse"?: boolean,
"openTime"?: number, // the duration (in seconds) it takes to fully open the blinds (assuming it's fully closed)
"closeTime?": number // the duration (in seconds) it takes to fully close the blinds (assuming it's fully open)
}
},
"devices"?: {
"<blinds_id_1>"?: {
"name"?: stirng, // the configured name to use
"openTime"?: number, // overrides "defaults.openTime" above
"closeTime"?: number, // overrides "defaults.closeTime" above
},
"<blinds_id_2>"?: {
...
},
...
}
}