Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NASA] Vertical swing mode not present - how to activate? #152

Closed
forTT78 opened this issue Aug 1, 2024 · 3 comments · Fixed by #193
Closed

[NASA] Vertical swing mode not present - how to activate? #152

forTT78 opened this issue Aug 1, 2024 · 3 comments · Fixed by #193

Comments

@forTT78
Copy link

forTT78 commented Aug 1, 2024

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:
20240801_160017

@Oggy123
Copy link

Oggy123 commented Aug 1, 2024

Hi, you can try change horizontal_swing to true

@forTT78
Copy link
Author

forTT78 commented Aug 2, 2024

Hi, thx. But this didn't work.

Instead, I put under every device "vertical_swing: true" - this then works. :-)

I'm wondering why this statement wasn't enough in the start of the configuration under "samsung_ac" as in the example.yaml wasn't enough?

@Oggy123
Copy link

Oggy123 commented Aug 2, 2024

it's strange, I have only this in config and everything works fine for all four indoor units
samsung_ac:
capabilities:
vertical_swing: true
horizontal_swing: true

@lanwin lanwin changed the title Vertical swing mode not present - how to activate? [NASA] Vertical swing mode not present - how to activate? Sep 19, 2024
lanwin added a commit that referenced this issue Oct 21, 2024
Fix: Resolve issues #152, #187, #188 and #192 - Handle both true/false values for swing control and update preset configuration flexibility
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants