Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 871 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 871 Bytes

homebridge-foscam-temperature

This is a plugin for homebridge which makes it possible to control the night light of a Foscam Camera in HomeKit for Foscam Cameras that have night light (Like the Foscam P1).

Information

The night light control is performed from the CGI API of Foscam Cameras.

/cgi-bin/CGIProxy.fcgi?cmd=getNightLightState&usr=admin&pwd=
/cgi-bin/CGIProxy.fcgi?cmd=setNightLightState&state=1&usr=admin&pwd=

Example config

{
  "accessory": "FoscamNightLight",
  "name": "Foscam Night Light",
  "description": "The Night Light from a Foscam P1 Camera",
  "hostname": "The hostname of the foscam camera", <- change this
  "port": "The port of the foscam camera", <- change this
  "username": "username of the foscam", <- change this
  "password": "password of the foscam" <- change this
}