HomeAssistant-GreeClimateComponent icon indicating copy to clipboard operation
HomeAssistant-GreeClimateComponent copied to clipboard

Setup of platform gree is taking longer than 60 seconds. Startup will proceed without waiting any longer - then nothing happened anymore

Open T123S opened this issue 1 year ago • 3 comments

I installed as described, but i cant see my Klarstein A/C.

Home Assistant 2023.6.3 Supervisor 2023.06.4 Operating System 10.3 Device is in the same environment as HA.

6-30 23:17:44.307 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform 2023-06-30 23:17:44.308 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass 2023-06-30 23:17:44.308 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device 2023-06-30 23:17:44.308 INFO (MainThread) [custom_components.gree.climate] Retrieving HVAC encryption key 2023-06-30 23:17:44.317 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.xx.xx, 7000, 10, {"cid": "app","i": 1,"pack": "xxx","t":"pack","tcid":"xxx","uid": 0}) 2023-06-30 23:17:54.349 ERROR (MainThread) [homeassistant.components.climate] Setup of platform gree is taking longer than 60 seconds. Startup will proceed without waiting any longer.

Logger: homeassistant.components.climate Source: helpers/entity_platform.py:254 Integration: Klima (documentation, issues) First occurred: 30. Juni 2023 um 23:17:54 (1 occurrences) Last logged: 30. Juni 2023 um 23:17:54 Setup of platform gree is taking longer than 60 seconds. Startup will proceed without waiting any longer

But then, nothing happened and no further gree entries occurs. What can it be? Is the device not supported? In this thread, it seems that it can be controlled: https://community.home-assistant.io/t/klarstein-air-conditioning-integration-please/305838/13

Thanks in advance, Theo

T123S avatar Jun 30 '23 22:06 T123S

I had the same issue, but I managed to resolve it by trying a method. I reset the Wi-Fi settings of my air conditioner using the remote control, and then reconfigured the network settings. Now, everything has been running smoothly for a week.

z-henry avatar Aug 07 '23 02:08 z-henry

I had the same issue, but I managed to resolve it by trying a method. I reset the Wi-Fi settings of my air conditioner using the remote control, and then reconfigured the network settings. Now, everything has been running smoothly for a week.

Can u give some details about reconf process? I had the same issue or u mean this Configuring HVAC WiFi?

@T123S Check your mac field at climate.yaml...I have entered mac with no "-" and ":" and HA read conf successfully!

morethanwords-agency avatar Aug 11 '23 14:08 morethanwords-agency

I'm also stuck with the same error. I got the wifi module for my Vaillant conditioner which uses Gree+ / Ewpe Smart app to control. Setting up the app was flawless and works ok. I see my device IP in my router. But can't pass this error. Gree Climate integration also doesn't find any device. Any hope for me?

climate:

  • platform: gree name: Vaillant host: 192.168.1.27 port: 7000 mac: 502cn65608b3 target_temp_step: 1

-Tried every combination to write the mac address.

2024-03-13 14:14:32.952 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform 2024-03-13 14:14:32.952 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass 2024-03-13 14:14:32.952 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device 2024-03-13 14:14:32.952 INFO (MainThread) [custom_components.gree.climate] Retrieving HVAC encryption key 2024-03-13 14:14:32.960 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.1.27, 7000, 10, {"cid": "app","i": 1,"pack": "daIBBfDfpOKJBDndWMmkG23FsVk4ttpJ+NJJ8jy+Ry6j9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"502cn65608b3","uid": 0}) 2024-03-13 14:14:42.972 ERROR (MainThread) [homeassistant.components.climate] Setup of platform gree is taking longer than 60 seconds. Startup will proceed without waiting any longer.

xertux avatar Mar 13 '24 11:03 xertux

same for me

i think i need enc key, but i cant get it((

{"t": "pack", "i": 1, "uid": 0, "cid": "", "tcid": "", "pack": {"t": "dev", "cid": "9424b8b5a1cc", "bc": "00000000000000000000000000000000", "brand": "gree", "catalog": "gree", "mac": "9424b8b5a1cc", "mid": "10001", "model": "gree", "name": "", "lock": 0, "series": "gree", "vender": "1", "ver": "V2.0.0", "ModelType": "32772", "hid": "362001065279+U-WB05RT13V1.21.bin"}} greeclimate.discovery - INFO - Found gree device Device: 9424b8b5a1cc @ 10.0.0.28:7000 (mac: 9424b8b5a1cc)

it have ver 2, maybe this is the problem?

i tried mac in different -,:,noseparators with lower keys

Small Room AC WIFI - is working, but kitchen isn't

climat.xml

  • platform: gree name: Small Room AC WIFI host: 10.0.0.96 port: 7000 mac: 'f4911e47932b' target_temp_step: 1 uid: 100096 temp_sensor: sensor.small_room_ac_wifi_temperature lights: input_boolean.small_room_ac_wifi_lights xfan: input_boolean.small_room_ac_wifi_xfan health: input_boolean.small_room_ac_wifi_health sleep: input_boolean.small_room_ac_wifi_sleep powersave: input_boolean.small_room_ac_wifi_powersave eightdegheat: input_boolean.small_room_ac_wifi_8degree air: input_boolean.small_room_ac_wifi_air_scavenging

  • platform: gree name: Kitchen AC WIFI host: 10.0.0.28 port: 7000 mac: '9424b8b5a1cc' target_temp_step: 1 #uid: 100095 #temp_sensor: sensor.kitchen_ac_wifi_temperature #lights: input_boolean.kitchen_ac_wifi_lights #xfan: input_boolean.kitchen_ac_wifi_xfan #health: input_boolean.kitchen_ac_wifi_health #sleep: input_boolean.kitchen_ac_wifi_sleep #powersave: input_boolean.kitchen_ac_wifi_powersave #eightdegheat: input_boolean.kitchen_ac_wifi_8degree #air: input_boolean.kitchen_ac_wifi_air_scavenging

MukhaBoyka avatar Apr 16 '24 08:04 MukhaBoyka

I had the same issue, but I managed to resolve it by trying a method. I reset the Wi-Fi settings of my air conditioner using the remote control, and then reconfigured the network settings. Now, everything has been running smoothly for a week.

This fixed it for me. I just toggled the wifi off/on on the remote.

lkaino avatar Apr 23 '24 10:04 lkaino

This is a more generic "can not connect" message. Feel free to reopen if you still have questions.

RobHofmann avatar May 13 '24 07:05 RobHofmann