1.0.9 • Published 4 years ago

homebridge-gree-heatercooler v1.0.9

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

Control Gree and partners Air Conditioning with homekit

This plugins is based on https://github.com/duculete/homebridge-gree-ac. Diff:

  • uses HeaterCooler instead Thermostat;
  • no need external temperature sensor and mqtt.

Should work with all Gree and partners (EWPE Smart APP) AC.

Requirements

  • NodeJS (>=8.9.3) with NPM

For each AC device you need to add an accessory and specify the IP address of the device.

Usage Example:

{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:30",
        "port": 51826,
        "pin": "123-45-568"
    },
    "accessories": [
        {
            "accessory": "GreeHeaterCooler",
            "host": "192.168.1.X",
            "name": "Living room AC",
            "acModel": "Gree V2",
            "useTargetTempAsCurrent": true, // for AC W/O builded in temp sensor 
            "updateInterval": 10000
        },
        {
            "accessory": "GreeHeaterCooler",
            "host": "192.168.1.Y",
            "name": "Bedroom AC",
            "acModel": "C&H",
            "acTempSensorShift": 40,
            "updateInterval": 10000
        }
    ]
}
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago