homebridge-pi
homebridge-pi copied to clipboard
A homebridge sensor for Raspberry Pi to show CPU temperature
trafficstars
homebridge-pi
A homebridge sensor for Raspberry Pi.
Installation
- Install Homebridge using:
npm install -g homebridge - Install this plugin using:
npm install -g homebridge-pi - Update your Homebridge
config.jsonusing the sample below.
Configuration
{
"accessory": "PiTemperature",
"name": "Raspberry PI Temperature"
}
Fields:
accessorymust be "PiTemperature" (required).nameis the name of the published accessory (required).