All Projects → birkir → homebridge-plugin-eufy-security

birkir / homebridge-plugin-eufy-security

Licence: Apache-2.0 license
Eufy security homebridge plugin

Programming Languages

typescript
32286 projects

Homebridge Eufy Security Plugin

This is a work in progress

Mainly a doorbell plugin for now. Will include others later.

What works?

  • Doorbell chime notifications
  • Video camera with audio

Installing

package

npm install -g homebridge-plugin-eufy-security

Config

# Supply your email and password to the config
{
    "platforms": [
        {
            "name": "Eufy",
            "username": "[email protected]",
            "password": "your-password",
            "platform": "EufySecurityHomebridgePlugin"
        }
    ]
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].