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

mrysz/homebridge-air-quality: Homebridge plugin to show air quailty, temperature ...

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

开源软件名称:

mrysz/homebridge-air-quality

开源软件地址:

https://github.com/mrysz/homebridge-air-quality

开源编程语言:

JavaScript 100.0%

开源软件介绍:

Homebridge-air-quality

Homebridge plugin to show informations about air quality, temperature and humidity, provided by Airly.

Plugin inspired by homenridge-airly.

Instalation

NPM

  1. Install required package: npm install -g homebridge-air-quality.
  2. Create new account in Airly.eu https://developer.airly.eu/register and get your individual API Key.
  3. Find your coordinates (latitude and longitude). You should be in range of minimum one sensor.
  4. Update your configuration file, including API Key, coordinates, and select which sensors to show in HomeApp.

Configuration

"accessories": [
    {
         "accessory":"AirQuality",
         "name":"Air Quality",
         "apikey":"YOUR_API_KEY",
         "latitude":"YOUR_LATITUDE",
         "longitude":"YOUR_LONGITUDE",
         "pollingInterval":300,
         "showAirQualityIndex":true,
         "airQualityIndexName":"Air Quality",
         "showHumidity":true,
         "humidityName":"Humidity",
         "showTemperature":true,
         "temperatureName":"Temperature"
    }
]

Settings

  • accessory must be "AirQuality" (required)
  • name of the accessory
  • apikey API key from Airly Developers (required)
  • latitude your latitude e.g. "52.333658" (required)
  • longitude your longitude e.g. "20.886986" (required)
  • pollingInterval how often fetch new data from Airly, in seconds (optional, default to 300)
  • showAirQualityIndex show or hide air quality sensor (optional, default to false)
  • airQualityIndexName name of air quality sensor (optional, default to "Air Quality")
  • showHumidity show or hide humidity sensor (optional, default to false)
  • humidityName name of humidity sensor (optional, default to "Humidity")
  • showTemperature show or hide temperature sensor (optional, default to false)
  • temperatureName name of temperature sensor (optional, default to "Temperature")

Minimal configuration

Minimal configuration consists only 4 lines, but nothing will be shown in HomeApp. You should set true to at least one option witch begins with show....

"accessories": [
    {
         "accessory":"AirQuality",
         "name":"Air Quality",
         "apikey":"YOUR_API_KEY",
         "latitude":"YOUR_LATITUDE",
         "longitude":"YOUR_LONGITUDE",
    }
]



鲜花

握手

雷人

路过

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

请发表评论

全部评论

专题导读
上一篇:
corecoding/radiothermostat: radiothermostat plugin for homebridge: https://githu ...发布时间:2022-06-17
下一篇:
ave / 90dns · GitLab发布时间:2022-06-17
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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