erwindouna / python-tado

Asynchronous Python client for controlling Tado devices. Currently specialized for Home Assistant.
MIT License
5 stars 3 forks source link

Setting Fan Mode and Swing Mode does not work in FAN and DRY modes #57

Closed felixmueller closed 4 weeks ago

felixmueller commented 3 months ago

Problem/Motivation

Starting with release 2024.7, Home Assistant supports setting the Fan Mode and Swing Mode for Tado AC Controls. But changing the Fan Mode and Swing Mode in HA does not work in FAN and DRY modes. As @EtienneSOU mentioned in https://github.com/home-assistant/core/issues/95389, the cause seems to be this library.

Expected behavior

Setting Fan Mode and Swing Mode does also work in FAN and DRY modes

Actual behavior

Setting Fan Mode and Swing Mode does not work in FAN and DRY modes

Steps to reproduce

Try to set Fan Mode and Swing Mode while running in FAN or DRY mode

Proposed changes

Add support for setting the Fan Mode and Swing Mode while running in FAN or DRY modes

Please consult issue https://github.com/home-assistant/core/issues/95389 for further details.

Thank you so much!

erwindouna commented 3 months ago

I am actively working on this and the next commits will handle the AC's functionality. Would you be willing to test?

03397 commented 3 months ago

@erwindouna This will handle all the different fan modes? I can test if you guide me through how to install the testing version.

github-actions[bot] commented 2 months ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!

felixmueller commented 2 months ago

Update: Bug still present in HA Core 2024.8.

github-actions[bot] commented 1 month ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!

infestonn commented 4 weeks ago

Sad