0.0.2 • Published 4 years ago

homebridge-thekeys v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

homebridge_thekeys

install the plugin

git clone https://github.com/benoit-tk/homebridge_thekeys.git
cd homebridge_thekeys
npm install -g .

Requirement

Pack domotique

Create the access

Configure the plugin

Find the "ID Serrure" from api.the-keys.fr (here 1751): Configuration

Edit config.json (~/.homebridge/config.json), and add the configuration:

    "accessories": [
        ....,
        {
            "accessory":      "TheKeys",
            "name":           "TK Maison",
            "locker_name":    "TK Maison",
            "identifier":     "1751",
            "code":           "0Ge3uGsPVYwVxLZM",
            "ip":             "192.168.0.10"
        }
    ]