homebridge-pi

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i homebridge-pi

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • markwj