Skip to content

Platform plugin for Homebridge allowing to manage and control Verisure devices.

Notifications You must be signed in to change notification settings

skegget/homebridge-verisure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-verisure

This is a plugin for homebridge. It's a working implementation for several Verisure devices:

  • DOORLOCK - Yale Doorman Lock/Unlock
  • HUMIDITY1 - Temperature
  • SIREN1 - Temperature
  • SMARTCAMERA1 - Temperature
  • SMARTPLUG - State, on, off
  • SMOKE2 - Temperature
  • VOICEBOX1 - Temperature

Installation

npm install -g homebridge-verisure

Now you can update your configuration file to enable the plugin, see sample snippet below.

Configuration

As part of your configuration, add an object with your Verisure credentials to your array (list) of enabled platform plugins.

"platforms": [
  {
    "platform" : "verisure",
    "name" : "Verisure",
    "email": "[email protected]",
    "password": "yourT0p5ecre7Passw0rd",
    "doorcode": "000000"
  }
]

About

Platform plugin for Homebridge allowing to manage and control Verisure devices.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Makefile 1.4%