• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

shin4299/homebridge-airvisual: Homebridge plugin for AirVisual API

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

shin4299/homebridge-airvisual

开源软件地址:

https://github.com/shin4299/homebridge-airvisual

开源编程语言:

JavaScript 100.0%

开源软件介绍:

homebridge-airvisual

NPM Version

Homebridge plugin for the AirVisual API

Installation

  1. Install homebridge using the instructions at https://github.com/nfarina/homebridge#installation
  2. Install this plugin using: npm install -g homebridge-airvisual
  3. Register for an account and get an API key at https://www.airvisual.com/api
  4. Update the Homebridge configuration file

Configuration

Example config.json:

"accessories": [
  {
    "accessory": "AirVisual",
    "name": "AirVisual",
    "api_key": "",
    "sensor": "air_quality",
    "aqi_standard": "us",
    "latitude": "",
    "longitude": "",
    "city": "",
    "state": "",
    "country": "",
    "polling": false
  }
],

Details

Field Required Default Description
accessory yes AirVisual Must always be AirVisual
name yes AirVisual Can be specified by user
api_key yes Obtain from https://www.airvisual.com/api
sensor no air_quality Must be air_quality, humidity, or temperature
aqi_standard no us Only applicable if sensor is set to air_quality, must be cn (for China) or us (for United States)
latitude no See Location notes below
longitude no See Location notes below
city no See Location notes below
state no See Location notes below
country no See Location notes below
polling no false Must be true or false (must be a boolean, not a string)

Location

By default, AirVisual will use IP geolocation to determine the nearest station to get data from (no configuration needed).

Alternatively, GPS coordinates (latitude and longitude) or a specific city (city, state, and country) can be used.

  • GPS coordinates can be found using https://www.latlong.net

  • A specific city, state, and country can be found using https://www.airvisual.com/world

    • Browse to the desired city

    • Format will be shown as City > State > Country

  • If both latitude, longitude and city, state, country are specified; the GPS coordinates will be used.

Miscellaneous

  • Homebridge supports multiple instances for accessories; the configuration entry can be duplicated for each location and/or sensor type desired.

  • This plugin was developed for the "Community" (free) version of the AirVisual API; additional information is available from the "Startup" and "Enterprise" (paid) versions. Support for that additional information is planned but not yet implemented.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap