homebridge-daikin-air-purifier (beta)

image

  • Homebridge Plugin for Daikin Smart Purifier(MCK70U(no checked)/MCK70V).
  • Complies with Service.AirPurifier
  • Compatible with iOS 11 and above - iOS 10 Home app does not support AirPurifier service.
  • this plugin can't set "humdity". please wait update 🙇

Installation

  1. Install homebridge using: sudo npm install -g homebridge
  2. Install this plugin using: sudo npm install -g legnoh/homebridge-daikin-air-purifier
  3. Update your configuration file. See below example.

Config file

"accessories": [{
    "accessory": "DaikinAirPurifier",
    "name": "YOUR_DEVICE_NAME",
    "login_id": "YOUR_ID",
    "password": "YOUR_PASSWORD"
}]

Configurations

Parameter Description Required Default type
accessory always "DaikinAirPurifier". - String
name name of the accessory - for DisplayName and logs. - String
username your "out-of-home" Login id. - String
password your "out-of-home" password. - String

Control

TBD