1.0.2 • Published 3 years ago

homebridge-aqara-airer-lite v1.0.2

Weekly downloads
10
License
ISC
Repository
github
Last release
3 years ago

homebridge-aqara-airer-lite

Homebridge Aqara Airer Lite plugin

Introduction

If you have an Aqara Airer Lite, this plugin can turn it into a HomeKit light and a window cover separately. So you can turn its light on / off, set its up-down position (by setting the openning percentage) in HomeKit.

Preparation

You need to register an Aqara open cloud app first (https://opencloud.aqara.cn), choose OAuth2 as your app type. After the app registeration reviewing (likely 24 hours), you will get your app ID and app secret.

Installation

Insert the config into your homebridge config.json:

{
    "name": "Aqara Airer Lite",
    "platform": "aqara-airer-lite",
    "client_id": "", // your aqara open app id
    "client_secret": "", // your aqara open app secret
    "account": "", // your aqara account (likely phone number, which has an Aqara Airer Lite device binded to)
    "password": "" // your aqara account password
}

Then this plugin will automatically found the first Aqara Airer Lite device among the devices binded to your aqara account, and turn it into the HomeKit device.

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago