SebuZet / samsungrac

Home Assistant Climate Device for controlling (not only) Samsung AC
64 stars 31 forks source link

Support for Wind-Free options #17

Open kleju00 opened 4 years ago

kleju00 commented 4 years ago

Hello, some Samsung air conditioners have a Wind-Free function that is not currently supported. Would it be possible to add this feature in the future? I send attributes of my air conditioning with this function enabled:

hvac_modes: cool,heat,dry,fan_only,heat_cool,off min_temp: 16 max_temp: 32 target_temp_step: 1 fan_modes: auto,low,medium,high preset_modes: none,sleep,boost,home,comfort,quiet swing_modes: off,vertical,horizontal,both name: yaml device_state: {"Devices": [{"Alarms": [{"alarmType": "Device", "code": "FilterAlarm_OFF", "id": "0", "triggeredTime": "2020-01-19T20:29:13"}], "ConfigurationLink": {"href": "/devices/0/configuration"}, "Diagnosis": {"diagnosisStart": "Ready"}, "EnergyConsumption": {"saveLocation": "/files/usage.db"}, "InformationLink": {"href": "/devices/0/information"}, "Mode": {"modes": ["Wind"], "options": ["Comode_Nano", "Sleep_0", "Autoclean_Off", "Spi_On", "FilterCleanAlarm_0", "OutdoorTemp_57", "CoolCapa_25", "WarmCapa_32", "UsagesDB_254", "FilterTime_1395", "ExtendOptionCode_1", "OptionCode_56506", "UpdateAllow_NotAllowed", "FilterAlarmTime_500", "Function_15", "Volume_100"], "supportedModes": ["Cool", "Dry", "Wind", "Auto"]}, "Operation": {"power": "On"}, "Temperatures": [{"current": 22.0, "desired": 24.0, "id": "0", "maximum": 30, "minimum": 16, "unit": "Celsius"}], "Wind": {"direction": "Fix", "maxSpeedLevel": 4, "speedLevel": 1}, "connected": true, "description": "TP6X_RAC_17K", "id": "0", "name": "RAC", "resources": ["Alarms", "Configuration", "Diagnosis", "EnergyConsumption", "Information", "Mode", "Operation", "Temperatures", "Wind"], "type": "Air_Conditioner", "uuid": "xxx"}]} hvac_mode: fan_only preset_mode: Comode_Nano power: on purify: on auto_clean: off beep: Function_15 special_mode: Comode_Nano special_modes: off,sleep,speed,2step,comfort,quiet,smart fan_mode: low fan_max_mode: turbo fan_max_modes: auto,low,medium,high,turbo swing_mode: off good_sleep: 0 temperature: 24 current_temperature: 22 friendly_name: climate_ip_yaml supported_features: 57

My AC model: AR09MSPXBWKN

It looks like this mode is called "nano". Interestingly, this integration allows me to enable the "smart" function which is not available from the SamartThings application and IR remote control. Anyone know what this function does for? Many thanks for the integration which has more possibilities than the one provided by the manufacturer!

PS: Is it possible to get into the energy consumption of air conditioning?