homebridge-tapo-camera
homebridge-tapo-camera copied to clipboard
Homebridge plugin for TP-Link TAPO security cameras
homebridge-tapo-camera
Make your TP-Link TAPO security camera compatible with Homekit through Homebridge / HOOBS.
The plugin exposes the camera RTSP video feed, and toggle accessories to configure your automations.
Toggle accessories
-
"Eyes" controls the privacy mode; when it's on it means that the camera is able to see (this is to make sure we support the command "Hey Siri, turn on Camera", as this will disable privacy mode).
-
"Alarm" switches on/off the alarm sound.
-
"Notifications" switches on/off the notifications sent to your TAPO app.
-
"Motion Detection" switches on/off the motion detection system.
-
"LED" switches on/off the LED.
An example Home automation could be:
- When leaving home, enable Eyes, Alarm, Notifications, Motion Detection, LED
- When arriving home:
- If you care about your privacy, disable Eyes to switch on privacy mode
- If you want the camera always on, but no notifications, just disable Alarm and Notifications
Motion detection
The motion detection is built on top of the ONVIF protocol and it is enabled by default.
Therefore you can set up automations and Homekit can send you notification in the Home app when motion is detected.
Make sure you activate "Activity Notifications" in the "Status and Notifications" tab in the accessory.
Installation
You can install it via Homebridge UI or manually using:
npm -g install homebridge-tapo-camera
Configuration
It is highly recommended that you use either Homebridge Config UI X or the HOOBS UI to install and configure this plugin.
FFmpeg installation
The plugin should take care of installing the ffmpeg
automatically.
If you're getting errors like FFmpeg exited with code: 1 and signal: null (Error)
, please follow the instructions here on how to install ffmpeg-for-homebridge binaries manually.
Adding the unbridged accessory to Home
Once done you will have unbridged accessories, therefore you need to manually add them in your Home app.