The component is able to change both temperature and fan speed. That works correctly.
But the swing is blocked and does nothing.
The AC has many options that can be set using its remote for the vertical swing (not horizontal). When controlled with the climate_ir the vertical swing is just blocked in the middle.
Which version of ESPHome has the issue?
2024.7.3
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2024.8.1
What platform are you using?
ESP8266
Board
nodemcu CH340 v3
Component causing the issue
climate
Example YAML snippet
remote_transmitter:
id: ac_salon_transmitter
pin: D1
carrier_duty_percent: 50%
climate:
# Works all but not swinging
- platform: gree
model: yac1fb9
supports_cool: true
supports_heat: true
name: "Living Room AC"
sensor: temperature_sensor
transmitter_id: ac_salon_transmitter
Anything in the logs that might be useful for us?
No response
Additional information
In case it's useful, in the HA integration I'm making use of the thermostat card
As said both temperature and fan control works, its the swing button that does nothing.
The problem
The component is able to change both temperature and fan speed. That works correctly. But the swing is blocked and does nothing.
The AC has many options that can be set using its remote for the vertical swing (not horizontal). When controlled with the climate_ir the vertical swing is just blocked in the middle.
Which version of ESPHome has the issue?
2024.7.3
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2024.8.1
What platform are you using?
ESP8266
Board
nodemcu CH340 v3
Component causing the issue
climate
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
In case it's useful, in the HA integration I'm making use of the thermostat card
As said both temperature and fan control works, its the swing button that does nothing.