Tado: Cannot control Tado Smart AC Control
See original GitHub issueThe problem
I have a Tado Smart AC Control. I have disabled fallback mode.
Only two buttons on the Tado control in HA work - automatic schedule and power off.
All of the other controls do nothing (and changing the temperature does nothing). I have tested via the app and via my.tado.com. Controlling using these methods works as expected.
While the AC has been switched on using another method using the tado.set_climate_timer also does nothing when trying to change the temperature.
What version of Home Assistant Core has the issue?
2021.12.10
What was the last working version of Home Assistant Core?
Not known
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Tado
Link to integration documentation on our website
https://www.home-assistant.io/integrations/tado/
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No error is shown either in lovelace or logs.
Additional information
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:99 (3 by maintainers)
Top Results From Across the Web
The Smart AC Control cannot turn my AC on. What can I do?
Fix problems with tado° cooling products. The Smart AC Control cannot turn ... This could happen because the Smart AC Control is not...
Read more >Tado Smart AC Control V3+ cannot be set to heat/cool/fan
Have you disabled fallback mode in the home assistant tado integration settings ? As this causes similar issues if enabled. ombre33 (Peter) ...
Read more >Trouble shooting steps
The Smart AC Control V3+ cannot turn my AC on. ... Control? To assess tado°'s compatibility with your air conditioner, take a look...
Read more >Controlling AC With Tado Controller : r/homeassistant - Reddit
I finally got it working from the dashboard as required by deleting the Tado integration, removing the controller from the HomeKit on my...
Read more >tado° - Apps on Google Play
With tado° you control your heating and air conditioning more easily and conveniently than ever before. tado° helps you create a comfortable and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks everyone for your logs! I will prepare a fix in the coming days, and as soon as we identify what is an expected behavior, I will add tests to the integration or to
python-tado
to prevent that from breaking again. I will probably try to keep most of the logic inpython-tado
as I think it’s better to keep the HA integration as lightweight as possible.Stay tuned!
@fuzzysb thanks for the hint! I guess if
/capabilities
returns reliably what the API expects (e.g. your DRY mode must not send fanSpeed and/or temperature if I got it correctly), I should be capable of writing a test matrix that covers what should be sent and what should not based on available capabilities.Do you have any other suggestions/advice to keep in mind while upgrading this integration? Thanks!