Integrating Gree+ Smart Climate into Home Assistant

Hi everyone, I’m currently exploring the integration of my Gree+ smart climate system into Home Assistant. I have two Sinclair split-system air conditioners that I control via the Gree+ app, and I’m eager to bring this functionality into my HA setup. I followed the integration guide from this GitHub repository but ran into some initial issues. After updating the HACS integration, I encountered a new error message: Setup of platform gree is taking longer than 60 seconds.

Here’s a quick overview of my configuration:

yaml
climate:

  • platform: gree
    name: Wohnzimmer
    host: 192.168.2.10
    port: 7000
    mac: 50-2C-C6-2F-F3-EA
    target_temp_step: 1
    encryption_key: uid
    temp_sensor: lights
    xfan: health
    sleep: powersave
    eightdegheat: air

  • platform: gree
    name: Schlafzimmer
    host: 192.168.2.3
    port: 7000
    mac: 50-2C-C6-2F-F1-D5
    target_temp_step: 1

I’m wondering if anyone else has successfully integrated their Gree+ system into HA and if they could share any tips or troubleshooting steps. Any advice would be greatly appreciated! :pray: