Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ageorgios/homebridge-foscam-humidity
Plugin for Homebridge, a sensor from foscam cameras that support humidity
https://github.com/ageorgios/homebridge-foscam-humidity
Last synced: about 1 month ago
JSON representation
Plugin for Homebridge, a sensor from foscam cameras that support humidity
- Host: GitHub
- URL: https://github.com/ageorgios/homebridge-foscam-humidity
- Owner: ageorgios
- License: other
- Created: 2017-01-09T21:53:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T19:37:24.000Z (almost 8 years ago)
- Last Synced: 2024-01-01T11:06:05.738Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-foscam-humidity
This is a plugin for [homebridge](https://github.com/nfarina/homebridge) which makes it possible to create a humidity sensor
in HomeKit for Foscam Cameras that have humidity sensor.# Information
The humidity is retrieved from the CGI API of Foscam Cameras.
```
http://hostname:port/cgi-bin/CGIProxy.fcgi?cmd=getHumidityState
```## Example config
```json
{
"accessory": "FoscamHumidity",
"name": "Foscam Humidity Sensor",
"description": "The humidity sensor from a Foscam P1 Camera",
"hostname": "The hostname of the foscam camera",
"port": "The port of the foscam camera",
"username": "username of the foscam",
"password": "password of the foscam"
}
```