Control and monitor your Airmega purifier with HomeKit.
npm install -g homebridge-airmega
Add the following to your homebridge config:
"platforms": [
{
"platform": "Airmega",
"username": "myusername",
"password": "password123"
}
]
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"
]
}
]
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.
Example of some Siri commands you can use: