ollo69 / ha-smartthinq-sensors

HomeAssistant custom integration for SmartThinQ LG devices configurable with Lovelace User Interface.
Apache License 2.0
1.03k stars 149 forks source link

Support for "Soft Air" on AC #758

Open AndreiArdelean1 opened 3 weeks ago

AndreiArdelean1 commented 3 weeks ago

Is your feature request related to a problem? Please describe. I'd like to have support for "Soft Air" feature in the integration. With soft air, the ac blows the air through a different slit on the unit while the main louver is closed. Soft air can be either on or off and, it can have values from -4 to +4

Describe the solution you'd like I'd like 2 new entities in home assistant for "soft air". One for turning it on or off, and one for setting the value

Describe alternatives you've considered I haven't found many alternatives to that problem

Additional context Here are the values from the device JSON that I've gathered:

Off -4: 'airState.tempState.discharge': 32772.0, | binary: 01000000000000100
On  -4: 'airState.tempState.discharge': 98308.0, | binary: 11000000000000100
On  -1: 'airState.tempState.discharge': 98305.0, | binary: 11000000000000001
amaciuc commented 2 weeks ago

Up :+1: