Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ageorgios/homebridge-foscam-nightlight

Homebridge Control foscam Night Light from Foscam Cameras that have Night Light
https://github.com/ageorgios/homebridge-foscam-nightlight

Last synced: about 1 month ago
JSON representation

Homebridge Control foscam Night Light from Foscam Cameras that have Night Light

Awesome Lists containing this project

README

        

# homebridge-foscam-temperature

This is a plugin for [homebridge](https://github.com/nfarina/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

```json
{
"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
}
```