RobHofmann / HomeAssistant-GreeClimateComponent

Custom Gree climate component written in Python3 for Home Assistant. Controls AC's supporting the Gree protocol.
GNU General Public License v3.0
309 stars 104 forks source link

[not a bug] v2.13 works on firmware v1.21 #181

Closed NikolaSivkov closed 3 months ago

NikolaSivkov commented 3 months ago

Hello there, After some trial and error, i got the v2.13 to work with my gree AC, that are on firmware v1.21! Thank you for your efforts and to the contributor of the PR for v2.13

Here's my config

- platform: gree
  name: Bedroom AC
  host: 192.168.1.x
  port: 7000
  mac: '94:24:b8:xx:xx:xx'
  #encryption_key: 'a3K8Bx%2r8Y7GREE' < not needed
  encryption_version: 2 # < MUST BE V2
  target_temp_step: 1
  temp_sensor: sensor.bedroom_ac_temp
  lights: input_boolean.bedroom_ac_lights
  xfan: input_boolean.bedroom_ac_xfan
  health: input_boolean.bedroom_ac_health
  sleep: input_boolean.bedroom_ac_sleep
  powersave: input_boolean.bedroom_ac_powersave
  eightdegheat: input_boolean.bedroom_ac_eightdegheat
  air: input_boolean.bedroom_ac_air
  target_temp: input_number.bedroom_ac_target_temp
toughvj commented 3 months ago

I'm glad I could help ;)

RobHofmann commented 3 months ago

Thanks! Cheers :).