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

@mgurreta/homebridge-molekule

v1.2.4

Published

A Plugin for Molekule Air Purifiers for use with Homebridge.

Readme

homebridge-molekule

A Homebridge Plugin for Molekule Air Purifiers. Tested on the Air Mini. Once you install this plugin you can say:

Hey Siri, what's the status of the Air Purifier Filter?
Hey Siri, set the speed of the Molekule to 60%.

Installation

Via Homebridge UI (Recommended)

  1. Open the Homebridge UI in your web browser
  2. Navigate to the Plugins tab
  3. Click the Search button (or use the search bar)
  4. Search for "Molekule" or "homebridge-molekule"
  5. Click on the plugin in the search results
  6. Click the Install button
  7. Wait for the installation to complete

Via Command Line

Alternatively, you can install via npm:

npm -g i @mgurreta/homebridge-molekule

Configuration

Via Homebridge UI

  1. After installation, go to the Plugins tab in Homebridge UI
  2. Find Homebridge Molekule in your installed plugins list
  3. Click the Settings (gear icon) or Configure button
  4. Fill in the configuration form:
    • Name: Platform name (default: "homebridge-molekule")
    • Email: Your Molekule account email address
    • Password: Your Molekule account password
    • Filter Change Warning Percentage: Threshold for filter change warnings (default: 5%)
  5. Click Save to apply the configuration
  6. The plugin will restart automatically and discover your Molekule devices

Manual Configuration

If you prefer to configure manually, add this to your config.json file under Platforms:

{
  "platform": "Molekule",
  "name": "homebridge-molekule",
  "email": "YOUR EMAIL HERE",
  "password": "YOUR PASSWORD HERE",
  "threshold": 10
}

Notes and Issues

Using an incorrect password can cause a need for a full password reset on your account. Pay special attention to the password you're using. This plugin loads the names that are set for each device in the Molekule app.