{"id":19613919,"url":"https://github.com/webmatze/tado_client","last_synced_at":"2026-05-14T17:37:06.441Z","repository":{"id":66587485,"uuid":"575056117","full_name":"webmatze/tado_client","owner":"webmatze","description":"a Ruby client for the tado thermostat API","archived":false,"fork":false,"pushed_at":"2022-12-06T22:56:12.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-09T10:28:02.935Z","etag":null,"topics":["ruby-client","tado","tado-api"],"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/webmatze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-06T16:52:14.000Z","updated_at":"2024-03-17T08:58:51.000Z","dependencies_parsed_at":"2023-03-05T04:45:39.571Z","dependency_job_id":null,"html_url":"https://github.com/webmatze/tado_client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmatze%2Ftado_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmatze%2Ftado_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmatze%2Ftado_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmatze%2Ftado_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webmatze","download_url":"https://codeload.github.com/webmatze/tado_client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240906326,"owners_count":19876618,"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":["ruby-client","tado","tado-api"],"created_at":"2024-11-11T10:49:11.496Z","updated_at":"2026-05-14T17:37:01.419Z","avatar_url":"https://github.com/webmatze.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tado API client\n\na Ruby client for the tado thermostat API\n\n## Current and Planned Features\n\n- [x] OAuth Authentification\n- [x] Get user (me) data\n- [ ] Get/Set temperature of a room\n\n## Installation\n\nBundler\n\n```ruby\n# add to your Gemfile\ngem 'tado_client'\n```\n\nas Gem:\n\n```bash\ngem install tado_client\n```\n\n## Usage (WIP)\n\nGet an access token:\n\n```ruby\naccess_token = Tado::OAuth.access_token(\n    username: 'username', \n    password: '\u003cpassword\u003e', \n    client_id: 'client-id', \n    client_secret: '\u003csecret\u003e'\n)\n```\n\nSet temperature for a home zone:\n\n```ruby\nrequire 'tado_client'\n\n# Replace with your tado access token\naccess_token = 'your_access_token'\n\n# Replace with your desired temperature\ntarget_temperature = 21.5\n\n# Create a new Tado::Client\nclient = Tado::Client.new(access_token: access_token)\n\n# Get the user's data\nme_data = client.me\n\n# Get the first home and zone\nhome = me_data.homes.first\nzone = home.zones.first\n\n# Set the target temperature for the zone\nzone.set_temperature(target_temperature)\n\n```\n\nThis API will change while developing this gem.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmatze%2Ftado_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebmatze%2Ftado_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmatze%2Ftado_client/lists"}