makleso6 / homebridge-broadlink-heater-cooler

Homebridge Plugin for the control AUX-family Air Conditioners based on Broadlink Wi-Fi module
Apache License 2.0
30 stars 6 forks source link
homebridge homebridge-plugin homebridge-plugins

homebridge-broadlink-heater-cooler

verified-by-homebridge GitHub Workflow Status GitHub last commit npm npm version

Homebridge Plugin for the control AUX-family Air Conditioners based on Broadlink Wi-Fi module (AC Freedom app).

⚠️WARNING⚠️

🔴some air conditioners may not work with this plugin due to firmware incompatibility🔴

Features

Installation

  1. Install Homebridge using the official instructions.
  2. Install this plugin using sudo npm install -g homebridge-broadlink-heater-cooler --unsafe-perm.
  3. Update your configuration file. See configuration sample below.

Configuration

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

Communication

Remember that this is not a commercial product, but the result of free labor.