Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ageorgios/homebridge-foscam-temperature
Plugin for Homebridge, a sensor from foscam cameras that support temperature
https://github.com/ageorgios/homebridge-foscam-temperature
Last synced: about 1 month ago
JSON representation
Plugin for Homebridge, a sensor from foscam cameras that support temperature
- Host: GitHub
- URL: https://github.com/ageorgios/homebridge-foscam-temperature
- Owner: ageorgios
- License: other
- Created: 2017-01-09T09:21:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T19:38:01.000Z (almost 8 years ago)
- Last Synced: 2024-10-06T03:55:46.325Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 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-temperature
This is a plugin for [homebridge](https://github.com/nfarina/homebridge) which makes it possible to create a temperature sensor
in HomeKit for Foscam Cameras that have temperature sensor.# Information
The temperature is retrieved from the CGI API of Foscam Cameras.
```
http://hostname:port/cgi-bin/CGIProxy.fcgi?cmd=getTemperatureState
```## Example config
```json
{
"accessory": "FoscamTemperature",
"name": "Foscam Temperature Sensor",
"description": "The temperature 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"
}
```