Life Pro Air Conditioner + Wifi Module

Hi!

I am using a Life Pro AC Inverter through Wifi with an android app named INVmate II
There is any chance in order to integrate this climate with home assistant using HACS GreeClimateComponent or other intergration?
If yes, how can I do this. I tried the default instalation through HACS and the default configuration which contains:

    platform: gree
    name: AC Living Room
    host: 192.168.0.212
    port: 7000
    mac: "BC:FF:BB:CC:E7:F5"
    target_temp_step: 1

But I always get this error when I restart HA:


Error while setting up gree platform for climate

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 250, in _async_setup_platform
await asyncio.shield(task)
File "/usr/local/lib/python3.8/asyncio/coroutines.py", line 124, in coro
res = func(*args, **kw)
File "/config/custom_components/gree/climate.py", line 118, in async_setup_platform
GreeClimate(hass, name, ip_addr, port, mac_addr, timeout, target_temp_step, temp_sensor_entity_id, lights_entity_id, xfan_entity_id, health_entity_id, powersave_entity_id, sleep_entity_id, eightdegheat_entity_id, air_entity_id, hvac_modes, fan_modes, swing_modes, encryption_key, uid)
File "/config/custom_components/gree/climate.py", line 165, in init
self._encryption_key = self.GetDeviceKey().encode("utf8")
File "/config/custom_components/gree/climate.py", line 247, in GetDeviceKey
return self.FetchResult(cipher, self._ip_addr, self._port, self._timeout, jsonPayloadToSend)['key']
File "/config/custom_components/gree/climate.py", line 230, in FetchResult
data, addr = clientSock.recvfrom(64000)
socket.timeout: timed out

Any advices?

Thank you in advance!

Check midea in HACS one can work

1 Like

Ohhhh, Now I’ve seen that my AC is working with Midea app as well…
Thank you for the tip