@say4n/homebridge-tapo-smart-light
v1.2.3
Published
A Homebridge plugin for Tapo L630 smart lights.
Readme
Homebridge Tapo L630
This is a Homebridge plugin for controlling TP-Link Tapo L630 smart lights.
Installation
- Install Homebridge using the official instructions:
npm install -g homebridge - Install this plugin using:
npm install -g homebridge-tapo-smart-light - Update your configuration file. See the sample below.
Configuration
Add the following platform to your config.json file:
{
"platforms": [
{
"platform": "Tapo",
"name": "Tapo",
"email": "YOUR_TAPO_EMAIL",
"password": "YOUR_TAPO_PASSWORD"
}
]
}Features
- Turn lights on and off.
- Adjust brightness.
- Change colors (hue and saturation).
Development
To develop this plugin:
- Clone the repository.
- Install the dependencies:
npm install - Build the plugin:
npm run build - Link the plugin for local development:
npm link - Run Homebridge in debug mode:
homebridge -D
