npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@homebridge-plugins/homebridge-air

v2.0.0

Published

The AirNow plugin allows you to monitor the current AirQuality for your Zip Code from HomeKit and Siri.

Readme

Homebridge Air

Installation

  1. Search for "Air" on the plugin screen of Homebridge Config UI X.
  2. Click Install.

Configuration

  1. Login / create an account at https://www.airnow.gov/ or at https://aqicn.org/api/ as applicable for your location
  1. Select your Provider: AirNow or Apicn

  2. Enter your AirNow.gov or Aqicn API Key

  3. Enter your City and Latitude / Longitude (4 decimal places is sufficient). Note that City may be ambiguous, so you should always enter Latitude and Longitude for location accuracy

  4. Optional Matter settings (Homebridge v2.0+):

    • options.enableMatter: true to explicitly request Matter. If Matter is unavailable or disabled, the plugin logs a warning and falls back to HAP.
    • options.preferMatter: true to use Matter when available and enabled, but silently fall back to HAP otherwise.
  5. Migration behavior:

    • Switching from HAP to Matter removes stale cached HAP accessories.
    • Switching from Matter to HAP removes stale cached Matter accessories.
  6. Click Save

  7. Restart Homebridge

Supported Air Quality Providers

Currently supports AQI Services:

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...

Contributing

We welcome contributions! Please note our beta branch strategy:

  • All PRs must target a beta branch first (format: beta-X.Y.Z)
  • Issues must have semantic versioning labels (patch, minor, major) before assignment
  • Use our helper script to create beta branches: ./scripts/create-beta-branch.sh
  • See our Contributing Guide for detailed instructions

For GitHub Copilot users, please review our Copilot Instructions.

Thanks

Thank you to ToddGreenfield for the the work done on the accesorry based plugin homebridge-airnow.