Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.
/ homebridge-esplock Public archive

HTTP controlled ESP8266 lock accessory plugin for Homebridge

Notifications You must be signed in to change notification settings

volca/homebridge-esplock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

HTTP controlled ESP8266 lock accessory plugin for Homebridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published