Skip to content

HTTP controlled ESP8266 lock accessory plugin for Homebridge

Notifications You must be signed in to change notification settings

myk3y/homebridge-esplamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EspLamp Plugin

Example config.json:

{
  "accessories": [
    {
        "accessory": "EspLamp",
        "name": "Lamp",
        "url": "your-custom-or-homegrown-service-url",
		"lamp-id": "1",
        "username" : "your-username",
		"password" : "your-password"
    }
  ]
}

This plugin supports lamps controlled by any custom HTTP endpoint via GET (to get state, either "on" or "off"), and POST (to set new state, same two values). The "lamp-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.

About

HTTP controlled ESP8266 lock accessory plugin for Homebridge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%