Setup failed for custom integration 'gree'
Describe the bug I'm getting error stating that "Setup failed for custom integration 'gree': . Logs also stating that "Could not connect with device. "
Configuration
climate:
- platform: gree
name: mackowo_ac
host: 192.168.90.187
port: 7000
mac: "502ccxxxx"
target_temp_step: 1
encryption_key: "Z6O1Dxxxxxxxxxx"
Screenshots
Platform:
- OS: HAOS 2024.6.2
- Browser: Chrome 126
- GreeComponent: 2.13 (same issue on 2.11)
- A/C: COOPER&HUNTER CH-S09FTXAL-GD (I)
Additional context Tried also 2.11 version of this component, but same issue. Without encytpion key in yaml there is info in logs that "Error getting device encryption key!". So i added encryption key. But still geting issue with this custom integration.
Logs
2024-06-27 12:30:54.953 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration gree which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-06-27 12:30:54.954 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-06-27 12:30:56.380 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'gree': No setup or config entry setup function defined.
2024-06-27 12:30:56.380 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform
2024-06-27 12:30:56.380 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass
2024-06-27 12:30:56.380 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device
2024-06-27 12:30:56.380 INFO (MainThread) [custom_components.gree.climate] Using configured encryption key: Z6O1Dxxxxxxxxxx
2024-06-27 12:30:56.381 INFO (MainThread) [custom_components.gree.climate] name(): mackowo_ac
2024-06-27 12:30:56.381 INFO (MainThread) [custom_components.gree.climate] name(): mackowo_ac
2024-06-27 12:30:56.381 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-06-27 12:30:56.381 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-06-27 12:30:56.382 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-06-27 12:30:56.382 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-06-27 12:30:56.382 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-06-27 12:30:56.382 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-06-27 12:30:56.382 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-06-27 12:30:56.382 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-06-27 12:30:56.382 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-06-27 12:30:56.382 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass()
2024-06-27 12:30:56.382 INFO (MainThread) [custom_components.gree.climate] update()
2024-06-27 12:30:56.382 INFO (MainThread) [custom_components.gree.climate] Starting SyncState
2024-06-27 12:30:56.383 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.90.187, 7000, 10, {"cid":"app","i":0,"pack":"ACGON3XsxTHRP0656zGWnGVr6RbaB6y38+flTrn7/8RIkzVJfhEPslZ9EstxUfbaDItNSMdYLrzPmYRGdZVSYGqvKvA85U/QonRhlFDWlXXMtFEChjqtw/KdzrJQxFoKdWUaZxz2+nruY32q+dePqGDRkPVAGS16lU3xxKOteZ3iLD91WWp0wIOLbb2I1LHID+P2hoeHXIyk+NVwi69149PDcXgGXSiLrNnD5pXHSLAeceP+qCNAj/p75sq+OONIOaN9J/R5UHFNy91eiwDzlDJ7U5bF/OyPUUF4Zug1LVM4Kq3mdt7twfB1M7WXu18P","t":"pack","tcid":"502ccxxxx","uid":0})
2024-06-27 12:31:06.392 INFO (MainThread) [custom_components.gree.climate] Could not connect with device.
2024-06-27 12:31:06.393 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-06-27 12:31:06.393 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-06-27 12:31:06.393 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-06-27 12:31:06.393 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-06-27 12:31:06.393 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-06-27 12:31:06.393 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-06-27 12:31:06.393 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-06-27 12:31:06.393 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-06-27 12:31:06.393 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline
2024-06-27 12:31:06.393 INFO (MainThread) [custom_components.gree.climate] name(): mackowo_ac
2024-06-27 12:31:06.394 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-06-27 12:31:06.394 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-06-27 12:32:06.395 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-06-27 12:32:06.396 INFO (SyncWorker_3) [custom_components.gree.climate] update()
2024-06-27 12:32:06.396 INFO (SyncWorker_3) [custom_components.gree.climate] Starting SyncState
2024-06-27 12:32:06.396 INFO (SyncWorker_3) [custom_components.gree.climate] Fetching(192.168.90.187, 7000, 10, {"cid":"app","i":0,"pack":"ACGON3XsxTHRP0656zGWnGVr6RbaB6y38+flTrn7/8RIkzVJfhEPslZ9EstxUfbaDItNSMdYLrzPmYRGdZVSYGqvKvA85U/QonRhlFDWlXXMtFEChjqtw/KdzrJQxFoKdWUaZxz2+nruY32q+dePqGDRkPVAGS16lU3xxKOteZ3iLD91WWp0wIOLbb2I1LHID+P2hoeHXIyk+NVwi69149PDcXgGXSiLrNnD5pXHSLAeceP+qCNAj/p75sq+OONIOaN9J/R5UHFNy91eiwDzlDJ7U5bF/OyPUUF4Zug1LVM4Kq3mdt7twfB1M7WXu18P","t":"pack","tcid":"502ccxxxx","uid":0})
2024-06-27 12:32:16.407 INFO (SyncWorker_3) [custom_components.gree.climate] Could not connect with device.
2024-06-27 12:32:16.408 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-06-27 12:32:16.408 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-06-27 12:32:16.408 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-06-27 12:32:16.408 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-06-27 12:32:16.408 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-06-27 12:32:16.408 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-06-27 12:32:16.408 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-06-27 12:32:16.408 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-06-27 12:32:16.408 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline
2024-06-27 12:32:16.408 INFO (MainThread) [custom_components.gree.climate] name(): mackowo_ac
2024-06-27 12:32:16.408 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-06-27 12:33:06.397 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-06-27 12:33:06.397 INFO (SyncWorker_4) [custom_components.gree.climate] update()
2024-06-27 12:33:06.398 INFO (SyncWorker_4) [custom_components.gree.climate] Starting SyncState
2024-06-27 12:33:06.398 INFO (SyncWorker_4) [custom_components.gree.climate] Fetching(192.168.90.187, 7000, 10, {"cid":"app","i":0,"pack":"ACGON3XsxTHRP0656zGWnGVr6RbaB6y38+flTrn7/8RIkzVJfhEPslZ9EstxUfbaDItNSMdYLrzPmYRGdZVSYGqvKvA85U/QonRhlFDWlXXMtFEChjqtw/KdzrJQxFoKdWUaZxz2+nruY32q+dePqGDRkPVAGS16lU3xxKOteZ3iLD91WWp0wIOLbb2I1LHID+P2hoeHXIyk+NVwi69149PDcXgGXSiLrNnD5pXHSLAeceP+qCNAj/p75sq+OONIOaN9J/R5UHFNy91eiwDzlDJ7U5bF/OyPUUF4Zug1LVM4Kq3mdt7twfB1M7WXu18P","t":"pack","tcid":"502ccxxxx","uid":0})
2024-06-27 12:33:16.408 INFO (SyncWorker_4) [custom_components.gree.climate] Could not connect with device.
2024-06-27 12:33:16.408 INFO (SyncWorker_4) [custom_components.gree.climate] Could not connect with device 3 times. Set it as offline.
2024-06-27 12:33:16.408 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-06-27 12:33:16.409 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-06-27 12:33:16.409 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-06-27 12:33:16.409 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-06-27 12:33:16.409 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-06-27 12:33:16.409 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-06-27 12:33:16.409 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-06-27 12:33:16.409 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-06-27 12:33:16.409 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline
2024-06-27 12:33:16.409 INFO (MainThread) [custom_components.gree.climate] name(): mackowo_ac
2024-06-27 12:33:16.409 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-06-27 12:34:06.398 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-06-27 12:34:06.399 INFO (SyncWorker_9) [custom_components.gree.climate] update()
2024-06-27 12:34:06.399 INFO (SyncWorker_9) [custom_components.gree.climate] Starting SyncState
2024-06-27 12:34:06.399 INFO (SyncWorker_9) [custom_components.gree.climate] Fetching(192.168.90.187, 7000, 10, {"cid":"app","i":0,"pack":"ACGON3XsxTHRP0656zGWnGVr6RbaB6y38+flTrn7/8RIkzVJfhEPslZ9EstxUfbaDItNSMdYLrzPmYRGdZVSYGqvKvA85U/QonRhlFDWlXXMtFEChjqtw/KdzrJQxFoKdWUaZxz2+nruY32q+dePqGDRkPVAGS16lU3xxKOteZ3iLD91WWp0wIOLbb2I1LHID+P2hoeHXIyk+NVwi69149PDcXgGXSiLrNnD5pXHSLAeceP+qCNAj/p75sq+OONIOaN9J/R5UHFNy91eiwDzlDJ7U5bF/OyPUUF4Zug1LVM4Kq3mdt7twfB1M7WXu18P","t":"pack","tcid":"502ccxxxx","uid":0})
2024-06-27 12:34:16.407 INFO (SyncWorker_9) [custom_components.gree.climate] Could not connect with device.
2024-06-27 12:34:16.408 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-06-27 12:34:16.408 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-06-27 12:34:16.408 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-06-27 12:34:16.408 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-06-27 12:34:16.408 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-06-27 12:34:16.408 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-06-27 12:34:16.408 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-06-27 12:34:16.408 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-06-27 12:34:16.408 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline
2024-06-27 12:34:16.408 INFO (MainThread) [custom_components.gree.climate] name(): mackowo_ac
2024-06-27 12:34:16.408 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-06-27 12:35:06.400 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-06-27 12:35:06.400 INFO (SyncWorker_3) [custom_components.gree.climate] update()
2024-06-27 12:35:06.400 INFO (SyncWorker_3) [custom_components.gree.climate] Starting SyncState
2024-06-27 12:35:06.400 INFO (SyncWorker_3) [custom_components.gree.climate] Fetching(192.168.90.187, 7000, 10, {"cid":"app","i":0,"pack":"ACGON3XsxTHRP0656zGWnGVr6RbaB6y38+flTrn7/8RIkzVJfhEPslZ9EstxUfbaDItNSMdYLrzPmYRGdZVSYGqvKvA85U/QonRhlFDWlXXMtFEChjqtw/KdzrJQxFoKdWUaZxz2+nruY32q+dePqGDRkPVAGS16lU3xxKOteZ3iLD91WWp0wIOLbb2I1LHID+P2hoeHXIyk+NVwi69149PDcXgGXSiLrNnD5pXHSLAeceP+qCNAj/p75sq+OONIOaN9J/R5UHFNy91eiwDzlDJ7U5bF/OyPUUF4Zug1LVM4Kq3mdt7twfB1M7WXu18P","t":"pack","tcid":"502ccxxxx","uid":0})
remove encryption_key from configuration and try encryption_version: 2
@toughvj Still getting error "Setup failed for custom integration 'gree' and now in logs i see issue with encryption key
2024-06-27 22:29:56.841 INFO (MainThread) [custom_components.gree.climate] Error getting device encryption key!
I am exactly the same as you, the only thing that I find in the wifi application is that I have version 4.01. I have tried to configure it in every way and it is impossible, before with the official integration it worked perfectly.
I have the same problem with getting encryption key after las update of this integration. Prevoiously it wos working perfect. First I didnt read that now auto xfan and auto light must be inputbolean. After I have fix that ac is still not operational from HA and in logs I have this message. My ac's are not find by standard integration, but this one was working. Before I didn't need encryption key and it was working. Strange thing is that i can't download previous version. It always going back to 2.14.0. Any sugestions how to resolve this?
Post log from HA please
2024-07-14 23:13:28.906 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform 2024-07-14 23:13:28.906 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass 2024-07-14 23:13:28.906 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device 2024-07-14 23:13:28.906 INFO (MainThread) [custom_components.gree.climate] Setting up lights entity: input_boolean.livingroom_ac_light 2024-07-14 23:13:28.906 INFO (MainThread) [custom_components.gree.climate] Setting up xfan entity: input_boolean.livingroom_ac_xfan 2024-07-14 23:13:28.906 INFO (MainThread) [custom_components.gree.climate] Setting up health entity: input_boolean.livingroom_ac_health 2024-07-14 23:13:28.906 INFO (MainThread) [custom_components.gree.climate] Setting up powersave entity: input_boolean.livingroom_ac_powersave 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] Setting up sleep entity: input_boolean.livingroom_ac_sleep 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] Setting up air entity: input_boolean.livingroom_ac_air 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] name(): Livingroom_AC 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] name(): Livingroom_AC 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>] 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet'] 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region'] 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass() 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] update() 2024-07-14 23:13:28.907 INFO (MainThread) [custom_components.gree.climate] Retrieving HVAC encryption key 2024-07-14 23:13:28.910 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.20.21, 7000, 10, {"cid": "app","i": 1,"pack": "<edited>","t":"pack","tcid":"<edited>","uid": 0}) 2024-07-14 23:13:38.920 INFO (MainThread) [custom_components.gree.climate] Error getting device encryption key! 2024-07-14 23:13:38.922 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:38.922 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2024-07-14 23:13:38.922 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>] 2024-07-14 23:13:38.922 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16 2024-07-14 23:13:38.922 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30 2024-07-14 23:13:38.923 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2024-07-14 23:13:38.923 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet'] 2024-07-14 23:13:38.923 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region'] 2024-07-14 23:13:38.923 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2024-07-14 23:13:38.923 INFO (MainThread) [custom_components.gree.climate] name(): Livingroom_AC 2024-07-14 23:13:38.923 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:38.923 INFO (MainThread) [custom_components.gree.climate] should_poll() 2024-07-14 23:13:38.924 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform 2024-07-14 23:13:38.924 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass 2024-07-14 23:13:38.924 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device 2024-07-14 23:13:38.924 INFO (MainThread) [custom_components.gree.climate] Setting up lights entity: input_boolean.office_ac_light 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] Setting up xfan entity: input_boolean.office_ac_xfan 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] Setting up health entity: input_boolean.office_ac_health 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] Setting up powersave entity: input_boolean.office_ac_powersave 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] Setting up sleep entity: input_boolean.office_ac_sleep 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] Setting up air entity: input_boolean.office_ac_air 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] name(): Office_AC 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] name(): Office_AC 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>] 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet'] 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region'] 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass() 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] update() 2024-07-14 23:13:38.925 INFO (MainThread) [custom_components.gree.climate] Retrieving HVAC encryption key 2024-07-14 23:13:38.926 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.20.22, 7000, 10, {"cid": "app","i": 1,"pack": "<edited>","t":"pack","tcid":"<edited>","uid": 0}) 2024-07-14 23:13:48.936 INFO (MainThread) [custom_components.gree.climate] Error getting device encryption key! 2024-07-14 23:13:48.937 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:48.938 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2024-07-14 23:13:48.938 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>] 2024-07-14 23:13:48.938 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16 2024-07-14 23:13:48.938 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30 2024-07-14 23:13:48.938 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2024-07-14 23:13:48.938 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet'] 2024-07-14 23:13:48.938 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region'] 2024-07-14 23:13:48.938 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2024-07-14 23:13:48.939 INFO (MainThread) [custom_components.gree.climate] name(): Office_AC 2024-07-14 23:13:48.939 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:48.940 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform 2024-07-14 23:13:48.940 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass 2024-07-14 23:13:48.940 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device 2024-07-14 23:13:48.940 INFO (MainThread) [custom_components.gree.climate] Setting up lights entity: input_boolean.lili_ac_light 2024-07-14 23:13:48.940 INFO (MainThread) [custom_components.gree.climate] Setting up xfan entity: input_boolean.lili_ac_xfan 2024-07-14 23:13:48.940 INFO (MainThread) [custom_components.gree.climate] Setting up health entity: input_boolean.lili_ac_health 2024-07-14 23:13:48.940 INFO (MainThread) [custom_components.gree.climate] Setting up powersave entity: input_boolean.lili_ac_powersave 2024-07-14 23:13:48.940 INFO (MainThread) [custom_components.gree.climate] Setting up sleep entity: input_boolean.lili_ac_sleep 2024-07-14 23:13:48.940 INFO (MainThread) [custom_components.gree.climate] Setting up air entity: input_boolean.lili_ac_air 2024-07-14 23:13:48.940 INFO (MainThread) [custom_components.gree.climate] name(): Lili_AC 2024-07-14 23:13:48.940 INFO (MainThread) [custom_components.gree.climate] name(): Lili_AC 2024-07-14 23:13:48.941 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:48.941 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2024-07-14 23:13:48.941 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>] 2024-07-14 23:13:48.941 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16 2024-07-14 23:13:48.941 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30 2024-07-14 23:13:48.941 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2024-07-14 23:13:48.941 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet'] 2024-07-14 23:13:48.941 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region'] 2024-07-14 23:13:48.941 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:48.941 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass() 2024-07-14 23:13:48.941 INFO (MainThread) [custom_components.gree.climate] update() 2024-07-14 23:13:48.942 INFO (MainThread) [custom_components.gree.climate] Retrieving HVAC encryption key 2024-07-14 23:13:48.942 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.20.23, 7000, 10, {"cid": "app","i": 1,"pack": "<edited>","t":"pack","tcid":"<edited>","uid": 0}) 2024-07-14 23:13:58.953 INFO (MainThread) [custom_components.gree.climate] Error getting device encryption key! 2024-07-14 23:13:58.954 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:58.954 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2024-07-14 23:13:58.954 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>] 2024-07-14 23:13:58.954 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16 2024-07-14 23:13:58.954 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30 2024-07-14 23:13:58.955 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2024-07-14 23:13:58.955 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet'] 2024-07-14 23:13:58.955 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region'] 2024-07-14 23:13:58.955 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2024-07-14 23:13:58.955 INFO (MainThread) [custom_components.gree.climate] name(): Lili_AC 2024-07-14 23:13:58.955 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:58.956 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform 2024-07-14 23:13:58.956 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass 2024-07-14 23:13:58.956 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device 2024-07-14 23:13:58.956 INFO (MainThread) [custom_components.gree.climate] Setting up lights entity: input_boolean.bedroom_ac_light 2024-07-14 23:13:58.957 INFO (MainThread) [custom_components.gree.climate] Setting up xfan entity: input_boolean.bedroom_ac_xfan 2024-07-14 23:13:58.957 INFO (MainThread) [custom_components.gree.climate] Setting up health entity: input_boolean.bedroom_ac_health 2024-07-14 23:13:58.957 INFO (MainThread) [custom_components.gree.climate] Setting up powersave entity: input_boolean.bedroom_ac_powersave 2024-07-14 23:13:58.957 INFO (MainThread) [custom_components.gree.climate] Setting up sleep entity: input_boolean.bedroom_ac_sleep 2024-07-14 23:13:58.957 INFO (MainThread) [custom_components.gree.climate] Setting up air entity: input_boolean.bedroom_ac_air 2024-07-14 23:13:58.957 INFO (MainThread) [custom_components.gree.climate] name(): Bedroom_AC 2024-07-14 23:13:58.957 INFO (MainThread) [custom_components.gree.climate] name(): Bedroom_AC 2024-07-14 23:13:58.957 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:58.957 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2024-07-14 23:13:58.957 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>] 2024-07-14 23:13:58.957 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16 2024-07-14 23:13:58.958 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30 2024-07-14 23:13:58.958 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2024-07-14 23:13:58.958 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet'] 2024-07-14 23:13:58.958 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region'] 2024-07-14 23:13:58.958 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:13:58.958 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass() 2024-07-14 23:13:58.958 INFO (MainThread) [custom_components.gree.climate] update() 2024-07-14 23:13:58.958 INFO (MainThread) [custom_components.gree.climate] Retrieving HVAC encryption key 2024-07-14 23:13:58.958 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.20.24, 7000, 10, {"cid": "app","i": 1,"pack": "<edited>","t":"pack","tcid":"<edited>","uid": 0}) 2024-07-14 23:14:08.969 INFO (MainThread) [custom_components.gree.climate] Error getting device encryption key! 2024-07-14 23:14:08.970 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:14:08.971 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2024-07-14 23:14:08.971 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>] 2024-07-14 23:14:08.971 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16 2024-07-14 23:14:08.971 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30 2024-07-14 23:14:08.971 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2024-07-14 23:14:08.971 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet'] 2024-07-14 23:14:08.971 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region'] 2024-07-14 23:14:08.971 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2024-07-14 23:14:08.972 INFO (MainThread) [custom_components.gree.climate] name(): Bedroom_AC 2024-07-14 23:14:08.972 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:14:38.924 INFO (MainThread) [custom_components.gree.climate] should_poll() 2024-07-14 23:14:38.926 INFO (SyncWorker_15) [custom_components.gree.climate] update() 2024-07-14 23:14:38.926 INFO (SyncWorker_15) [custom_components.gree.climate] Retrieving HVAC encryption key 2024-07-14 23:14:38.927 INFO (SyncWorker_15) [custom_components.gree.climate] Fetching(192.168.20.21, 7000, 10, {"cid": "app","i": 1,"pack": "<edited>","t":"pack","tcid":"<edited>","uid": 0}) 2024-07-14 23:14:48.935 INFO (SyncWorker_15) [custom_components.gree.climate] Error getting device encryption key! 2024-07-14 23:14:48.940 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:14:48.940 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2024-07-14 23:14:48.940 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>] 2024-07-14 23:14:48.940 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16 2024-07-14 23:14:48.941 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30 2024-07-14 23:14:48.941 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2024-07-14 23:14:48.941 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet'] 2024-07-14 23:14:48.941 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region'] 2024-07-14 23:14:48.941 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2024-07-14 23:14:48.941 INFO (MainThread) [custom_components.gree.climate] name(): Livingroom_AC 2024-07-14 23:14:48.941 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:14:48.941 INFO (MainThread) [custom_components.gree.climate] should_poll() 2024-07-14 23:14:48.941 INFO (SyncWorker_22) [custom_components.gree.climate] update() 2024-07-14 23:14:48.942 INFO (SyncWorker_22) [custom_components.gree.climate] Retrieving HVAC encryption key 2024-07-14 23:14:48.942 INFO (SyncWorker_22) [custom_components.gree.climate] Fetching(192.168.20.22, 7000, 10, {"cid": "app","i": 1,"pack": "<edited>","t":"pack","tcid":"<edited>","uid": 0}) 2024-07-14 23:14:58.948 INFO (SyncWorker_22) [custom_components.gree.climate] Error getting device encryption key! 2024-07-14 23:14:58.950 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:14:58.950 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2024-07-14 23:14:58.950 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>] 2024-07-14 23:14:58.950 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16 2024-07-14 23:14:58.950 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30 2024-07-14 23:14:58.950 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2024-07-14 23:14:58.951 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet'] 2024-07-14 23:14:58.951 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region'] 2024-07-14 23:14:58.951 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2024-07-14 23:14:58.951 INFO (MainThread) [custom_components.gree.climate] name(): Office_AC 2024-07-14 23:14:58.951 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:14:58.951 INFO (MainThread) [custom_components.gree.climate] should_poll() 2024-07-14 23:14:58.952 INFO (SyncWorker_21) [custom_components.gree.climate] update() 2024-07-14 23:14:58.952 INFO (SyncWorker_21) [custom_components.gree.climate] Retrieving HVAC encryption key 2024-07-14 23:14:58.953 INFO (SyncWorker_21) [custom_components.gree.climate] Fetching(192.168.20.23, 7000, 10, {"cid": "app","i": 1,"pack": "<edited>","t":"pack","tcid":"<edited>","uid": 0}) 2024-07-14 23:15:08.956 INFO (SyncWorker_21) [custom_components.gree.climate] Error getting device encryption key! 2024-07-14 23:15:08.958 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:15:08.959 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2024-07-14 23:15:08.959 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>] 2024-07-14 23:15:08.959 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16 2024-07-14 23:15:08.959 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30 2024-07-14 23:15:08.959 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2024-07-14 23:15:08.959 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet'] 2024-07-14 23:15:08.959 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region'] 2024-07-14 23:15:08.959 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2024-07-14 23:15:08.960 INFO (MainThread) [custom_components.gree.climate] name(): Lili_AC 2024-07-14 23:15:08.960 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:15:08.960 INFO (MainThread) [custom_components.gree.climate] should_poll() 2024-07-14 23:15:08.961 INFO (SyncWorker_23) [custom_components.gree.climate] update() 2024-07-14 23:15:08.961 INFO (SyncWorker_23) [custom_components.gree.climate] Retrieving HVAC encryption key 2024-07-14 23:15:08.962 INFO (SyncWorker_23) [custom_components.gree.climate] Fetching(192.168.20.24, 7000, 10, {"cid": "app","i": 1,"pack": "<edited>","t":"pack","tcid":"<edited>","uid": 0}) 2024-07-14 23:15:18.965 INFO (SyncWorker_23) [custom_components.gree.climate] Error getting device encryption key! 2024-07-14 23:15:18.967 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441 2024-07-14 23:15:18.967 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2024-07-14 23:15:18.967 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>] 2024-07-14 23:15:18.968 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16 2024-07-14 23:15:18.968 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30 2024-07-14 23:15:18.968 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2024-07-14 23:15:18.968 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet'] 2024-07-14 23:15:18.968 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region'] 2024-07-14 23:15:18.968 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2024-07-14 23:15:18.968 INFO (MainThread) [custom_components.gree.climate] name(): Bedroom_AC 2024-07-14 23:15:18.968 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
@WRLPDZ you don't need the encryption key, the integration should download it itself. Have you updated the firmware on your devices in the meantime? what is the firmware version? and please send the configuration from the YAML file.
@toughvj nothing was changed in AC theme selves. Current coftware version showed in app 3.76. There is update available to 3.77 but i didn't update for some time. It was working till integration change from 2.13 to 2.14. Configuration was not changed from probably 2 years or I just don't remember when it was tuched. After upgrade to 2.14 it stop working because of error that auto_xfan and auto_ligt must be input_boolean. I have change it withot success.
Config:
-
platform: gree name: Livingroom_AC host: <IP Address> port: 7000 mac: "<MAC Address>" target_temp_step: 1 lights: input_boolean.livingroom_ac_light xfan: input_boolean.livingroom_ac_xfan health: input_boolean.livingroom_ac_health sleep: input_boolean.livingroom_ac_sleep air: input_boolean.livingroom_ac_air powersave: input_boolean.livingroom_ac_powersave #auto_xfan: input_boolean.livingroom_ac_auto_xfan #auto_light: input_boolean.livingroom_ac_auto_light
-
platform: gree name: Office_AC host: <IP Address> port: 7000 mac: "<MAC Address>" target_temp_step: 1 lights: input_boolean.office_ac_light xfan: input_boolean.office_ac_xfan health: input_boolean.office_ac_health sleep: input_boolean.office_ac_sleep air: input_boolean.office_ac_air powersave: input_boolean.office_ac_powersave #auto_xfan: input_boolean.office_ac_auto_xfan #auto_light: input_boolean.office_ac_auto_light
-
platform: gree name: Lili_AC host: <IP Address> port: 7000 mac: "<MAC Address>" target_temp_step: 1 lights: input_boolean.lili_ac_light xfan: input_boolean.lili_ac_xfan health: input_boolean.lili_ac_health sleep: input_boolean.lili_ac_sleep air: input_boolean.lili_ac_air powersave: input_boolean.lili_ac_powersave #auto_xfan: input_boolean.lili_ac_auto_xfan #auto_light: input_boolean.lili_ac_auto_light
-
platform: gree name: Bedroom_AC host: <IP Address> port: 7000 mac: "<MAC Address>" target_temp_step: 1 lights: input_boolean.bedroom_ac_light xfan: input_boolean.bedroom_ac_xfan health: input_boolean.bedroom_ac_health sleep: input_boolean.bedroom_ac_sleep air: input_boolean.bedroom_ac_air powersave: input_boolean.bedroom_ac_powersave #auto_xfan: input_boolean.bedroom_ac_auto_xfan #auto_light: input_boolean.bedroom_ac_auto_light
@toughvj after update to 2.14.1 my AC's are working again in HA. Thank you.
Все почало працювати з версією прошивки 1.23!!! спочатку довго не працювало, але коли записав МАС, як було вказано у властивостях притрою у додатку GREE+, потім вказав другу версію encryption_version: 2, а потім (і це головне) видалив кондиціонер з додатку GREE+, але у WI-FI мережі пристрій залишився!!! Думаю, що проблеми були у запитах до пристрою між рідним додатком і інтеграцією...
Everything started working with firmware version 1.23!!! At first it didn't work for a long time, but when I wrote down the MAC, as indicated in the device properties in the GREE+ application, then I specified the second version encryption_version: 2, and then (and this is the main thing) I deleted the air conditioner from the GREE+ application, but the device remained in the WI-FI network!!! I think the problems were in the requests to the device between the native application and the integration...
Closing stale issue. Feel free to reopen if still relevant.