homebridge-pi

A homebridge sensor for Raspberry Pi to show CPU temperature

MIT License

Downloads
14
Stars
26
Committers
2

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