- 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 🙇
- Install homebridge using:
sudo npm install -g homebridge
- Install this plugin using:
sudo npm install -g legnoh/homebridge-daikin-air-purifier
- Update your configuration file. See below example.
- please create "Out-of-Home"(宅外操作) Password before setting homebridge.
"accessories": [{
"accessory": "DaikinAirPurifier",
"name": "YOUR_DEVICE_NAME",
"login_id": "YOUR_ID",
"password": "YOUR_PASSWORD"
}]
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 |
TBD