Gree Climate distinct sensors

Hi.
Please split sensors in the integration, to be able to reference them into HA dashboards. It is annoying to see only a single sensor which when you click it will open an interface with multiple things.

And more than that, Power on and Power off is strange to be in the Mode dropdown list. It should be a distinct button, like in any other app.

I will wait for a feedback for this, thanks.

I know it is not what you are looking for but for the time being you could link a button card to the attributes of your Gree airco
see below options:


hvac_modes:
  - auto
  - cool
  - dry
  - fan_only
  - heat
  - "off"
min_temp: 8
max_temp: 30
target_temp_step: 1
fan_modes:
  - auto
  - low
  - medium low
  - medium
  - medium high
  - high
preset_modes:
  - eco
  - away
  - boost
  - none
  - sleep
swing_modes:
  - "off"
  - vertical
  - horizontal
  - both
current_temperature: 11
temperature: 30
fan_mode: auto
preset_mode: none
swing_mode: "off"
friendly_name: Airco 5 Melissa
supported_features: 441

Don’t forget to vote for your own request :wink:
see Feature Request Guidelines 📔

edit:
btw. witch sensor attributes are you referencing to? I couldn’t find any additional attributes for the climate entities in the code of the gree integration

You are talking to me? I don’t understand your message!

For example, I don’t see a Buzzer On_Off attribute. If you call one of the functionality of the integration, in the night, I might get up with the climate in my head, because will get up all the house!
I’ve saw there is already a post on the internet on some integrations for this climate that send also this attribute in the command to the climate, Buzzer_ON_OFF=1.

yes.

Which part?

I was referring to this statement - could you show us an example (eq. a screenshot) what you mean by this?

AC Sala - is the sensor named climate.< macaddress > … everything in that card is one sensor, which probably contains other sensors, I don’t know …
Is any possible way to get for example only the power on/ power off sensor outside that climate sensor?

this is from the code editor…

Maybe I want to put the On/Off button only, somewhere on another dashboard, or to display the info about temps in other way, not like in this card.

Thanks (sorry, I’m not so familliar with HA integrations)

You can use the common entity card, select the climate entity and then the attribute you want to show like this:

1 Like