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

Lights don't work with the latest version #141

Closed Dehumanizer77 closed 1 year ago

Dehumanizer77 commented 1 year ago

Describe the bug Lights boolean input has stopped working after upgrade to 2.4.0, more specifically it looks like it's read only. When I turn on display via AC remote, the input_boolean changes to true, if I turn it off, it changes to false, but when I change the input manually via HA, it does not change the actual state of the display. It was working perfectly before.

Configuration

Platform:

codo70 commented 1 year ago

Same with me also 8 Degrees option and external Sensor

poisondima commented 1 year ago

After updating to version 2.4.0 the following settings stopped working:

      temp_sensor: sensor.temp_0_temperature
      lights: input_boolean.gree_lights
      xfan: input_boolean.gree_xfan
      health: input_boolean.gree_health
      sleep: input_boolean.gree_sleep
      powersave: input_boolean.gree_powersave

Rolled back to version 2.3.2 and everything works again! p.s. HA version 2023.5.4

smarecki commented 1 year ago

Same problem with lights.

RobHofmann commented 1 year ago

Should be fixed with 2.4.1.

Let me know.

Dehumanizer77 commented 1 year ago

works fine! 👍