0.0.1 • Published 4 years ago

homebridge-philips-humidifier v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

This package is NOT maintained nor stable

Use it at your own risk!

Requirements

Requires airctrl to be installed and available in your path.

Configuration

Open the config.json file located in your Homebridge directory. In the accessory section, add following to the array:

{
  "accessory": "PhilipsAirPurifier",
  "name": "MyPurifier", 
  "host": "192.168.1.2"
}

Please note that your purifier has to be already configured to use your local network before using this plugin.

This plugin is based on the homebridge-philips-airpurifier (https://www.npmjs.com/package/homebridge-philips-airpurifier) plugin.