{"id":14980367,"url":"https://github.com/nstevens1040/set-thermostat","last_synced_at":"2026-02-16T09:32:27.634Z","repository":{"id":70279093,"uuid":"396049564","full_name":"nstevens1040/Set-Thermostat","owner":"nstevens1040","description":"PowerShell function to change temperature settings on a Honeywell T5-T6 Lyric thermostat.","archived":false,"fork":false,"pushed_at":"2021-08-30T22:59:17.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T22:42:37.920Z","etag":null,"topics":["api","honeywell","lcc","lyric","powershell","resideo","temperature-control","thermostat","windows","windows-powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/nstevens1040.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":"2021-08-14T15:29:33.000Z","updated_at":"2023-04-16T23:13:51.000Z","dependencies_parsed_at":"2023-02-27T03:46:29.916Z","dependency_job_id":null,"html_url":"https://github.com/nstevens1040/Set-Thermostat","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"662c882062236b4b06e3ef19f22cde4195e04bc6"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nstevens1040%2FSet-Thermostat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nstevens1040%2FSet-Thermostat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nstevens1040%2FSet-Thermostat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nstevens1040%2FSet-Thermostat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nstevens1040","download_url":"https://codeload.github.com/nstevens1040/Set-Thermostat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242005023,"owners_count":20056423,"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","honeywell","lcc","lyric","powershell","resideo","temperature-control","thermostat","windows","windows-powershell"],"created_at":"2024-09-24T14:01:40.026Z","updated_at":"2025-10-14T12:50:12.001Z","avatar_url":"https://github.com/nstevens1040.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Set-Thermostat\nPowerShell function to change temperature settings on a Honeywell T5-T6 Lyric thermostat.  \n  \n## Requirements  \nThis script is for Windows PowerShell and will not work on PowerShell Core.  \n|                 |               |\n|-----------------|---------------|\n|PSVersion        |5.1.19041.1151 |\n|PSEdition        |Desktop        |\n|BuildVersion     |10.0.19041.1151|\n|CLRVersion       |4.0.30319.42000|\n|WSManStackVersion|3.0            |  \n  \n## Environment Variables  \nIn order to use this script, you must have these environment variables set. These values are availabe once you register with [Honeywell Home Developer](https://developer.honeywellhome.com/user/register)  \n   - HWAPIKEY = Consumer Key that you are given once you register an app.\n   - HWCALLBACK = The **URLEncoded** callback url that you set when you register an app.\n   - HWDEVICE = Your thermostat's device id. Nomenclature is LCC-{Non colon separated thermostat MAC address}.\n   - HWLOCID = Your location id. This is retrievable via the [https://api.honeywell.com/v2/locations](https://developer.honeywellhome.com/lyric/apis/get/locations) endpoint\n   - HWPASS = Your **URLEncoded** password to login to [https://developer.honeywellhome.com/](https://developer.honeywellhome.com/)\n   - HWUSER = Your **URLEncoded** username (email address) to login to [https://developer.honeywellhome.com/](https://developer.honeywellhome.com/)  \n\n## Installation  \nLoad the script into your current Windows PowerShell session.  \n```ps1\niex (irm \"https://raw.githubusercontent.com/nstevens1040/Set-Thermostat/main/Set-Thermostat.ps1\")\n```  \n## Usage\n### example  \n```ps1\nSet-Thermostat -CoolSetpoint 69\n```  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnstevens1040%2Fset-thermostat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnstevens1040%2Fset-thermostat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnstevens1040%2Fset-thermostat/lists"}