Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-temperature-sysctl

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-temperature-sysctl

sysctl temperature sensor plugin for Homebridge

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

homebridge-temperature-sysctl

sysctl system/CPU temperature plugin for Homebridge

Tested on FreeBSD using the coretemp Intel Core on-die digital thermal sensor driver, but this plugin is sufficiently generic it should work on any system which exposes temperatures over sysctl.

Installation

  1. Install Homebridge using npm install -g homebridge
  2. Install this plugin npm install -g homebridge-sysctl
  3. Update your configuration file - see below for an example

Configuration

  • accessory: "temperature-sysctl"
  • name: descriptive name
  • sysctls: an object mapping the sysctl names to Homebridge names

Example configuration:

    "accessories": [
	{
		"accessory": "temperature-sysctl",
		"name": "temperature-sysctl",
		"sysctls": {
		      "hw.acpi.thermal.tz1.temperature": "ACPI TZ1",
		      "hw.acpi.thermal.tz0.temperature": "ACPI TZ0",
		      "dev.cpu.7.temperature": "CPU #7",
		      "dev.cpu.6.temperature": "CPU #6",
		      "dev.cpu.5.temperature": "CPU #5",
		      "dev.cpu.4.temperature": "CPU #4",
		      "dev.cpu.3.temperature": "CPU #3",
		      "dev.cpu.2.temperature": "CPU #2",
		      "dev.cpu.1.temperature": "CPU #1",
		      "dev.cpu.0.temperature": "CPU #0"
	    }
	}
    ]

A TemperatureSensor service will be created for each sysctl.

License

MIT

Keywords

FAQs

Package last updated on 07 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc