{"id":38967252,"url":"https://github.com/0x4a616e/homebridge-smartthings-ac","last_synced_at":"2026-01-17T16:31:56.870Z","repository":{"id":43182693,"uuid":"381390895","full_name":"0x4a616e/homebridge-smartthings-ac","owner":"0x4a616e","description":"Control your Samsung SmartThings Air Conditioner with HomeKit","archived":false,"fork":false,"pushed_at":"2023-04-22T18:18:04.000Z","size":1602,"stargazers_count":17,"open_issues_count":13,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-26T04:30:45.948Z","etag":null,"topics":["home-automation","homebridge","homebridge-plugin","homekit","smartthings","smartthings-api"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x4a616e.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}},"created_at":"2021-06-29T14:19:12.000Z","updated_at":"2025-01-30T07:39:02.000Z","dependencies_parsed_at":"2023-10-17T05:01:23.234Z","dependency_job_id":"54634024-b922-4772-9597-391bf36b2a2c","html_url":"https://github.com/0x4a616e/homebridge-smartthings-ac","commit_stats":{"total_commits":51,"total_committers":2,"mean_commits":25.5,"dds":0.07843137254901966,"last_synced_commit":"c2462c610007902a2ad02aec050c35c6ae700616"},"previous_names":["0x4a616e/homebridge-samsung-ac"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0x4a616e/homebridge-smartthings-ac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4a616e%2Fhomebridge-smartthings-ac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4a616e%2Fhomebridge-smartthings-ac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4a616e%2Fhomebridge-smartthings-ac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4a616e%2Fhomebridge-smartthings-ac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x4a616e","download_url":"https://codeload.github.com/0x4a616e/homebridge-smartthings-ac/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4a616e%2Fhomebridge-smartthings-ac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["home-automation","homebridge","homebridge-plugin","homekit","smartthings","smartthings-api"],"created_at":"2026-01-17T16:31:56.767Z","updated_at":"2026-01-17T16:31:56.855Z","avatar_url":"https://github.com/0x4a616e.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homebridge Smartthings AC Plugin\n\nControl you Samsung SmartThings air conditioner with HomeKit using HomeBridge.\n\nNot affiliated with Samsung Electronics Co., Ltd!\n\n\u003cimg src=\"assets/homekit_ac.png\" width=\"300\"\u003e\n\n## Setup the Plugin\n\nInstall the plugin by running:\n\n    sudo npm install -g homebridge-smartthings-ac\n\nTo communicate with your SmartThings devices, you need to generate a SmartThings API token here: https://account.smartthings.com/tokens\n\nLog in with your Samsung or SmartThings account and press `GENERATE NEW TOKEN`. Make sure to select at least the following authorized scopes for your new token:\n\n* List all devices\n* See all devices\n* Control all devices \n\nIf everything is set up correctly, the scope of your token should look something like this:\n\n    MyToken — x:devices:*, l:devices, r:devices:*\n    \nThe generated API token will look like `7b2c425a-13ab-4e6f-ba42-0b11d21ba6e0`. Copy this token and paste it into the plugin settings dialog in homebridge:\n\n![Settings](assets/settings.png)\n\nFinally, restart HomeBridge to reload the plugin.\n\n## Setup Development Environment\n\nIf you want to get involved, here's how you build and install the plugin locally on your machine.\n\n### Install Development Dependencies\n\nUsing a terminal, navigate to the project folder and run this command to install the development dependencies:\n\n```\nnpm install\n```\n\n### Build Plugin\n\nTypeScript needs to be compiled into JavaScript before it can run. The following command will compile the contents of your [`src`](./src) directory and put the resulting code into the `dist` folder.\n\n```\nnpm run build\n```\n\n### Link To Homebridge\n\nRun this command so your global install of Homebridge can discover the plugin in your development environment:\n\n```\nnpm link\n```\n\nYou can now start Homebridge, use the `-D` flag so you can see debug log messages in your plugin:\n\n```\nhomebridge -D\n```\n\n### Watch For Changes and Build Automatically\n\nIf you want to have your code compile automatically as you make changes, and restart Homebridge automatically between changes you can run:\n\n```\nnpm run watch\n```\n\nThis will launch an instance of Homebridge in debug mode which will restart every time you make a change to the source code. It will load the config stored in the default location under `~/.homebridge`. You may need to stop other running instances of Homebridge while using this command to prevent conflicts. You can adjust the Homebridge startup command in the [`nodemon.json`](./nodemon.json) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x4a616e%2Fhomebridge-smartthings-ac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x4a616e%2Fhomebridge-smartthings-ac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x4a616e%2Fhomebridge-smartthings-ac/lists"}