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

homebridge-mi-hygrothermograph

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-mi-hygrothermograph

Homebridge plugin for Xiaomi Mi Bluetooth Temperature and Humidity Sensor

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
32
increased by18.52%
Maintainers
1
Weekly downloads
 
Created
Source

homebridge-mi-hygrothermograph

NPM version

Homebridge plugin for exposing measured temperature and humidity from the Xiaomi Mi Bluetooth Temperature and Humidity Sensor as an HomeKit accessory.

Installation

Make sure your systems matches the prerequisites. You need to have a C compiler, Node.js server. Noble is BLE central module library for Node.js used to discover and read values from the hygrothermograph.

Install libbluetooth-dev and libavahi-compat-libdnssd-dev

These libraries and their dependencies are required by Noble package and provide access to the kernel Bluetooth subsystem.

sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev libavahi-compat-libdnssd-dev

For more detailed information and descriptions of other platforms please see the Noble documentation.

Install homebridge and this library

npm install -g --unsafe-perm homebridge
npm install -g homebridge-mi-hygrothermograph

Homebridge configuration

"accessories": [
    {
      "accessory": "Hygrotermograph",
      "name": "Temperature & Humidity"
    }
]

Keywords

FAQs

Package last updated on 13 Mar 2018

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