npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-mi-hygrothermograph

v3.4.2

Published

Homebridge plugin for Xiaomi Mi Bluetooth Temperature and Humidity Sensor

Downloads

198

Readme

homebridge-mi-hygrothermograph

verified-by-homebridge npm GitHub Workflow Status (branch) Coveralls github

Homebridge plugin for exposing measured temperature, humidity and plant metrics from Xiaomi sensors as HomeKit accessories.

Supported sensors:

alt text

Installation

Make sure your system matches the prerequisites. You need to have a C compiler and Node.js newer or equal to version 16.0.0 installed.

Noble is BLE central module library for Node.js used to discover and read values from the sensor.

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

sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev

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

Install homebridge and this plugin

[sudo] npm install -g --unsafe-perm homebridge
[sudo] npm install -g --unsafe-perm homebridge-mi-hygrothermograph

Note: depending on your platform you might need to run npm install -g with root privileges.

See the Homebridge documentation for more information.

If you are running Homebridge as another user than root (you should) then some additional configuration needs to be made to allow Node.js access to the kernel Bluetooth subsystem without root privileges.

You'll need to grant the node binary cap_net_raw privileges:

sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)

Please see the Noble documentation for more details.

Homebridge configuration

Update your Homebridge config.json file. See config-sample.json for a complete example.

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

| Key | Default | Description | |-------------------------|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | accessory | | Mandatory. The name provided to Homebridge. Must be "Hygrotermograph". | | type | "Hygrotermograph" | Optional. The type of accessory. "Hygrotermograph" or "MiFlora" | | name | | Mandatory. The name of this accessory. This will appear in your Home-app. | | address | | Optional. The address of the device. Used when running multiple devices. | | timeout | 15 | Time in minutes after last contact when the accessory should be regarded as unreachable. If set to 0, timeout will be disabled. | | humidityName | "Humidity" | Name of the humidity sensor as it will appear in your Home-app. Only for Hydrothermograph accessory type. | | temperatureName | "Temperature" | Name of the temperature sensor as it will appear in your Home-app. | | moistureName | "Moisture" | Name of the moisture sensor as it will appear in your Home-app. Only For MiFlora accessory type. | | fertilityName | "Fertility" | Name of the fertility sensor as it will appear in your Home-app. Only for MiFlora accessory type. | | illuminanceName | "Illuminance" | Name of the illuminance sensor as it will appear in your Home-app. Only for MiFlora accessory type. | | fakeGatoEnabled | false | If historical data should be reported to the Elgato Eve App. | | fakeGatoStoragePath | | Optional. Custom path where to save fakegato history. | | fakeGatoOptions | | Optional. Configuration options passed straight to fakegato-history. See the documentation for details about the options. | | mqtt | | Optional. Configuration for publishing values to an MQTT-broker. See the MQTT section for details. | | forceDiscovering | true | Retry start scanning for devices when stopped. For some users scanning will be stopped when connecting to other BLE devices. Setting forceDiscovering to true will start scanning again in these cases. | | forceDiscoveringDelay | 2500 | The delay for when to start scanning again when stopped. Only applicable if forceDiscovering is true. | | updateInterval | | By default values will be updated as they come in. Often this is once per second, if this is not desired updateInterval can be set to how often updates should be made. Accepts values in seconds. | | lowBattery | 10 | At what battery percentage Homekit should start warning about low battery. | | disableBatteryLevel | false | If battery level should not be exposed to Homekit. New E-Ink sensors do currently not support sending battery levels and setting this to true will make Elgato Eve not warn about it. | | temperatureOffset | 0 | An offset to apply to temperature values for calibration if measured values are incorrect. | | humidityOffset | 0 | An offset to apply to humidity values for calibration if measured values are incorrect. Only for Hydrothermograph accessory type. | | moistureOffset | 0 | An offset to apply to moisture values for calibration if measured values are incorrect. Only for MiFlora accessory type. | | fertilityOffset | 0 | An offset to apply to fertility values for calibration if measured values are incorrect. Only for MiFlora accessory type. | | illuminanceOffset | 0 | An offset to apply to illuminance values for calibration if measured values are incorrect. Only for MiFlora accessory type. | | bindKey | | A key which is used to decrypt data sent by sensors with encryption. |

Multiple sensors

When running just one Hygrotermograph accessory there is no need to specify the address of the BLE device. But if you want to run multiple Hygrotermograph accessories you need to specify the BLE address for each of them. If the address is not specified they will interfere with each other.

The easiest way to find the address of the device is to use [sudo] hcitool lescan. It will start a scan for all advertising BLE peripherals within range. Look for MJ_HT_V1 and copy the address. The address is in the format of 4c:64:a8:d0:ae:65.

Update your Homebridge config.json and specify the address key:

"accessories": [
    {
      "accessory": "Hygrotermograph",
      "name": "Room 1",
      "address": "4c:64:a8:d0:ae:65"
    },
    {
      "accessory": "Hygrotermograph",
      "name": "Room 2",
      "address": "2c:34:b3:d4:a1:61"
    },
    {
      "accessory": "Hygrotermograph",
      "type": "MiFlora",
      "name": "Garden",
      "address": "2f:34:b5:d4:a2:20"
    }
]

Note that this step is also required when running Mi Flora devices in the same location as they use the same protocol and their data will be intercepted by this plugin.

MacOS

On MacOS hcitool can't be used since MacOS does not provide a way to read the MAC-address of a BLE device. Instead MacOS assigns a device unique identifier for each BLE device in the format of 5C61F8CE-9F0B-4371-B996-5C9AE0E0D14B. This identifier can be found using MacOS tools like Bluetooth Explorer. One can also run Homebridge with debug-mode enabled by using homebridge -D and then watch the logs for the string "Discovered peripheral" and fetch the value under Id. Use this identifier as address in the configuration file.

You also need to make sure that node is allowed to use Bluetooth. This can be configured in the MacOS Security & Privacy panel. See this issue for more details.

Timeout

If the accessory has not received an updated value from the sensor within the specified timeout it will inform Homekit that the accessory is not responsive by returning an error until it receives an updated value.

The default timeout is 15 minutes but can be changed by specifying the number of minutes under the timeout parameter in config.json:

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

If the timeout parameter is set to 0 timeouts are disabled and and devices will not be reported as unresponsive to Homekit.

Naming

By default the Humidity and Temperature accessories visible in the Home-app will have the names "Humidity" and "Temperature". They can be changed in the Home-app if wanted.

It is also possible to set custom initial values by specifying the humidityName and temperatureName parameters in config.json:

{
  "humidityName": "Luftfuktighet",
  "temperatureName": "Temperatur"
}

Elgato Eve

This plugin has support for adding historical data to the Elgato Eve App by using the excellent module fakegato-history.

When using this feature it's required to specify the address of the device as described in Multiple sensors. This is required because fakegato-history requires a unique serial number for each device.

When restarting Homebridge the Eve app will show the Accessories as having 0% battery until the sensor actually reports its battery status. This can sometimes take a couple of minutes. Just be patient and the actual battery status will show up.

The E-Ink sensors do not report the current battery level. This will cause Elgato Eve to incorrectly warn about low battery. Set disableBatteryLevel to true to disable these warnings.

To enable the Elgato Eve feature set fakeGatoEnabled to true in config.json

{
  "fakeGatoEnabled": true
}

fakegato-history caches historical values into a json-file. Usually located in /var/lib/homebridge or ~/.homebridge. To customise this one can set fakeGatoStoragePath to the desired path:

{
  "fakeGatoStoragePath": "/tmp/"
}

MQTT

The plugin can be configured to publish temperature/humidity/battery values to an MQTT-broker.

Basic configuration:

{
  "mqtt": {
    "url": "mqtt://test.mosquitto.org",
    "temperatureTopic": "sensors/temperature",
    "humidityTopic": "sensors/humidity",
    "batteryTopic": "sensors/battery"
  }
}

Basic configuration for Mi Flora:

{
  "mqtt": {
    "url": "mqtt://test.mosquitto.org",
    "temperatureTopic": "sensors/temperature",
    "moistureTopic": "sensors/moisture",
    "fertilityTopic": "sensors/fertility",
    "illuminanceTopic": "sensors/illuminance",
    "batteryTopic": "sensors/battery"
  }
}

If one is interested in only publishing a specific value just skip configuring the topics wished to ignore:

{
  "mqtt": {
    "url": "mqtt://test.mosquitto.org",
    "temperatureTopic": "sensors/temperature"
  }
}

To enable authentication specify the username and password parameters:

{
  "mqtt": {
    "url": "mqtt://test.mosquitto.org",
    "username": "admin",
    "password": "hunter2",
    "temperatureTopic": "sensors/temperature"
  }
}

For more options see the MQTT.js documentation. Everything set in mqtt will be passed to the options argument on Client. The Client#publish options qos and retain can also be configured the same way.

Encryption

Some Xiaomi sensors have encrypted data. For example LYWSD03MMC. To be able to read the data from this sensor one needs to get a hold of the encryption key. For ways to get this key please read this FAQ entry from the custom-components/sensor.mitemp_bt repository. When found it can be set with the bindKey option.

Thanks ulrich-berl for implementing support for this.

Encryption can also be turned off by installing the ATC_MiThermometer custom firmware. If you find yourself having issues with getting the device working with the bindKey option then give this firmware a try.

Technical details

The plugin scans for Bluetooth Low Energy peripherals and check the broadcast advertisement packets. By only reading the advertisement packet there is no need to establish a connection to the peripheral. Inside each packet discovered we look for Service Data with a UUID of 0xfe95. If found we start trying to parse the actual Service Data to find the temperature and humidity.

By using a Bluetooth LE Sniffer it is possible to see that the peripheral advertises 3 different sized Service Data:

  1. 50:20:aa:01:be:64:ae:d0:a8:65:4c:0d:10:04:cc:00:8a:01
  2. 50:20:aa:01:ba:64:ae:d0:a8:65:4c:06:10:02:84:01
  3. 50:20:aa:01:c0:64:ae:d0:a8:65:4c:0a:10:01:5d

Some bytes stay the same and some bytes change over time. By placing the peripheral in different temperated places it could be established that the last bytes contain the sensor data.

These were the observations:

  • In the first example the last two bytes 8a:01 contains the humidity data. 8a:01 as an little endian 16-bit integer is equal to 394 as in 39.4 % relative humidity. If we check the next two bytes cc:00 they equal to 204 as in 20.4 celsius.
  • In the second example 84:01 equals to 388 as in 38.8 % relative humidity. No temperature could be found in this data, more on that later.
  • In the shortest and third example 5d equals to 93 and this very much looks like the charge level on the battery in percent.
  • If we start looking at the other bytes in order the next one looks like a length indicator for the following bytes with 04, 02 and 01 as values.
  • The following two bytes almost always stays the same for each sized packet except for the 16 bytes sized data here they alterate between 06:10 and 04:10. After some investigation it is established that these bytes indicate what type of sensor data that will follow. 06:10 will have humidity data and 04:10 will have temperature data. 0d:10 indicate that both humidity and temperature data will follow and 0a:10 that battery data is to be expected.

So we actually have 4 different packets that contains the sensor data:

  1. 50:20:aa:01:be:64:ae:d0:a8:65:4c:0d:10:04:cc:00:8a:01
  2. 50:20:aa:01:ba:64:ae:d0:a8:65:4c:06:10:02:84:01
  3. 50:20:aa:01:bf:65:ae:d0:a8:65:4c:04:10:02:cc:00
  4. 50:20:aa:01:c0:64:ae:d0:a8:65:4c:0a:10:01:5d

After some investigation and thanks to node-xiaomi-gap-parser it is probable that the data of 50:20:aa:01:be:64:ae:d0:a8:65:4c:0d:10:04:cc:00:8a:01 represents the following:

| byte | function | type | |:-----:|---------------|-----------| | 1-2 | Frame control | bit field | | 3-4 | ID | uint16LE | | 5 | Index | uint8LE | | 6-11 | MAC-address | string | | 12-13 | Type of data | uint16LE | | 14 | Length | uint8LE | | 15-16 | Temperature | int16LE | | 17-18 | Humidity | uint16LE |

Bytes 1-14 have the same function for all 4 variations but the following bytes contain different sensor data.

Automation (iOS 13+)

There is a new very handy automation option in iOS 13 allowing us to convert home automation rule to "Advanced shortcut".

Using that you can make rules like "If temperature drops below 21C and someone is at home and it is not during night then turn on heater". Unfortunately you can't normally bind this rule to any timer trigger. However you can use other homebridge plugin which fakes sensor events e.g. every 5 seconds and you can bind that rule to it! Check https://github.com/nitaybz/homebridge-delay-switch

Known problems

Some hardware combinations are problematic and may cause weird troubles like sensor timeout after some time etc.

  • Asus BT-400 bluetooth dongle (at least in combination with older RPi 2B)
  • Raspbian Stretch is known to get recurring timeouts with certain RPi-models. Upgrade to Buster or newer and if not possible one can mitigate this by triggering a hcitool lescan. Automate this by adding the following to your crontab file: 0 * * * * sudo timeout -s INT 1s hcitool lescan.

Mi Flora Fertility level notice

Soil Fertility measures in μS/cm. Plugin will expose it as a separate Light sensor and show lux instead, due to lack of suitable Characteristic types in HomeKit.

Legal

Xiaomi and Mi are registered trademarks of BEIJING XIAOMI TECHNOLOGY CO., LTD.

This project is in no way affiliated with, authorized, maintained, sponsored or endorsed by Xiaomi or any of its affiliates or subsidiaries.