-
Notifications
You must be signed in to change notification settings - Fork 1
Compatibility with cooling-only Tado devices #23
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
Comments
I did a change in https://github.com/wmalgadey/home-assistant/tree/tado_ac, I try to update my custom component too. But it takes some time, I may not finish this today or this week, sorry! |
Probably best to resolve this here, less clutter. I've tried fixing the encountered errors
/config/custom_components/tado.py
/config/custom_components/climate/tado.py
Still got issue with HEAT key doesn't existing
Looks like these changes now work, just testing functions |
sorry, I didn't test the changes. Thank you for your work here. I made some commits, to reflect this changes |
Hi,
I have the following error when instanciating this component :
Looking at the "capabilities" endpoint of the REST API of my.tado.com, I have the following output :
{"type":"AIR_CONDITIONING","COOL":{"temperatures":{"celsius":{"min":18,"max":30,"step":1.0},"fahrenheit":{"min":64,"max":86,"step":1.0}}}}
I have no heating section, which makes sense as my tado-controlled equipment is fairly basic.
Looking at the tado_v1.py I see that the HEAT key is called during the create_climate_device
Could it be possible to add support for cooling only climate device ? Is there any known limitation with Homeassistant ?
Thanks for any hint,
The text was updated successfully, but these errors were encountered: