0.0.6 • Published 7 months ago

@uboness/homebridge-tahoma v0.0.6

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 months ago

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>"?: {
            ...
        },
        ...
    }
}
0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago