npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-samsung-air-conditioner-smart-things

v1.0.9

Published

Homebridge plugin for controlling Samsung Air Conditioner using the smartthings api.

Downloads

44

Readme

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).

Optional Settings

  • 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.
  • Enable showing the humidity value if desired: The value will be shown as 0% as long as the device is turned off or just started. This is a limitation of the smartthings api.
  • If your Air conditioners support the WindFree option, enable the windFreeSupported option (config.json). This allows you to enable the WindFree mode through the "oscillation" settings of the fan while the normal oscillation (fixed vs all directions) is available through the Air conditioner in Apple Home. This changes makes it easier to enable the WindFree mode if the fan and Air conditioner settings are grouped in Apple Home (which is the default if added through Homebridge).

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 AC mode
  • Turning the fan on and off
  • Getting and setting fan operation mode (manual / automatic)
  • Getting and setting rotation speed of the fan
    • A target fan speed of automatic will report with a rotation speed of 0% as the actual rotation speed cannot be determined.
  • Getting and setting oscillation mode
  • Getting and setting WindFree mode (if supported)
  • Getting current humidity (if enabled)