TPLink Smarthome Module for MagicMirror2. This modules inspired and using some codes from MMM-Hue.
Model | Type |
---|---|
HS100, HS105, HS110, HS200 | Plug |
LB100, LB110, LB120, LB130, LB200, LB230 | Bulb |
- An installation of MagicMirror2
- tplink-smarthome-api module of nodejs
-
Clone this repo into
~/MagicMirror/modules
directory. -
Go to
~/MagicMirror/modules/MMM-TPLink
directory and donpm install
-
Configure your
~/MagicMirror/config/config.js
:{ module: 'MMM-TPLink', position: 'top_right', config: { } }
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 |