-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to set any modes outside of Off, Cool, Auto #47
Comments
@palazzem Did you manage to make any progress on this issue? Anyone with a Tado Smart AC Control still cannot properly use it through Home Assistant. |
@wmalgadey I don't see much activity in this repository, so I'm wondering what are the contributions guidelines to get any change merged. If you feel like you don't have time to follow-up on this project, I may work to properly move this project where the community can actively work on it. Let me know how I can help to get future changes merged. Thank you very much! |
@palazzem you are right! I am not using github alot, so I mostly miss the notifications. I merge now and then, when I see it :D |
@palazzem, and yes, I have no problem to move this somewhere else, so somebody more active can maintain it better. I am currently not able to merge the PRs because I don't know the impact of the changes |
Thank you very much @wmalgadey for the clarification, and in general for supporting the community with your free time! Of course, in any action I will take, I will be sure to keep you as author given the work you put on this project. In another step you may add me as maintainer for the Python package (https://pypi.org/project/python-tado/) so that I can ship releases when needed. My nickname is always "palazzem" (https://pypi.org/user/palazzem/). Feel free to push back if you think there is a better way to support you in maintaining this package! |
Thanks @wmalgadey ! I'll keep you posted about future changes I'd like to introduce (regarding testing and so on). |
Fyi: I already added you as maintainer on pypi! |
Hello!
I was investigating an issue in Home Assistant for an integration (Tado) that uses this library.
TL;DR from Home Assistant I can only use [Off, Cool, Auto] modes. If I set another mode (e.g. Dry) I get an error from the Tado API. I wrote down my investigation here if you are curious about the triaging I did.
To summarize, I've reproduced the issue by using this library so it seems it's not a problem with HA. Here you can find the snippet I used:
I found that (code) if
setTemp
is not set,fanSpeed
andswing
are not sent as parameters during the API call. If I do a change to send them regardless (I move both outside of theif
clause), then this works as expected.I'm opening this issue to understand better what it could be and I have a few questions:
fanSpeed
andswing
set?Thank you very much in advance!
The text was updated successfully, but these errors were encountered: