{"id":20235699,"url":"https://github.com/a1studmuffin/samsungac-cli","last_synced_at":"2026-07-18T22:02:27.335Z","repository":{"id":114830633,"uuid":"581515210","full_name":"a1studmuffin/samsungac-cli","owner":"a1studmuffin","description":"SmartThings CLI climate entity for Home Assistant","archived":false,"fork":false,"pushed_at":"2024-12-06T09:50:15.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-23T02:57:40.574Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a1studmuffin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2022-12-23T12:14:05.000Z","updated_at":"2024-12-06T09:50:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"1451de2b-69fd-4d7f-bc13-399c9033ae26","html_url":"https://github.com/a1studmuffin/samsungac-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a1studmuffin/samsungac-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1studmuffin%2Fsamsungac-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1studmuffin%2Fsamsungac-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1studmuffin%2Fsamsungac-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1studmuffin%2Fsamsungac-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a1studmuffin","download_url":"https://codeload.github.com/a1studmuffin/samsungac-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a1studmuffin%2Fsamsungac-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014759,"owners_count":26085593,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-14T08:17:21.580Z","updated_at":"2025-10-13T11:16:33.443Z","avatar_url":"https://github.com/a1studmuffin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmartThings CLI climate entity for Home Assistant\n\nA Home Assistant custom component to control Samsung HVAC units via [SmartThings CLI](https://github.com/SmartThingsCommunity/smartthings-cli).  \nThis is an alternative to the official [SmartThings integration](https://www.home-assistant.io/integrations/smartthings), and doesn't require SSL or Home Assistant Cloud subscription.  \nTested using a Samsung MIM-H04AN wifi kit with air conditioner model AC160JNHFKH/SA.  \n\n## Installation\n\n1. Install via HACS, or manually copy the files in `/custom_components/samsungac-cli/` to `\u003cconfig directory\u003e/custom_components/samsungac-cli`.\n2. Install the `smartthings` binary on your Home Assistant install.  \n   eg. For Home Assistant OS running on a Raspberry Pi, in a Terminal window type:\n   ```\n   wget -c https://github.com/SmartThingsCommunity/smartthings-cli/releases/download/%40smartthings%2Fcli%401.0.1/smartthings-linuxstatic-armv7.tar.gz -O - | tar -xz -C /usr/local/bin/\n   ```\n   This will download and extract the `smartthings` binary to `/usr/local/bin/smartthings`.\n\n## Configuration\n\n### configuration.yaml\n\n```yaml\nclimate:\n  - platform: samsungac-cli\n    name: My Samsung AC\n    access_token: !secret smartthings_personal_access_token\n    device_id: !secret smartthings_device_id\n    smartthings_path: /usr/local/bin/smartthings\n```\n### secrets.yaml\n\n```yaml\nsmartthings_personal_access_token: \u003cyour_personal_access_token\u003e\nsmartthings_device_id: \u003cyour_device_id\u003e\n```\n### Configuration variables\n\nkey | description  \n:--- | :---  \n**access_token (Required)** | Your SmartThings Personal Access Token (PAT). To create one, follow the \"Personal Access Token (PAT)\" steps [here](https://www.home-assistant.io/integrations/smartthings/#personal-access-token-pat).\n**device_id (Required)** | The device ID of your SmartThings HVAC unit. Find this using SmartThings CLI's ['devices' command](https://github.com/SmartThingsCommunity/smartthings-cli#smartthings-devices-id).\n**smartthings_path (Required)** | The path on your Home Assistant instance to the `smartthings` binary.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa1studmuffin%2Fsamsungac-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa1studmuffin%2Fsamsungac-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa1studmuffin%2Fsamsungac-cli/lists"}