RobHofmann/HomeAssistant-GreeClimateComponent

new encryption method: Setup of platform gree is taking longer than 60 seconds. Startup will proceed without waiting any longer

Closed this issue · 2 comments

Describe the bug
Setup of platform gree is taking longer than 60 seconds. Startup will proceed without waiting any longer
gree wifi module - Saunier duval AC

Configuration

  • platform: gree
    name: GREE_AC_Slaapkamer
    host: 192.168.2.108
    port: 7000
    target_temp_step: 1
    mac: '50:2c:c6:6c:d3:63 '
    encryption_version: 2

Logs
2024-05-28 08:19:09.132 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform
2024-05-28 08:19:09.132 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass
2024-05-28 08:19:09.132 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device
2024-05-28 08:19:09.132 INFO (MainThread) [custom_components.gree.climate] Retrieving HVAC encryption key
2024-05-28 08:19:09.136 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.2.108, 7000, 10, {"cid": "app","i": 1,"pack": "Jtod3XIt89Lmts7UOX9DVMtyvtACwAvmIgk1XvjRhP3BJG4M21c9Ltuj5KyGRsfKwaWyUM/haPRa4M+DJOzOhvw=","t":"pack","tcid":"502cc66cd363 ","uid": 0, "tag" : "hRMsM1udBUG5eWnjI0N7aw=="})
2024-05-28 08:19:19.140 ERROR (MainThread) [homeassistant.components.climate] Setup of platform gree is taking longer than 60 seconds. Startup will proceed without waiting any longer.

got it working with following config on vaillan/bulex vaivair using fw 1.08.
Ac's configured on the ewpe/gree app.

after 2years of struggeling ;-)
it also works without providing the encryption key.

platform: gree
name: GREE_AC_Slaapkamer
host: 192.168.2.108
port: 7000
target_temp_step: 1
mac: "502cc66cd363"
encryption_version: 2
uid: 0

image

Glad to hear! :)

Cheers!