ha-smartthinq-sensors icon indicating copy to clipboard operation
ha-smartthinq-sensors copied to clipboard

Support for "Window Open Detection" on AC

Open AndreiArdelean1 opened this issue 8 months ago • 0 comments

Is your feature request related to a problem? Please describe. I'd like to have support for "Window Open Detection". Window Open Detecting Reduces energy loss as energy saving mode starts automatically during sudden temperature changes.

Describe the solution you'd like I'd like 1 new entity in home assistant to turn "Window Open Detection" on and off.

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:

On : 'airState.miscFuncState.window': 675841.0, | binary: 10100101000000000001
Off: 'airState.miscFuncState.window': 675840.0, | binary: 10100101000000000000

AndreiArdelean1 avatar Jun 08 '24 07:06 AndreiArdelean1