danielkaldheim / ha_airstage

Connects your Fujitsu Airstage air conditioner to Home Assistant.
MIT License
49 stars 9 forks source link

Target Temperature validation too restrictive #26

Closed andrewmooreio closed 1 month ago

andrewmooreio commented 8 months ago

Hi,

When trying to set my air conditioning target temperature to 16 degrees, a log error is produced stating the value is out of bounds.

pyairstage.airstageAC.AirstageACError: Invalid targetTemperature: 16.0. Value must be 18.0 <= target <= 30.0

My air conditioner supports a range of 16-32, per the app and API. Here are the supported attributes:

hvac_modes: off, cool, heat, fan_only, dry, auto
min_temp: 16
max_temp: 32
target_temp_step: 0.5
fan_modes: Quiet, low, medium, high, auto
swing_modes: Vertical Swing, Highest, High, Low, Lowest

Thanks in advance.

ohshazbot commented 1 month ago

I believe this was addressed with https://github.com/danielkaldheim/pyairstage/pull/4, please let me know if you still have issues