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-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

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