@ohmantics/homebridge-airmega
TypeScript icon, indicating that this package has built-in type declarations

3.4.1 • Public • Published

homebridge-airmega

Control and monitor your Airmega purifier with HomeKit.

npm version verified-by-homebridge

Functionality

  • Control power, fan speed, and lights
  • Toggle between manual and auto mode
  • Reports the current air quality
  • Reports the life levels and change indication for the pre-filter and Max2 filter.

Prerequisites

  • Installation of Homebridge
  • iOS 11 or later
  • Airmega AP-1512HHS, 250S, 300S, or 400S connected to WiFi and registered with the IOCare app.

Installation

npm install -g homebridge-airmega

Configuration

Use the plugin settings pane or add the following to your homebridge config:

"platforms": [
  {
    "platform": "Airmega",
    "username": "myusername",
    "password": "password123"
  }
]

Excluding Accessories

You can optionally prevent certain accessories from being created by using the exclude option in your config (note: only the lightbulb accessory supports exclusion for now).

Example:

"platforms": [
  {
    "platform": "Airmega",
    "username": "myusername",
    "password": "password123",
    "exclude": [
      "lightbulb"
    ]
  }
]

Authentication

The IOCare app offers two main options for logging in: "Phone Number/Email" or "Coway ID". The username and password you supply in the config has been tested to work with either one. This plugin currently does not support authentication through social networks.

Tested Siri Commands

Example of some Siri commands you can use:

  • "Turn on the air purifier"
  • "Turn off the air purifier lights"
  • "Set the air purifier to auto"
  • "Set the air purifier fan to medium"
  • "What's the air quality in <room name>?"

Notes

  • If you have a IconS or other models not listed above, we'd like to hear from you.
  • The Coway servers will ask you to change your password every 60 days. The plugin always defers that request.
  • HomeKit will only display the status of one filter per purifier in the accessory details. It appears to choose randomly which filter it shows, however the filter change notification will appear if any filter needs changing. We've filed feedback with Apple to improve this.

Package Sidebar

Install

npm i @ohmantics/homebridge-airmega

Weekly Downloads

4

Version

3.4.1

License

MIT

Unpacked Size

120 kB

Total Files

88

Last publish

Collaborators

  • ohmantics