Skip to content

eternal-learnerdotcom/homebridge-samsung-air-conditioner-smart-things

 
 

Repository files navigation

homebridge-samsung-air-conditioner-smart-things

Homebridge plugin for controlling Samsung Air Conditioner using the smartthings api. This setup doesn't require a smartthings hub, but all the interactions with the devices are done through the api, not on your local network.

Installation

  1. Install Homebridge.
  2. Install this plugin by running npm install -g homebridge-samsung-air-conditioner-smart-things.
  3. Setup your Air conditioner devices in the smartthings app.
  4. Login and generate a new token for the smartthings api.
    • Make sure you select all scopes in the devices section.
    • Make sure you can see the devices you want to use for the current user, in the "My Devices" tab.
  5. Copy the token and paste it in the token property of the plugin (config.json).
  6. [Optional] In case your smartthings account returns the temperature in Fahrenheit, set the Temperature unit config property to F and also make sure that your device in HomeKit is also set to Fahrenheit. Otherwise leave the default value for Temperature unit.

Features

  • Import all AC devices in your smartthings account
  • Turning AC on and off
  • Getting and setting target temperature
  • Getting current temperature
  • Getting and setting mode

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%