esphome_samsung_ac
esphome_samsung_ac copied to clipboard
[NASA] Vertical swing mode not present - how to activate?
Hi together,
I would like to ask what could I do to see the vertical swing mode?
climate: AJ080TXJ4KG/EU and AR09TXHZAWKN ESPHome 2024.7.1 source: github://lanwin/esphome_samsung_ac@main
Here is a part from the log, where I activated the vertical swing mode via remote:
[16:04:12][W][samsung_ac:586]: s:20.00.02 d:b3.00.ff ENUM_in_louver_hl_swing 0
[16:04:14][W][samsung_ac:586]: s:20.00.02 d:b3.00.ff ENUM_in_louver_hl_swing 1
Here the snippet from ESP yaml:
# Configuration of AC component
samsung_ac:
non_nasa_keepalive: true
capabilities:
┊ vertical_swing: true
┊ presets:
┊ ┊ quiet: true
┊ ┊ sleep: true
┊ ┊ fast: true
┊ ┊ longreach: false
┊ ┊ windfree: false
devices:
┊ - address: "20.00.02" # Indoor device address
┊ ┊ # Each property below is optional (climate, room_temperature etc.) - you can delete those which you dont need.
┊ ┊ # For the names we suggest to choose a combination of room name and the thing it controls.
┊ ┊ # Configures/overrides the capabilites for this devices.
┊ ┊ # Look above for all options.
┊ ┊ capabilities:
┊ ┊ ┊ horizontal_swing: false # This device have no h swing.
┊ ┊ # Creates climate control in Home Assistant. A climate control combines multiple of the controls below (like temperature, mode etc.)
┊ ┊ climate:
┊ ┊ ┊ name: "Klima "
┊ ┊ # The controls directly below are all included in the climate control. Its adviced to only add the climate control and skip the extra controls.
┊ ┊ room_temperature:
┊ ┊ ┊ name: "Klima Temperatur"
┊ ┊ target_temperature:
┊ ┊ ┊ name: "Klima Zieltemperatur"
┊ ┊ power:
┊ ┊ ┊ name: "Klima power"
┊ ┊ mode:
┊ ┊ ┊ name: "Klima mode"
┊ ┊ # If your AC sits near or inside the ceiling, the reported room temperature is often a little bit heigher then whats
┊ ┊ # measured below. This property can be used to correct that value.
┊ ┊ room_temperature_offset: 0.0
┊ ┊ # Only supported on NASA devices
┊ ┊ room_humidity:
┊ ┊ ┊ name: "Klima humidity"
In home assistant is unfortunately no option for the swing mode visible: