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
npm install -g homebridge-verisure
Now you can update your configuration file to enable the plugin, see sample snippet below.
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"
}
]