Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ageorgios/homebridge-foscam-nightlight
- Owner: ageorgios
- License: other
- Created: 2017-01-20T09:14:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T19:44:05.000Z (almost 8 years ago)
- Last Synced: 2024-11-18T00:38:07.494Z (about 1 month ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
```