Homebridge Plugin for the control AUX-family Air Conditioners based on Broadlink Wi-Fi module (AC Freedom app).
sudo npm install -g homebridge-broadlink-heater-cooler --unsafe-perm
.Edit your config.json
accordingly. Configuration sample:
{
"bridge": {
"name": "Homebridge 9184",
"username": "00:00:00:00:00:00",
"port": 99999,
"pin": "111-111-111"
},
"accessories": [
{
"accessory": "AirCondionerAccessory",
"ip": "192.168.1.1",
"mac": "AA:BB:CC:DD:EE:FF",
"name": "AirCon",
"increments": 1,
"display": true,
"health": true,
"clean": true,
"mildew": true,
"sleep": true,
"auto": true,
"swing": 3
}
],
"platforms": []
}
Fields | Description | Required | Default value |
---|---|---|---|
ip | Air Conditioner IP address in IPv4. Make sure it is static. | Yes | |
mac | Air Conditioner MAC address. | Yes | |
increments | Temperature set step. | No | 0,5 |
display | Show Display button for turn on/off display | No | false |
health | Show Health button for turn on/off health mode. | No | false |
clean | Show Clean button for turn on/off clean mode. | No | false |
mildew | Show Mildew button for turn on/off mildew mode. | No | false |
sleep | Show Sleep button for turn on/off sleep mode. | No | false |
auto | Show Auto button for set Air Conditioner auto fan speed. | No | false |
swing | Swing 1 - only horizontal, 2 - only vertical, 3 - both. | No | 3 |
Fanspeed | AC equivalent |
---|---|
1 - 19 | mute |
20 - 39 | low |
40 - 59 | medium |
60 - 79 | high |
80 - 100 | turbo |
Remember that this is not a commercial product, but the result of free labor.
Homebridge Broadlink RM Introduction Welcome to the Broadlink RM Mini and Broadlink RM Pro plugin for Homebridge. This plugin allows you to control your RM Mini and RM Pro with HomeKit using the Home
Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。
homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support
homebridge-sesame Control and monitor your Sesame smart lock with HomeKit integration. Prerequisites Installation of Homebridge iOS 11 or later Sesame lock with enabled cloud integration Sesame Wifi A
homebridge-panasonictv A homebridge plugin for turning on and off your Panasonic Viera TV. The plugin also has experimental support for changing the volume and channel. These characteristics are not r
Quick Start | Contribute A Wake on Lan plugin for Homebridge Turn your PCs, laptops, servers and more on and off through Siri Quick Start To install the plugin, head over to the machine with Homebridg