1.0.0 • Published 8 years ago

homebridge-pi v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

homebridge-pi

A homebridge sensor for Raspberry Pi.

Installation

  1. Install Homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-pi
  3. Update your Homebridge config.json using the sample below.

Configuration

{
  "accessory": "PiTemperature",
  "name": "Raspberry PI Temperature"
}

Fields:

  • accessory must be "PiTemperature" (required).
  • name is the name of the published accessory (required).