1.0.23 • Published 6 years ago

homebridge-linux-temp-ed v1.0.23

Weekly downloads
25
License
MIT
Repository
github
Last release
6 years ago

Installation

  1. Install Homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-linux-temp-ed
  3. Update your Homebridge config.json using the sample below.

Configuration

{
  "accessory": "LinuxTemperature",
  "name": "Sensor Temperature",
  "sensor_path": "/sys/bus/platform/devices/coretemp.0/hwmon/hwmon0/temp1_input",
  "divisor": 1000
}

Fields:

  • accessory must be "LinuxTemperature" (required).
  • name is the name of the published accessory (required).
  • sensor_path is the path to a file (typically in /sys or /proc that contains just the temperature value (required).
  • divisor is the amount to divide the temperature value by (e.g. typically Linux provides milli-degrees, so a divisor of 1000 gives degrees)
1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago