Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1016 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 1016 Bytes

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