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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@fjs21/homebridge-blueair

v1.3.1

Published

BlueAir plugin for Homebridge

Downloads

111

Readme

Homebridge-BlueAir

Downloads Version verified-by-homebridge

GitHub issues GitHub pull requests

Original plugin not maintained but still available

Link to Original Plugin Repo

See Wiki for readme and further details.

Update to dynamic platform

The plugin was forked and updated completely to a typescript-based dynamic platform supporting the automatic configuration of devices with just the username and password.

Support for configuration in the Homebridge UI has also been added to simplify setup.

Installation

npm install homebridge-blueair

Features

  • Easy configuration - all you need is your username and password to get started. The defaults work for the vast majority of users.

  • Automatic detection and configuration of multiple BlueAir devices. By default - all of your supported devices are made available in HomeKit.

  • NEW support for AWS-based models such as the HealthProtect and DustMagnet models. Please check the 'enable AWS API connection' to try out this new feature developed by @jonato1.

Supported Devices / Features

| Device | Air Purifier | LED Status Switch | AQI (PM 1) | AQI (PM 2.5) | AQI (PM 10) | AQI (tVOC) | CO2 Sensor | Temp. Sensor | Humidity Sensor | Night Mode | Germ Shield | |----------------------------------------------------------|:------------:|:-----------------:|:-----------:|:------------:|:-----------:|:-----------:|:----------:|:------------:|:---------------:|:----------:|:-----------:| | Classic (280i, 290i, 380i, 480i, 490i, 580i, 680i, 690i) | Y | Y | N | Y | N | Y | Y | Y | Y | N | N | | Classic (205, 405, 505, 605) | Y | Y | N | N | N | N | N | N | N | N | N | | Aware | Y | Y | N | Y | Y | Y | Y | Y | Y | N | N | | DustMagnet (5210, 5410) | Y | Y | N | Y | N | N | N | N | N | Y | N | | HealthProtect (7440i, 7470i, 7710i) | Y | Y | In Progress | Y | In Progress | In Progress | N | Y | N | Y | Y | | Blue Pure (211i Max, 311i+ Max, 411i Max) | Y | Y | In Progress | Y | In Progress | N | N | N | N | Y | N |

Note: For all newer Blueair devices that leverage AWS infrastructure (i.e. DustMagnet, HealthProtect, and Blue Pure), the only current regions supported are US and Canada/EU. Please open a new issue if you need a new region configured.

To do

  • Continue to add support for additional models. Match capabilities to Homekit device. See Issue #6.

Plugin Configuration

Feature Toggles

  • Enable AWS-enabled devices (This is required for devices like DustMagnet, HealthProtect, and Blue Pure.)
  • Hide LED
  • Hide Air Quality Sensor
  • Hide Temperature Sensor
  • Hide Humidity Sensor
  • Hide CO2 Sensor
  • Hide Night Mode
  • Hide Germ Shield

If you choose to configure this plugin directly instead of using the Homebridge Configuration web UI, you'll need to add the platform to your config.json in your home directory inside .homebridge.

"platforms": [{
    "platform": "BlueAir",
    "username": "[email protected]",
    "password": "password"
}]

For most people, I recommend using Homebridge Configuration web UI to configure this plugin rather than doing so directly. It's easier to use for most users, especially newer users, and less prone to typos, leading to other problems.

Credits

Many thanks to @jonato1 for his hard work developing the Amazon Web Services (AWS) API and associate accessories.

This plug was forked from homebridge-blueair without which this would not be possible. Many thanks to @mylesagray! This plugin uses many cues from homebridge-myq2 for plugin structure and my other plugin homebridge-kumo.