I recommend to use the platform as a Child Bridge for the best performance.
Most of the time the response time between the app and the device is 80ms. With the official app i measured around 1s to 2s as a response time.
The platform name was changed to HomebridgeTPLinkTapo
from HomebridgeTPLinkLights
Package was renamed from homebridge-tplink-smart-light
to homebridge-tp-link-tapo
- Socket/Outlet
- Light Bulb
- LED Strip
For other device type just open a issue.
You can add multiple devices bulbs 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)"]
}
]
}