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

There is no external temperature and others

Open pczolee opened this issue 3 years ago • 3 comments

Describe the bug First time I set up this plugin (without the optional part), which is working fine, but I saw that my AC have external temp sensor as well (I tried ewpe over mqtt with domoticz, which have made all the sensors buttons etc). So After that I added the rest optional part to the config, but there is still no other buttons or temp. Maybe I'm wrong, or the config, so please help me to solve this.

Thanks

Configuration

  • platform: gree name: Living AC host: 192.168.1.55 port: 7000 mac: XX:XX:XX:XX:XX:XX target_temp_step: 1 temp_sensor: sensor.living_ac_temp lights: input_boolean.living_ac_light xfan: input_boolean.living_ac_xfan health: input_boolean.living_ac_health sleep: input_boolean.living_ac_sleep powersave: input_boolean.living_ac_powersave eightdegheat: input_boolean.living_ac_8

Platform:

  • OS: Docker
  • Version: Home Assistant 2021.11.4

Logs There is nothing relevant.

pczolee avatar Nov 22 '21 08:11 pczolee

what are the errors you are getting?

RobHofmann avatar Nov 29 '21 23:11 RobHofmann

what are the errors you are getting?

i know this is old but, I have the below setup. and i do not want to open a new issue for something that is similar to my case

how do i show them in lovelace dashboard, i cannot set the optional options, i can only control the main features

- platform: gree
  name: Master AC 1
  host: 192.168.1.50
  port: 7000
  mac: 50:2c:xx:xx:28:02
  target_temp_step: 1
  temp_sensor: sensor.master_ac_1_temperature
  lights: input_boolean.master_ac_1_lights
  xfan: input_boolean.master_ac_1_xfan
  health: input_boolean.master_ac_1_health
  sleep: input_boolean.master_ac_1_sleep
  powersave: input_boolean.master_ac_1_powersave

- platform: gree
  name: Master AC 2
  host: 192.168.1.51
  port: 7000
  mac: 50:2c:xx:xx:ec:75
  target_temp_step: 1
  lights: input_boolean.master_ac_2_lights
  xfan: input_boolean.master_ac_2_xfan
  health: input_boolean.master_ac_2_health
  sleep: input_boolean.master_ac_2_sleep
  powersave: input_boolean.master_ac_2_powersave

i do not see any error in the logs

2022-07-13 19:53:18 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform
2022-07-13 19:53:18 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass
2022-07-13 19:53:18 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device
2022-07-13 19:53:18 INFO (MainThread) [custom_components.gree.climate] Retrieving HVAC encryption key
2022-07-13 19:53:18 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.1.50, 7000, 10, {"cid": "app","i": 1,"pack": "Vh4A7zbFHn2m+1VE8ybl8wlzH4MmdBGI4Tu4iU/5LZKj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"502cc67f2802","uid": 0})
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Fetched device encrytion key: b'1KJ6DW1KNI1EZIR2'
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting up lights entity: input_boolean.master_ac_1_lights
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting up xfan entity: input_boolean.master_ac_1_xfan
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting up health entity: input_boolean.master_ac_1_health
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting up powersave entity: input_boolean.master_ac_1_powersave
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting up sleep entity: input_boolean.master_ac_1_sleep
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Retrieving HVAC encryption key
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.1.51, 7000, 10, {"cid": "app","i": 1,"pack": "ztCtihh+HzT7HujDSRIGkJ5LjiHBhOmsQLAgmcQM5/aj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"502cc67eec75","uid": 0})
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Fetched device encrytion key: b'JO9AZyTKPiL0L4zk'
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting up lights entity: input_boolean.master_ac_2_lights
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting up xfan entity: input_boolean.master_ac_2_xfan
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting up health entity: input_boolean.master_ac_2_health
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting up powersave entity: input_boolean.master_ac_2_powersave
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting up sleep entity: input_boolean.master_ac_2_sleep
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] name(): Master AC 1
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] supported_features(): 41
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off']
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] name(): Master AC 1
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] supported_features(): 41
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass()
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Starting SyncState
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.1.50, 7000, 10, {"cid":"app","i":0,"pack":"F2Ua271t/VNdPd86FRqfqdmuhe1/8vPJUDj+ZxMOtZZpN5InFFaqzzPXebysuVapq/x/diJ19ovy+k7fXGMo9AlmumPheciS0ZxtrYKpJGBFgSl1TUJWf4QzYtYshm8QffjMVFG+uWEljwvZoJ6qt227bauibrFGldMbvOdSNlEEYSP+WmgbHgiVc+rVbbdGbugYeZrpZCG/vD3HT7nOciKn9joUF17iUWFPCmoFUdh8o8c6DJVjznGMxFjs0LoG3qQGSw6iTaxf6k9FP2iWnSnnbTGK5kF/+wSeeKx/g7k=","t":"pack","tcid":"502cc67f2802","uid":0})
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Pow: 1
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Mod: 1
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting SetTem: 24
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting WdSpd: 2
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Air: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Blo: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Health: 1
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting SwhSlp: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Lig: 1
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting SwingLfRig: 2
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting SwUpDn: 2
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Quiet: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Tur: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting StHt: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting TemUn: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting HeatCoolType: 1
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting TemRec: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting SvSt: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting SlpMod: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Done setting acOptions
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA lights option set according to HVAC state to: on
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA health option set according to HVAC state to: on
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA operation mode set according to HVAC state to: cool
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the upmost position
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Medium-Low
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Finished SyncState
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] supported_features(): 41
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off']
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): cool
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): cool
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): cool
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] supported_features(): 41
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Medium-Low
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the upmost position
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] name(): Master AC 1
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] supported_features(): 41
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] name(): Master AC 2
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] supported_features(): 41
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off']
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] name(): Master AC 2
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] supported_features(): 41
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass()
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Starting SyncState
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.1.51, 7000, 10, {"cid":"app","i":0,"pack":"DSAOtdJ03l64Q5nal67x4rxW1Fxjty3RdUlZk0WieJwPhDZxE/o15RZI5zQn5zYezV8JIEpoQJIJ82QKw+z4SAHru9nBHpzTMwG0ICi7TZz+0HTcbVAQ0C5hZx6TnxoNLhtD7TEUcY2vXpdtQXE79CiNSN9vkK+cilSjkx/7xQslzbkKqdtSU48ZUGgTB7Q4qrRDxRofKRdRC/4fquz0GhwCg3BNe3zLTQbdwajaA/I0CKWEAYAXB2uB1UuZI2L5eZrqz7gOGEYXOkFhSQmKQ/rb9pJ11pJAf/ppfpdBQSY=","t":"pack","tcid":"502cc67eec75","uid":0})
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Pow: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Mod: 1
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting SetTem: 24
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting WdSpd: 3
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Air: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Blo: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Health: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting SwhSlp: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Lig: 1
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting SwingLfRig: 1
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting SwUpDn: 1
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Quiet: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting Tur: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting StHt: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting TemUn: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting HeatCoolType: 1
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting TemRec: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting SvSt: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Setting SlpMod: 0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Done setting acOptions
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA lights option set according to HVAC state to: on
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA operation mode set according to HVAC state to: off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Swing in full range
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Medium
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] Finished SyncState
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] supported_features(): 41
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off']
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): off
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] supported_features(): 41
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Medium
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Swing in full range
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] name(): Master AC 2
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] supported_features(): 41
2022-07-13 19:53:19 INFO (MainThread) [custom_components.gree.climate] should_poll()

alamoudimoh avatar Jul 13 '22 16:07 alamoudimoh

In theory you should have climate.master_ac_1 and climate.master_ac_2 now. You can simply add those to your lovelace dashboard.

You can search entities through Developer Tools --> States and then searching for climate. See the screenshot below.

image

RobHofmann avatar Jul 14 '22 07:07 RobHofmann