1.1.18 • Published 7 years ago
homebridge-linux-temp-plus v1.1.18
Installation
- Install Homebridge using:
npm install -g homebridge - Install this plugin using:
npm install -g homebridge-linux-temp-ed - Update your Homebridge
config.jsonusing the sample below.
Configuration
{
"accessory": "LinuxTemperature",
"name": "Sensor Temperature",
"sensor_path": "/sys/bus/platform/devices/coretemp.0/hwmon/hwmon0/temp1_input",
"divisor": 1000
}Fields:
accessorymust be "LinuxTemperature" (required).nameis the name of the published accessory (required).sensor_pathis the path to a file (typically in/sysor/procthat contains just the temperature value (required).divisoris the amount to divide the temperature value by (e.g. typically Linux provides milli-degrees, so a divisor of 1000 gives degrees)
1.1.18
7 years ago
1.1.17
7 years ago
1.1.16
7 years ago
1.1.15
7 years ago
1.1.14
7 years ago
1.1.13
7 years ago
1.1.12
7 years ago
1.1.11
7 years ago
1.1.10
7 years ago
1.1.9
7 years ago
1.1.8
7 years ago
1.1.7
7 years ago
1.1.6
7 years ago
1.1.5
7 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago