2.2.3 • Published 5 years ago

homebridge-broadlink-heater-cooler v2.2.3

Weekly downloads
79
License
Apache-2.0
Repository
github
Last release
5 years ago

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).

Features

  • Most of the original app's methods are supported.
  • Works via LAN, no need internet connection.
  • Very fast operation speed.
  • Feedback is supported.

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": []
}
FieldsDescriptionRequiredDefault value
ipAir Conditioner IP address in IPv4. Make sure it is static.Yes
macAir Conditioner MAC address.Yes
incrementsTemperature set step.No0,5
displayShow Display button for turn on/off displayNofalse
healthShow Health button for turn on/off health mode.Nofalse
cleanShow Clean button for turn on/off clean mode.Nofalse
mildewShow Mildew button for turn on/off mildew mode.Nofalse
sleepShow Sleep button for turn on/off sleep mode.Nofalse
autoShow Auto button for set Air Conditioner auto fan speed.Nofalse
swingSwing 1 - only horizontal, 2 - only vertical, 3 - both.No3
FanspeedAC equivalent
1 - 19mute
20 - 39low
40 - 59medium
60 - 79high
80 - 100turbo

Communication

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

  • If you need help using this plugin, open an issue here on GitHub. The more detail the better!
  • If you found a bug, open an issue here on GitHub. The more detail the better!
  • If you want to contribute, submit a pull request.
  • If you have suggestions for improvement, you are welcome.
2.2.3

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.6

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.0.29

5 years ago

2.0.37

5 years ago

2.0.38

5 years ago

2.0.35

5 years ago

2.0.36

5 years ago

2.0.33

5 years ago

2.0.34

5 years ago

2.0.31

5 years ago

2.0.32

5 years ago

2.0.30

5 years ago

2.0.39

5 years ago

2.0.42

5 years ago

2.0.43

5 years ago

2.0.40

5 years ago

2.0.41

5 years ago

2.1.0

5 years ago

2.0.28

5 years ago

2.0.26

5 years ago

2.0.27

5 years ago

2.0.24

5 years ago

2.0.22

5 years ago

2.0.23

5 years ago

2.0.21

5 years ago

2.0.20

5 years ago

2.0.19

5 years ago

2.0.17

5 years ago

2.0.18

5 years ago

2.0.15

5 years ago

2.0.16

5 years ago

2.0.14

5 years ago

2.0.13

5 years ago

2.0.12

5 years ago

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.0

6 years ago