-
Notifications
You must be signed in to change notification settings - Fork 46
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
add home by bridge api to my tado #134
add home by bridge api to my tado #134
Conversation
- including tests
- added logging to all http requests
Hi, I tested this and it works properly. Is it also possible to change the max temperature? |
If you give me an example how the website did it, sure. |
It's the first request. It's a PUT request. |
ohh! did the |
Yes, that worked as well. |
- with proper testing
@LarsStegman added the set method too |
The method kind of works. The setpoint is actually changed, but the response is always empty, so calling |
I changed the param to float. The response should only execute |
This is the error I get:
The problem is the |
Ok, should be fixed. The error was inside debug logging! |
Seems to work properly now! |
Description
Added the requests to
homeByBridge
endpoint of my.tado.com API and included tests.Some changes are not related to this feature, but I changed it too, because it iritated me while testing:
http.py::_configure_url
Related Issues
Type of Changes
Mark the type of changes included in this pull request:
Checklist
Additional Notes
Add any additional comments, screenshots, or context for the reviewer(s).
Thank you for your contribution to PyTado! 🎉