homebridge-tp-link-tapo-2
v5.0.0
Published
A platform to implement the tp-link tapo device and Adaptive Lighting for light bulbs
Downloads
134
Maintainers
Readme
Homebridge TP-Link Tapo
A Homebridge plugin for TP-Link Tapo smart devices using the KLAP protocol.
Forked from RaresAil/homebridge-tp-link-tapo (archived).
Requirements
- Homebridge 2.x
- Node.js 22+
- Devices must support the KLAP protocol (legacy RSA/securePassthrough is not supported)
Supported device types
- Socket/Outlet (with optional power measurement via contact sensor)
- Hub (as alarm)
- Button S200
- Contact Sensor (T110)
- Light Bulb
- LED Strip
Config
You can add multiple devices with a single platform.
{
"platforms": [
{
"platform": "HomebridgeTPLinkTapo",
"name": "TPLink Tapo Platform",
"email": "tplink-email",
"password": "tplink-password",
"addresses": ["192.168.x.x (the ip address of the device)"]
}
]
}