Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/homebridge-plugins/homebridge-air
Homebridge plugin for AirNow Web-API Air Quality Sensor
https://github.com/homebridge-plugins/homebridge-air
Last synced: about 1 month ago
JSON representation
Homebridge plugin for AirNow Web-API Air Quality Sensor
- Host: GitHub
- URL: https://github.com/homebridge-plugins/homebridge-air
- Owner: homebridge-plugins
- License: isc
- Created: 2024-09-06T03:55:49.000Z (4 months ago)
- Default Branch: latest
- Last Pushed: 2024-11-11T05:23:08.000Z (2 months ago)
- Last Synced: 2024-12-06T14:03:43.948Z (about 1 month ago)
- Language: TypeScript
- Size: 363 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Homebridge Air
The Homebridge Air
plugin allows you monitor the current AirQuality for your Zip Code from HomeKit and Siri.## Installation
1. Search for "Air" on the plugin screen of [Homebridge Config UI X](https://github.com/oznu/homebridge-config-ui-x).
2. Click **Install**.## Configuration
1. Login / create an account at https://airnow.gove/
2. Type in your AirNow.gov API Key and Zip Code
3. Click Save
4. Restart Homebridge## Supported Air Quality Providers
Currently supports AQI Services:
- [AirNow](https://www.airnow.gov/) which is limited to the USA. A valid ZipCode is required.
- [Aqicn](https://www.aqicn.org/) which has international support, provided by the [World Air Quality Index Project](http://waqi.info/).Depending on where exactly you would like to monitor AQI, one service may be more appropriate than the other.
## Supported Air Quality Features
This plugin will create an AirQualitySensor element. The Home app works well, but the Eve app seems to show more measurements. Measurements retrieved are PM2.5, PM10, & O3 for AirNow. Aqicn adds NO2, SO2, CO...
## Thanks
Thank you to [ToddGreenfield](https://github.com/ToddGreenfield) for the the work done on the accesorry based plugin [homebridge-airnow](https://github.com/ToddGreenfield/homebridge-airnow/blob/master/README.md).