{"id":17133985,"url":"https://github.com/shkm/tado","last_synced_at":"2025-04-13T08:53:50.869Z","repository":{"id":59157167,"uuid":"81977267","full_name":"shkm/tado","owner":"shkm","description":"🌡 Quick 'n dirty gem for interacting with Tado's v2 API","archived":false,"fork":false,"pushed_at":"2022-10-24T14:54:36.000Z","size":7,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-11T15:57:54.221Z","etag":null,"topics":["api","ruby","smart-home","tado","thermostat"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shkm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-14T18:41:12.000Z","updated_at":"2022-03-29T10:01:57.000Z","dependencies_parsed_at":"2023-01-20T12:18:48.533Z","dependency_job_id":null,"html_url":"https://github.com/shkm/tado","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shkm%2Ftado","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shkm%2Ftado/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shkm%2Ftado/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shkm%2Ftado/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shkm","download_url":"https://codeload.github.com/shkm/tado/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248688543,"owners_count":21145763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","ruby","smart-home","tado","thermostat"],"created_at":"2024-10-14T19:43:29.910Z","updated_at":"2025-04-13T08:53:50.848Z","avatar_url":"https://github.com/shkm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tado\n\nReally simple gem for interacting with Tado's V2 API. The API is still officially closed, so I followed [this excellent blog post](http://blog.scphillips.com/posts/2017/01/the-tado-api-v2/) by [Stephen C Phillips](https://github.com/scp93ch).\n\nNote that the auth response is cached to `~/.tado_auth`.\n\n## Basic usage\n\nSet up a new Tado object:\n\n```\ntado = Tado.new(username: ..., password: ...)\n```\n\nGet some info about you and your home with `tado.me`. You might want to grab your home ID. You'll find it in `tado.me.homes`.\n\nNow set your home_id. You can also pass `home_id` to the initializer.\n\n```\ntado.home_id = ...\n```\n\nNow you can get some info about your home using the other methods.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshkm%2Ftado","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshkm%2Ftado","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshkm%2Ftado/lists"}