
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
homebridge-tp-link-tapo
Advanced tools
A platform to implement the tp-link tapo device and Adaptive Lighting for light bulbs
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
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)"]
}
]
}
FAQs
A platform to implement the tp-link tapo device and Adaptive Lighting for light bulbs
We found that homebridge-tp-link-tapo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.