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

Since upgrade to 2.12.0 Lost Climate present mode (Vertical swing mode) (EMPTY) #177

Closed sthevenp closed 3 months ago

sthevenp commented 3 months ago

Describe the bug Since upgrade to 2.12 Lost Vertical Switch settings from GUI

To Reproduce Steps to reproduce the behavior: The Vertical swing mode shows empty in the Climate settings

Configuration Standard

Expected behavior Before I upgrade to 2.12 the Vertical swing mode was able to adjust from the GUI - now its gone

Screenshots See the bottom of the attached picture!!! IMG_0041

Platform:

Additional context

Logs 2024-06-19 08:53:24.479 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139803016358800] Preset mode is not valid. Valid preset modes are:

jodewee commented 3 months ago

which encryption method do you use?

sthevenp commented 3 months ago

This is my configuration in the climate.yaml file:

Living Room

I'm not configured the encryption method

alanoitaliano commented 3 months ago

Same here after update, when re-added the entity vertical swing is just not there anymore

ShiinaKin commented 3 months ago

try to append horizontal_swing: true in climate.yml, my a/c support horizontal swing

for me, the panel look like now in 2.12, HA webui

image

sthevenp commented 3 months ago

try to append horizontal_swing: true in climate.yml, my a/c support horizontal swing

for me, the panel look like now in 2.12, HA webui

image

It worked.

IMG_0044

Added this line under all climates and now it is working fine:

horizontal_swing: true

Thx for the hint!

Tempmail1234-pass commented 3 months ago

@ShiinaKin @sthevenp Do you know how to set the A/C light from the panel? This is the 'Lig' option. From where the html code for the panel is taken? How can I change it?

jodewee commented 3 months ago

@ShiinaKin @sthevenp Do you know how to set the A/C light from the panel? This is the 'Lig' option. From where the html code for the panel is taken? How can I change it?

create a toggle helper & configure that in the climate.yaml config:

Tempmail1234-pass commented 3 months ago

@jodewee What is a toggle helper? and how to configure the string after input_boolean correctly if my A/C name is just ac? What to write there?

jodewee commented 3 months ago

image image image

That wil create a virtual switch in HomeAssistant so you can toggle the light on and off

toughvj commented 3 months ago

@RobHofmann plea close as resolved.