项目作者: makleso6

项目描述 :
Homebridge Plugin for the control AUX-family Air Conditioners based on Broadlink Wi-Fi module
高级语言: TypeScript
项目地址: git://github.com/makleso6/homebridge-broadlink-heater-cooler.git
创建时间: 2019-05-03T18:53:50Z
项目社区:https://github.com/makleso6/homebridge-broadlink-heater-cooler

开源协议:Apache License 2.0

下载


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

  • 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:

  1. {
  2. "bridge": {
  3. "name": "Homebridge 9184",
  4. "username": "00:00:00:00:00:00",
  5. "port": 99999,
  6. "pin": "111-111-111"
  7. },
  8. "accessories": [
  9. {
  10. "accessory": "AirCondionerAccessory",
  11. "ip": "192.168.1.1",
  12. "mac": "AA:BB:CC:DD:EE:FF",
  13. "name": "AirCon",
  14. "increments": 1,
  15. "display": true,
  16. "health": true,
  17. "clean": true,
  18. "mildew": true,
  19. "sleep": true,
  20. "auto": true,
  21. "swing": 3
  22. }
  23. ],
  24. "platforms": []
  25. }
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.

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