Skip to content

markwj/homebridge-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A homebridge sensor for Raspberry Pi to show CPU temperature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published