1.0.3 • Published 7 years ago

homebridge-foscam-temperature v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

homebridge-foscam-temperature

This is a plugin for 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

{
  "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"
}
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago