homebridge-air-sensor

0.0.29 • Public • Published

homebridge-air-sensor

This plugin is designed to interact with an external API, such as this one I made for a BME688 on a Pi Zero, and expose the data to the Home app.

Features

  • Supports the following values/metrics:
    • Temperature
    • Humidity
    • Air Quality Index (1-5)
    • Volatile Organic Compounds (ppm)
    • Carbon Monoxide (detected + ppm)
    • Carbon Dioxide (detected + ppm)

Example Config

{
  // ...
  "accessories": [
    {
      "name": "Air Quality Sensor",
      "api_endpoint": "http://192.168.1.203:5555/report.json",
      "features": {
        "aqi": true,
        "voc": true,
        "co2": false
      },
      "accessory": "AirQualitySensor"
    }
  ]
  // ...
}

Readme

Keywords

Package Sidebar

Install

npm i homebridge-air-sensor

Weekly Downloads

0

Version

0.0.29

License

ISC

Unpacked Size

29.9 kB

Total Files

7

Last publish

Collaborators

  • thinkierier