*** Breaking changes ***
Please read the Upgrade section before upgrading from version earlier than v2.0.0 !
It is also recommended to read the upgrade section before any upgrade. It contains useful information regarding the latest version.
Homebridge GREE Air Conditioner Platform Plugin is a dynamic platform plugin for Homebridge which allows control of GREE Air Conditioner devices from Apple's Home App. (Makes GREE Air Conditioners HomeKit compatible.)
The plugin finds and adds all GREE Air Conditioner devices to the Home App automatically if they are located on the same subnet as Homebridge. In most cases only a minimal configuration is required. If default configuration is not appropriate the parameters can be customized. To customize a device you have to specify it's MAC address. Each device appears in the Home App as a Heater Cooler device. It is also possible to add a separate Temperature Sensor (if temperature sensor is supported by the physical device). This allows to define automations (e.g. turn on) based on current temperature in the room. Be careful, if the device does not support internal temperature sensor but is added as a separate accessory, Home App will use the target temperature not the measured one. Child accessory does not appear in Home App if physical sensor is not available in the AC unit.
Quiet / Auto / Powerful mode is supported by the fan speed control. Zero means off. Minimum value turns on Quiet mode. Next value is Auto mode. Maximum value is Powerful mode. All other values between them are exact fan speeds (Low, MediumLow**, Medium, MediumHigh**, High)
(**) these values are supported only on 5-speed models
Devices are identified by MAC Address (Serial Number). It can be queried using the official GREE+ mobile app. (The app is required to connect the devices to the local WiFi network for the first time.) If you want to customize a device (e.g. set a custom name) then you have to add it to the configuration and specify it's MAC address. Adding a device located on a different subnet also requires to add the device to the configuration and specify the MAC address and the IP address. To skip a device from Home App also requires to add it's MAC address to the configuration and set the "disabled" parameter to true. Some parameters are changeable only by disabling and re-enabling the device because they are read by Home App only once. (These parameters are discussed later.)
xFan function is supported, but it works automatically if enabled in Homebridge configuration. If xFan is enabled for the device, it is automatically turned on when you select a supported operating mode in Home App. If xFan is disabled, the Home App will not modify its actual setting in any case.
Temperature display units of the physical device can be controlled using the Home App. (Configuration settings are required to be specified always in Degrees Celsius, independently from the display units.)
Vertical swing mode can be turned on/off, but special swing settings can't be controlled using the Home App. If device default vertical swing position is not acceptable in disabled swing mode, it can be overridden to a pre selected position by configuration settings. (Only default position is overridden when this feature is enabled. Other positions selected by remote control are kept and not modified by Home App. The AC unit may keep the actual vertical swing position on turning off oscillation in Home App.)
This plugin is designed to be as simple and clear as possible and supports primarily the functions of the Home App's Heater Cooler accessory.
- Node.js (>= 18.15.0 || >= 20.7.0 || >= 22.0.0) with NPM
- Homebridge (>= 1.8.0 || >= 2.0.0-beta.0)
The plugin finds all supported units automatically if they are located on the same subnet. AC units on different subnets are also supported if the unit's IP address is set in the configuration. (MAC address have to be set correctly also.)
IPv4 address is required. GREE Air Conditioners do not support IPv6 nor other network protocols.
This is not plugin dependency but its good to know that Homebridge server host address must be static. If the host address changes then Homebridge looses connection with Home App and only Homebridge restart restores the connection.
- GREE Air Conditioners with WiFi support (hardware version v1.x.x, v2.x.x and v3.x.x)
- May work with other GREE compatible AC units (e.g. Sinclair)
- Successfully tested with Sinclair SIH-13BITW
If you get "error:1C80006B:Provider routines::wrong final block length" error message then your device is not supported.
If you get "Error: Device is not bound ..." error message then your device may not be supported. (The same error occures when device is malfunctioning but if turning the power supply off and on does not solve the problem then your device is not supported.)
By default this plugin tries to auto detect the network protocol encryption version. If not the right version is selected there can get errors and the AC device will not correctly work. It is possible to force a network protocol encryption version in configuration file. If auto detection does not work then it is recommended to try all possible values to check if the device is compatible or not.
This plugin was designed to support the Home App's Heater Cooler functionality using GREE Air Conditioners. Some special features of GREE AC's are not supported natively by Apple and also dismiss support in this plugin.
- Fan and dry modes are not supported. They may work if set directly on the device until you change operating mode. They can't be turned on using Home App.
- Lights of the AC unit can't be controlled.
- Additional device functions (e.g. health mode, sleep, SE) are not supported.
- Horizontal swing control is not supported, it remains the same as set directly on the device.
- GREE AC units do not support temperature ranges in auto mode, so temperature ranges have zero length in Home App.
- GREE AC units are not able to display decimals of temperature values (if set to half a degree, e.g. 21.5 °C, then unit display may not be in sync with temperature set in Home App). To avoid this inconsistency it is recommended to set the temperatureStepSize configuration parameter to 1, when the AC unit is used in Celsius display mode, and to 0.5 in Fahrenheit display mode. The most convenient version is to use the Home App device (e.g. iPhone) in the same temperature display mode as the AC unit and to set the temperatureStepSize parameter to the appropriate value also. Set Homebridge UI to the same temperature units.
- There is no way to get current heating-cooling state from the AC unit in auto mode, so displayed state in the Home App is based on temperature measurement, but internal sensor is not precise enough to always display the correct state.
- Devices without a built-in temperature sensor display the target temperature as current temperature not the measured one. (Some AC firmware versions do not report the measured temperature but the unit has a built-in sensor. They are handled by the plugin as devices without a sensor.)
It is recommended to install the plugin using the graphical user interface of Homebridge (Homebridge Config UI X). You can find the plugin if you search on the Plugins page for GREE Air Conditioner ('GREE AC' or 'homebridge-gree-ac' if you'd like an exact match). It is recommended to configure the plugin using the same GUI controls.
Command line install:
npm install homebridge-gree-ac -g
If successfully installed and configured, your devices will appear on the Homebridge GUI Accessories page and also in Home App (if Homebridge is already connected to the Home App). (If the additional temperature sensor is enabled, then 2 items will be displayed for supported devices (Heater Cooler and Temperature Sensor).)
Always check out your current settings in Homebridge and also in Home App (including scenes and automation rules) before you start an upgrade!
The upgrade is automatic by installing the latest version. If upgrading from v2.1.6 no configuration changes are needed. Please see the following upgrade sections if upgrading from an earlier version.
Important change: All devices are automatically added to Home App if they are not listed and disabled in configuration and they are located on the same subnet. Earlier versions skipped the devices which were not found in configuration file.
The upgrade is automatic by installing the latest version but configuration settings should be updated.
- Recommended: Using the graphical user interface of Homebridge (Homebridge Config UI X)
- Open plugin configuration
- Review and update settings if needed
- If you have changed the 'Temperature step size' parameter to 1
- Set each device (with value 1) to disabled
- Save changes
- Restart Homebridge
- Wait until all devices are listed in the log as skipped
- Set devices to enabled
- Save changes
- Restart Homebridge
- If any device was disabled and re-enabled in previous steps then recreate automations (automations are lost when you disable a device)
- OR Alternative: Edit the configuration file directly (Needed only if temperatureStepSize should be added with value 1)
- Add the following parameter to each devices in the devices section:
- temperatureStepSize (device disabling and re-enabling is needed if value is set to 1)
- Change "disabled" to true
- Save changes
- Restart Homebridge
- Wait until all devices are listed in the log as skipped
- Change "disabled" to false
- temperatureStepSize (device disabling and re-enabling is needed if value is set to 1)
- Save changes
- Restart Homebridge
- If any device was disabled and re-enabled in previous steps then recreate automations (automations are lost when you disable a device)
- Add the following parameter to each devices in the devices section:
The upgrade is automatic by installing the latest version but configuration settings should be updated.
- Recommended: Using the graphical user interface of Homebridge (Homebridge Config UI X)
- Open plugin configuration
- Review and update settings if needed
- Save changes (pressing the Save button is required to update the configuration to new version even if no changes needed in the displayed values)
- if 'Temperature step size' parameter is set to 1 (available in version v2.1.6 and later) then device disabling and re-enabling is needed:
- Set each device (with value 1) to disabled
- Save changes
- Restart Homebridge
- Wait until all devices are listed in the log as skipped
- Set devices to enabled
- if 'Temperature step size' parameter is set to 1 (available in version v2.1.6 and later) then device disabling and re-enabling is needed:
- Restart Homebridge
- If any device was disabled and re-enabled in previous steps then recreate automations (automations are lost when you disable a device)
- OR Alternative: Edit the configuration file directly
- Remove the following parameters from the platform's main section:
- port (it may be kept if you want to set the UDP port manually)
- scanAddress
- scanCount
- scanTimeout
- Optionally you can add the following parameter to the platform's main section:
- scanInterval (default is 60 if missing, needed only if other value required)
- Optionally you can add the following parameter to each devices in the devices section (available in version v2.1.6 and later):
- temperatureStepSize (device disabling and re-enabling is needed if value is set to 1)
- Change "disabled" to true
- Save changes
- Restart Homebridge
- Wait until all devices are listed in the log as skipped
- Change "disabled" to false
- temperatureStepSize (device disabling and re-enabling is needed if value is set to 1)
- Save changes
- Restart Homebridge
- If any device was disabled and re-enabled in previous steps then recreate automations (automations are lost when you disable a device)
- Remove the following parameters from the platform's main section:
There is no clean way to update the plugin to release v2.0.0 or later if you are using an older version (v1.x.x). You need to remove and reinstall the plugin during upgrade.
- Check out your current settings in Homebridge and also in Home App (including scenes and automation rules)
- Uninstall the old version (this will remove all settings also)
- Install the new version
- Configure plugin in Homebridge
- Assign accessories to rooms and recreate scenes and automations in Home App
Only the relevant part of the configuration file is displayed:
Minimal configuration requires no special knowledge and uses default values for all devices.
"platforms": [
{
"name": "Gree Air Conditioner",
"platform": "GREEAirConditioner"
}
]
- name - Unique name of the platform plugin
- platform - GREEAirConditioner (fixed name, it identifies the plugin)
Minimal configuration is appropriate for 5-speed models. Device names are read from the AC units (usually the MAC address or part of the MAC address). Target temperature can be set between 16 and 30 °C. The temperature display units settings are read from the UI settings (or using Fahrenheit if not set in UI configuration). Target temperature step size is set to 0.5 in Fahrenheit mode and 1 in Celsius mode. xFan function is enabled. No other special features (e.g. additional temperature sensor) are enabled.
Minimal configuration:
"platforms": [
{
"name": "Gree Air Conditioner",
"platform": "GREEAirConditioner",
"port": 7002,
"scanInterval": 60,
"devices": [
{
"mac": "502cc6000000",
"name": "Living room AC",
"ip": "192.168.1.2",
"port": 7003,
"statusUpdateInterval": 10,
"encryptionVersion": 0,
"model": "Pulse 3.2kW GWH12AGB-K6DNA1A/I",
"speedSteps": 5,
"minimumTargetTemperature": 16,
"maximumTargetTemperature": 30,
"sensorOffset": 40,
"temperatureStepSize": 1,
"temperatureSensor": "disabled",
"xFanEnabled": true,
"overrideDefaultVerticalSwing": 0,
"defaultVerticalSwing": 0,
"disabled": false
}
]
}
]
It's not recommended to add the port and ip parameters. The above example contains them but only for showing all optional parameters also.
- name - Unique name of the platform plugin
- platform - GREEAirConditioner (fixed name, it identifies the plugin)
- port - free UDP port (optional) (plugin will use this port for network communication; valid values: 1025 - 65535) Do not specify a port unless you have trouble with automatic port assignment!
- scanInterval - time period in seconds between device query retries (defaults to 60 sec if missing)
- devices - devices should be listed in this block (specify as many devices as you want to customize or disable)
- mac - MAC address (Serial Number) of the device (required to identify the device, also if only one device exists)
- name* - custom name of the device (optional) Please use only alphanumeric, space, and apostrophe characters. Ensure it starts and ends with an alphabetic or numeric character, and avoid emojis. (The name is changeable in Home App and any changes made in Home App are kept until the device is disabled which removes it from Home App.)
- ip - device IP address (optional) Address is auto detected if this parameter is missing. Specify only if device is located on a different subnet then homebridge!
- port - free UDP port (optional) (plugin will listen on this port for data received from the device; valid values: 1025 - 65535) Do not specify a port unless you have trouble with automatic port assignment!
- statusUpdateInterval - device status will be refreshed based on this interval (in seconds, default is 10 seconds)
- encryptionVersion - Auto (0) is fine for most AC units. If auto does not work then you can force v1 (1) or v2 (2) encryption version to use in network communication
- model* - model name, information only (optional)
- speedSteps* - fan speed steps of the unit (valid values are: 3 and 5)
- minimumTargetTemperature* - minimum target temperature accepted by the device (default is 16 °C, must be specified in °C, valid values: 8-30, values less than 16 work only in heating mode and on selected models only)
- maximumTargetTemperature* - maximum target temperature accepted by the device (default is 30 °C, must be specified in °C, valid values: 8-30, values less than 16 work only in heating mode and on selected models only)
- sensorOffset - device temperature sensor offset value for current temperature calibration (default is 40 °C, must be specified in °C)
- temperatureStepSize* - numeric parameter, valid values: 0.5 and 1 (if missing then default value is based on the UI configuration: 0.5 if UI is set to Fahrenheit temperature units and 1 if UI is set to Celsius temperature units) Controls the acceptable temperature values in Home App (It is recommended to set it to 1 if Celsius display mode is used on the AC unit and 0.5 in Fahrenheit display mode.)
- temperatureSensor - controls additional temperature sensor accessory in Home App (disabled = do not add to Home App / child = add as a child accessory / separate = add as a separate (independent) accessory)
- xFanEnabled - automatically turn on xFan functionality in supported device modes (xFan actual setting is not modified by the Home App if disabled)
- overrideDefaultVerticalSwing - by default this plugin does not change the vertical swing position of the AC unit but some devices do not keep the original vertical position set by the remote control if controlled from Homebridge and return back to device default position; this setting allows to override the default position -> if AC unit is set to default vertical swing position Homebridge modifies it to a predefined position (set by defaultVerticalSwing) (Never (0) = turn off override, let device use default / After power on (1) = override default position on each power on / After power on and swing disable (2) = override default position on each power on and each time when swing is switched to disabled)
- defaultVerticalSwing - specify the vertical swing position to be used instead of device default when overriding is enabled (Device default (0) = use device default, same position as used by device by default without overriding / one of the following 5 positions: fixed Highest (2), fixed Higher (3), fixed Middle (4), fixed Lower (5), fixed Lowest (6))
- disabled - set to true if you do not want to control this device in the Home App (can be used also to temporarily remove the device from Home App but not if the device is not responding any more on the network)
(*) these parameters are initalized only once on device enable; device must be disabled an re-enabled to apply a new value
Recommended customized configuration:
Open selected device and in the upper right corner select menu symbol:
If you are not familiar with the GREE+ mobile app there is an alternative method to detect the MAC address of your devices:
- Install the plugin
- Do not configure any AC unit devices (e.g. use minimal configuration)
- (Re)start Homebridge
- GREE Air Conditioner Platform Plugin will auto detect all accessible devices and write an entry to the log
Unfortunaltely if you have multiple devices you will not know which MAC address belongs to which AC unit. In this case you have to test it. This may require some adding - removal - re-adding cycle before final configuration if default configuration is not appropriate.
Some settings are initialized by Home App only once (when enabling the device). They can only be changed by disabling and re-enabling the device. The following settings are affected:
- name
- model
- speedSteps
- minimumTargetTemperature
- maximumTargetTemperature
- temperatureStepSize
Changes of the above parameters are ignored until the device is disabled and re-enabled.
All other settings are applied when starting up Homebridge. You have to restart Homebridge to apply changes in configuration settings.
Keep in mind that disabling the device breaks all associated automations in Home App.
IP addresses of the AC units are determined automatically by the plugin. However this auto detection works only if the AC unit is on the same subnet as homebridge. There is an optional IP address parameter which can be used to specifiy the unit's IP address if it is on a different subnet. (Routing should be correctly set up to communicate with units on different subnets.)
Network communication uses UDP ports. There are two kind of ports:
- Plugin port. This port is used by the plugin to communicate on the network.
- Device specific port. The plugin is listening for data received from the device using this port.
All ports are set up automatically by default. In some cases auto detection is not appropriate. (E.g. when firewall rules should be set up) It is possible to overwrite the default ports by optional port parameters (for the plugin and also for each devices). Note that the ports must be unique and not used by other applications.
Home App allows to set the device temperature display units but it is independent from the temperature units shown in Home App. Home App always displays temperature values as specified by iOS/iPadOS/MacOS (can be changed in Preferences / Regional settings section). Display unit conversion is made by the Home App device (e.g. iPhone).
GREE Air Conditioners do not support displaying decimals of temperature values. If you normally use the AC unit in Celsius display mode then it is recommended to use also the Home App device (e.g. iPhone) in Celsius mode and set the temperatureStepSize parameter to 1. Fahrenheit mode recommends the same consistency (Fahrenheit mode on both sides and temperatureStepSize parameter set to 0.5) This helps to avoid displaying inconsistent values on the connected devices. In minimal configuration - when the device is not listed in the configuration file - the temperatureStepSize parameter is based on the Homebridge UI configuration (temperature units parameter).
Temperature measurement is not perfect if using the built-in sensor. It is highly affected by current operation and can differ from actual temperature of other places in the room. It is recommended to use a sperarate HomeKit compatible temperature sensor and place it not too close to the AC unit if you plan to set up automations based on temperature values.
Some AC units have a built-in temperature sensor but the actual room temperature is not displayed in Home App. This is an AC firmware problem. Older firmware versions do not report temperature values at all and there are some firmware versions which report an invalid value (e.g. -40°C or 178°C) instead of the measured one. This plugin replaces the missing value and all invalid values (outside of the -39°C ~ +59°C range) by the desired target temperature. To get the correct measured temperature please try to upgrade or downgrade the AC firmware. If the plugin detects this temperature measurement problem then the additional temperature sensor is automatically disabled in Home App.
Fan speed is adjustable on the Heater Cooler's settings page in Home App. There is a gear icon in the buttom right corner of the Heater Cooler page if it was opened from the Home App (gear icon is missing if opened from control center or home view of control center). This gear icon can be used to access settings (and fan speed).
Slider description: Zero means off. Minimum value turns on Quiet mode. Next value is Auto mode. Maximum value is Powerful mode. All other values between them are exact fan speeds (Low, MediumLow**, Medium, MediumHigh**, High)
(**) these values are supported only on 5-speed models
If an AC unit is still working and accessible on the network you can remove the associated accessory by setting the device's "disabled" parameter to true and restarting Homebridge.
If you need to remove an old AC unit which is not accessible any more (e.g hardware failure or device was replaced with a new one) you need to use the graphical user interface of Homebridge (Homebridge Config UI X). Follow these steps:
- Open Homebridge GUI
- Go to Settings page
- Go to Accessories section
- Select Remove Single Accessory
- Search for the accessory to be removed in list
- Click on the waste icon of the selected accessory
On some platforms the graphical user interface of Homebridge does not support accessory removal. In this case you have to remove and reinstall the plugin to remove a deprecated accessory or you need to manually edit the cache file (it requires advanced Homebridge technical knowledge).
Some settings are updated only after Home App restart. Restarting the Home App means you have to remove it from memory and start again.
On iPhone these steps are required to quit the app:
- From the Home Screen, swipe up from the bottom of the screen and pause in the middle of the screen.
- Swipe right or left to find the app that you want to close.
- Swipe up on the app's preview to close the app.
On iPad follow these steps to quit the app:
- Swipe up from the bottom of the screen and hold. You will see all open apps and their preview.
- Swipe horizontally to find the app you wish to close. Finally, swipe up on an app card to force quit it.
Sometimes Home App restart does not update the changed settings. In this case restarting the Home App device (e.g. iPhone) can help.
Keep in mind that some settings are updated in Homebridge only once when the device is enabled. If you change one of these settings you have to disable and re-enable the device to tell Homebridge the new value. Home App can update the value only if Homebridge already knows the new value. See Device settings
There is a configuration parameter (temperatureStepSize; available in version v2.1.6 and later) which controls the selectable target temperature values in Home App. There are two valid values:
- 0.5 -> this is designed for Fahrenheit temperature units
- 1 -> this is designed for Celsius temperature units
It is recommended to use the appropriate value to let Home App work consistently with GREE Air Conditioner units. GREE AC units do not support decimals of temperature values.
In version v2.1.7 and later if the temperatureStepSize is not specified in the configuration file then it is determined based on the Homebridge UI configuration settings. If the Homebridge UI's temperature units is set to Fahrenheit (°F) then temperatureStepSize defaults to 0.5 and if it is set to Celsius (°C) then temperatureStepSize defaults to 1.
Most known errors are fixed by later versions. If so you can upgrade to the latest version and it will solve the problem. Some errors may require some additional steps.
This error is fixed in v2.1.2 and later. First upgrade the plugin to the latest version and restart Homebridge twice. Wait a few minutes between restarts. If it does not solve the problem follow these steps:
- Uninstall the plugin (and remove the child bridge if a dedicated child bridge was added)
- Go through all cached accessories and delete every instance of accessories created by this plugin:
- Homebridge GUI > Settings page
- Accessories section > Remove Single Accessory
- Click the waste icon of the selected accessory
- Restart Homebridge
- Install the latest version of the plugin
- Configure the plugin
Do not try to restore Homebridge configuration from backup because this error means that the cached configuration is corrupt and all the backups contain also the corrupt configuration! Restoring settings from backup will restore the error also.
This message is displayed only in debug log and is usually followed by an error message. These messages can safely ignored. They are telling that GREE Heating / Cooling threshold limits are more restrictive than Apple's default values.
Check if you are using the correct version of configuration settings. It is always recommended to open and save the actual configuration settings using the graphical user interface of Homebridge. Pressing the Save button on the GUI automatically converts the configuration settings to the actual version. It is useful to re-save the configuration after each upgrade or downgrade even if there are no visible changes in the parameters.
Versions earlier than v2.1.4 could add AC unit devices to Home App as an accessory when the device was detected but could not be bound (e.g. unsupported device). If you are using a version earlier than v2.1.4 and encounter this issue please upgrade to the latest version, then disable and re-enable your device.
Versions v2.1.4 and later check binding before Home App registration and do not add unsupported devices to Home App. If you have a device which is not responding then it is probably not working (e.g. unplugged power cord or hardware failure) or is malfunctioning. Usually a device restart solves the problem (removing power from the device by unplugging or by using a hardware switch and after a few minutes restoring power).
Special thanks to tomikaa87 and kongkx for GREE network protocol information and code samples. Thank you mateuszm7 and zivanek for helping to implement the version 2 network protocol.