Skip to content

docop/MMM-TPLink

 
 

Repository files navigation

MMM-TPLink [GitHub license]

TPLink Smarthome Module for MagicMirror2. This modules inspired and using some codes from MMM-Hue.

Supported Devices

Model Type
HS100, HS105, HS110, HS200 Plug
LB100, LB110, LB120, LB130, LB200, LB230 Bulb

Example

Dependencies

Installation

  1. Clone this repo into ~/MagicMirror/modules directory.

  2. Go to ~/MagicMirror/modules/MMM-TPLink directory and do npm install

  3. Configure your ~/MagicMirror/config/config.js:

    {
        module: 'MMM-TPLink',
        position: 'top_right',
        config: {
        }
    }
    

Config Options

Option Default Description
colour false displaying power status in colour or not
updateInterval 600000 ms (10 minutes) how often should the devices states refreshed
showOnlyOn false if set to true the module shows only the lights which are on
showLabel true show header label?
timeout 3000 how long the discovery should be taken
animationSpeed 2500 ms (2.5 s) Speed of the update animation

About

TPLink Smarthome Module for MagicMirror2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • CSS 1.7%