-
Notifications
You must be signed in to change notification settings - Fork 9
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
Please add support for Smart AC devices (WR01, WR02) #229
Comments
Thank you for submitting this issue. I appreciate helping us to make this library "great again!". I will take a look in the next days. |
Appreciate it, thanks! Let me know if I can help with anything (data, testing). |
Any progress with this? Could I help you with anything? |
I am resolving the device list issue : #253 |
For the 422 status code, it works properly on my side: tado.set_temperature(1, 19, "MANUAL")
May you tell me more about your 422 issue? |
Hmm, thats pretty much it at the moment I guess. With different Tado models (Smart Thermostat) lib works from Python script just fine but with AC models got that 422 error when setting the temperature. Ideas how to debug? |
tried to run set temperature from cli and got some more detailed error:
|
Any progress with this? Did those errors I sent give any clue? |
@juntta How is it going on the issue? Do you still have the behavior with more recent versions? |
Hi! This has been on hold at my side for a while (since no need for heating during summer 😉). I'll try newer versions later this week. |
Thanks for great library, unfortunately ran into issues with my Tado setup with 3 Smart AC devices (2 WR01's and 1 WR02).
With command
python -m libtado devices
, i get this message:And when tried to:
t.set_temperature(6, 23, "MANUAL")
I Got:
422 Client Error for url https://my.tado.com/api/v2/homes/XXX/zones/6/overlay
The text was updated successfully, but these errors were encountered: