Skip to content

cevatkerim/homebridge-foscamsensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-foscamsensor

npm version

Motion sensor plugin for Homebridge.

This plugin is heavily influenced by the work of SphtKr homebridge-filesensor.

This plugin creates a motion sensor accessory based on reading the log file of the foscam ip camera. Currently I only tested this with FI8918W.

Configuration

Key Description
ip Ip address of the camera ip:port
interval How many milliseconds it should query the camera log
user Username for the camera.
pwd Password for the camera.
{
    "accessory": "homebridge-foscamsensor.FoscamSensor",
    "name": "Office Den",
    "ip": "192.168.1.16:8092",
    "interval": "2000",
    "user": "admin",
    "pwd": "password"
}

Enjoy!

Kerim Incedayi

About

homebridge motion sensor using foscam ip cameras

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published