当前位置: 首页 > 软件库 > 其他开源 > 物联网 >

homebridge-purpleair-sensor

授权协议 Apache-2.0 License
开发语言 JavaScript
所属分类 其他开源、 物联网
软件类型 开源软件
地区 不详
投 递 者 费辰阳
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

PurpleAir Homebridge Accessory Plugin

This is a Homebridge accessory plugin for monitoring air quality in Apple HomeKit. It creates virtual HomeKitair quality sensors based on real PurpleAir sensors. Once setup, you can also configure home automationbased on air quality changes.

This project was inspired by SANdood's homebridge-purpleair,but with a few changes:

  1. Support homebridge-config-ui-xso the entire project can be configured in its UI.
  2. Support private sensors.
  3. Support VOC sensor reading.
  4. Support different averages, from realtime data, all the way to 1 hour average.
  5. When the sensor is opened by HomeKit, this plugin will dynamically try to refresh the sensor values. However,it reuses the last updated value if it was fetched within 30 secs. This was done to prevent sending too manyAPI requests to PurpleAir's servers. If the sensor is not opened by HomeKit, the plugin will update its valueevery 5 minutes by default.
  6. Allow reporting AQI value instead of PM2.5 density in HomeKit. The author is more used to reading AQI value,but HomeKit has only a field for PM2.5 density value. The plugin allows you to configure displaying AQI valuein the density field.
  7. Work with multiple sensors.
  8. Rewritten in TypeScript, with some unit tests.

Installation

The easiest way to install is through homebridge-config-ui-x UI.Search for homebridge-purpleair-sensor and just click install. Once done, configure it using the UI, and restart homebridge.

If you want to install manually via the command line, run the following:

sudo npm install -g --unsafe-perm homebridge-purpleair-sensor

sudo service homebridge restart  # replace this with the command you need to restart homebridge

Configuration

You can configure this plugin using homebridge-config-ui-x UI.

If you want to configure manually by editing config.json file, add one entry per sensor you want to add to HomeKitto the accessories section. As an example:

"accessories": [
    {
        "accessory": "PurpleAirSensor",
        "sensor": "12345",
        "name": "PurpleAir Indoor Sensor",
        "conversion": "None",
        "averages": "realtime"
    },
    {
        "accessory": "PurpleAirSensor",
        "sensor": "54321",
        "name": "PurpleAir Outdoor Sensor",
        "conversion": "None",
        "averages": "10m"
    }
],

You can set the following fields:

  • accessory (required): must be PurpleAirSensor
  • sensor (required): the sensor number. Find the sensor number by going to PurpleAir's map -> click on a sensor -> Look at the URL. It's the number right after 'select='.
  • name (required): name of the sensor.
  • key (optional): API key for private sensors.
  • conversion (optional): Conversions help accomodate different types of pollution with different particle densities. Supports the following values:
    • None (default)
    • AQandU
    • LRAPA
    • EPA
    • WOODSMOKE
  • averages (optional, default realtime): sensor reading averages, only used with None and AQandU conversions. Supports the following values:
    • realtime
    • 10m: 10 Minute Average
    • 30m: 30 Minute Average
    • 60m: One Hour Average
  • aqiInsteadOfDensity (optional, default false): if true, use the PM2.5 density field to report AQI instead.
  • updateIntervalSecs (optional, default 300): number of seconds the plugin will wait before updating the sensor value again.
  • verboseLogging (optional, default false): if true, log all information at info level so you can see through homebridge logs what the plugin is doing without running homebridge in debug mode.

Development Notes

A few useful commands:

sudo npm run watch

# publish new version
npm login
sudo npm publish

Changelog

  • 1.6.2: Support EPA conversion.
  • 1.5.0: Support private sensors.
  • 1.4.0: Add AQandU and LRAPA conversions.
  • 1.3.0: Added unit tests for parsing and ability to report averages in addition to realtime values.
  • 1.2.0: Verbose logging option.
  • 1.1.0: Allow reporting AQI value in the field for PM2.5 density. I personally like the AQI value because I'm more used to it, but technically HomeKit only supports PM2.5 density rather than AQI.
  • 1.0.0: Initial version.
 相关资料
  • Homebridge-purpleair Homebridge plugin that is showing information about air quality from PurpleAir API. Project is based on homebridge-weather, homebridge-arinow and the original homebridge-purpleair

  • Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。

  • Homebridge Sensors for Plex This plugin for Homebridge adds sensor(s) to HomeKit that are triggered by Plex playbacks. You can use these sensors to trigger HomeKit scenes when Plex starts and stops pl

  • homebridge-ecobee3-sensors Homebridge plugin for exposing wireless temperature and occupancy sensors of your Ecobee 3 Thermostat as HomeKit accesories. The thermostat itself is a HomeKit accessory, bu

  • homebridge-flower-sensor Integrate Parrot Flower Power, the Parrot Pot or the never released Parrot H2O into HomeKit using homebridge. This plugin does not depend upon the now discontinued Parrot Clou

  • homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support