homebridge-samsung-windfree-ac
v1.1.0
Published
Homebridge plugin for Samsung WindFree AC.
Downloads
101
Maintainers
Readme
Homebridge Samsung WindFree AC
This is a Homebridge plugin for Samsung WindFree AC.
Description
This plugin allows you to control your Samsung WindFree AC through Homebridge.
Installation
Install this plugin using: hb-service add homebridge-samsung-windfree-ac
Configuration
Configuration parameters:
name
: The name of the platform.BaseURL
: The base URL for the API.AccessToken
: Your access token. They can be created and managed on the personal access tokens page.
Here is a sample configuration:
{
"platforms": [
{
"platform": "Homebridge Samsung WindFree AC",
"name": "Samsung WindFree AC",
"BaseURL": "https://api.smartthings.com/v1/",
"AccessToken": "your_access_token"
}
]
}
Supported Modes
off
cool
heat
auto
Supported Optional Modes
windFree
To enable this mode, you need to select the
windFree
option in the plugin settings.
Roadmap
- [x] Add support for
windFree
mode. - [ ] Add automated tests and CI/CD.