ohmantics / homebridge-airmega

Homebridge plugin for the Coway Airmega air purifier series
12 stars 2 forks source link
airmega coway coway-iocare homebridge iocare

homebridge-airmega

Control and monitor your Airmega purifier with HomeKit.

npm version verified-by-homebridge

Functionality

Prerequisites

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:

Notes