Skip to content

doooh/homebridge-hs100

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-hs100

NPM Version js-semistandard-style

TPLink HS100/HS110 WiFi Smart Plug plugin for Homebridge.

Installation

  1. Install Homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-hs100
  3. Update your configuration file. See the sample below.

Updating

  • npm update -g homebridge-hs100

Configuration

Sample Configuration

The name set in the Kasa App will be used as the name in Homebridge.

"platforms": [{
    "platform": "Hs100",
    "threshold": "5"
}],

Threshold: This value refers to the current power consumption. Everything smaller than this value will set the Characteristic OutletInUse to false (e.g. useful for power supplies or devices in standby, that constantly drain a small amount of power) - Optional, Default: 0

Credits

Thanks to George Georgovassilis and Thomas Baust for reverse engineering the HS1XX protocol. https://georgovassilis.blogspot.com/2016/05/controlling-tp-link-hs100-wi-fi-smart.html

About

TPLink HS100/HS110 WiFi Smart Plug plugin for Homebridge

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%