This is a work in progress
Mainly a doorbell plugin for now. Will include others later.
- Doorbell chime notifications
- Video camera with audio
package
npm install -g homebridge-plugin-eufy-security
Config
# Supply your email and password to the config
{
"platforms": [
{
"name": "Eufy",
"username": "your-email@gmail.com",
"password": "your-password",
"platform": "EufySecurityHomebridgePlugin"
}
]
}