blob: 43740ce0ef0c859f935ed5e78b78c7aa6d2f0be2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
XIAOMI AIR CONDITIONING C1 ON HOMEBRIDGE
========================================
Integrate the Xiaomi AC model `xiaomi.aircondition.ma2`, marketed as the
Mijia Air Conditioning C1 (1.5 HP, Inverter, Grade 1 Energy Efficiency),
with Apple Home.
The official product information (in Chinese):
https://home.mi.com/webapp/content/baike/product/index.html?model=xiaomi.aircondition.ma2
INSTALLATION
------------
You can install this plugin in either of the following ways:
a) [Homebridge UI] Open the Plugins page, search for
`homebridge-xiaomi-aircondition-ma2`, and click Install.
b) [npm] Install from the command line:
npm i homebridge-xiaomi-aircondition-ma2
USAGE
-----
Devices can be added through the Homebridge UI or manually registered in
`config.json`.
{
"platforms": [
{
"platform": "XiaomiAirConditionMa2",
"devices": [
{
"name": "Living Room AC",
"address": "<DEVICE_IP_ADDRESS>",
"token": "<DEVICE_TOKEN>"
}
]
}
]
}
AUTHOR
------
Zhineng Li <[email protected]>
|