Skip to content

Homebridge plugin to control stateless switch via Raspberry Pi GPIO pins.

License

Notifications You must be signed in to change notification settings

albertoxamin/homebridge-gpio-stateless-switch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-gpio-relay-lock

Homebridge plugin to control stateless lock relay via Raspberry Pi GPIO pins

Example config

{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },
  "description": "This is an example configuration for the Homebridge GPIO Stateless Switch plugin",
  "accessories": [
    {
      "accessory": "ElectromagneticLock",
      "name": "Entrance Lock",
      "pin": 5,
      "activeLow": true
    }
  ]
}

About

Homebridge plugin to control stateless switch via Raspberry Pi GPIO pins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%