1.0.4 • Published 7 years ago

homebridge-esplock v1.0.4

Weekly downloads
21
License
-
Repository
github
Last release
7 years ago

EspLock Plugin

Example config.json:

{
  "accessories": [
    {
        "accessory": "EspLock",
        "name": "Front Door",
        "url": "your-custom-or-homegrown-service-url",
		"lock-id": "1",
        "username" : "your-username",
		"password" : "your-password"
    }
  ]
}

This plugin supports locks controlled by any custom HTTP endpoint via GET (to get state, either "locked" or "unlocked"), and POST (to set new state, same two values). The "lock-id", "username" and "password" parameters are passed along to "url" in each GET request. The same parameters plus "state" are passed along to "url" in each POST request.

See Siri HomeKit Controlled ESP8266 Lock

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago